4
4
# same exact way, here's a script to do the same thing
9
10
export OBJCOPY=avr-objcopy
11
12
export OFLAGS="-Wall -g -Os -mmcu=$MCU"
13
14
export OBJCOPYFLAGS='--set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0 --no-change-warnings -O ihex'