|
|
|
@ -6,7 +6,7 @@ CC = arm-none-eabi-gcc
|
|
|
|
|
OBJCOPY = arm-none-eabi-objcopy
|
|
|
|
|
OBJDUMP = arm-none-eabi-objdump
|
|
|
|
|
SIZE = arm-none-eabi-size
|
|
|
|
|
AR = arm-none-eabi-ar rcs
|
|
|
|
|
AR = arm-none-eabi-ar
|
|
|
|
|
NM = arm-none-eabi-nm
|
|
|
|
|
HEX = $(OBJCOPY) -O $(FORMAT) -R .eeprom -R .fuse -R .lock -R .signature
|
|
|
|
|
EEP = $(OBJCOPY) -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O $(FORMAT)
|
|
|
|
|