summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3e8387d)
Since MCUSR and some other Macros (from boot.h) are marked as
depreciated, gcc will fail to compile.
Solve by deactivating poison-pragma: __AVR_LIBC_DEPRECATED_ENABLE__
Signed-off-by: Stephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
FUSEOPT_128 = -U lfuse:w:0x1f:m -U hfuse:w:0xc0:m -U efuse:w:0xfd:m
BOOTLOADER_ADDRESS_128 = 0x1E000
FUSEOPT_128 = -U lfuse:w:0x1f:m -U hfuse:w:0xc0:m -U efuse:w:0xfd:m
BOOTLOADER_ADDRESS_128 = 0x1E000
+DEFINES_128 = -D__AVR_LIBC_DEPRECATED_ENABLE__