ebs-cryptolib
0.2.0
Cryptography libraries repacked for convenience from AVR Crypto Lib
|
common
folder for common sources and portable assembly files.config.h
cli.h
debug.h
In their place, created a (currently blank) dummy holder for debug functions in common/debug.h
.avr_asm_macros.S
into common
.*-asm.S
to *-avr.S
. CMakeLists designed to now use <name>-<toolchain-prefix>.S
instead when told to include <name>.c
, ifUSE_ASM_IF_AVAILABLE
is set.PROGMEM
into the newly defined ROMEM
of common/romem.h
. This header should, in principle, be able to handle differences in how each platform handles read only memory. This has not yet been adequately tested.