contiki/cpu/avr
Robert Quattlebaum 67a39618eb cpu/avr: Make sure that GCC removes all unused symbols.
This magic comes from the `--gc-sections` linker flag, which turns on garbage collection for unused input sections. The compiler flags `-ffunction-sections` and `-fdata-sections` make sure that each function and each static data definition have their own section. The result is that GCC can prune away all unused symbols, reducing the size of the resulting executable.

These optimizations may be disabled by setting the Makefile variable
`SMALL` to zero.
2013-02-28 21:59:19 -08:00
..
dev
radio
avr.c
avrdef.h
bootloader.c
bootloader.h
cc2420_spi.c
leds-arch.c
Makefile.avr cpu/avr: Make sure that GCC removes all unused symbols. 2013-02-28 21:59:19 -08:00
minileds.c
mtarch.c
mtarch.h
rtimer-arch.c
rtimer-arch.h
settings.c
settings.h
slip_uart1.c
spi.c
watchdog.c