platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
136 stars 104 forks source link

Add avr-strip to toolchain #183

Open dj-foxxy opened 4 years ago

dj-foxxy commented 4 years ago

My program was too large to upload. Running avr-strip on firmware.elf followed by the standard avr-objcopy, reduced the program size by 50% and I could then upload. Should avr-strip be a standard step in the toolchain?