87d741b31a28ae41dc36fb8166c54102bc9f9385
[avr_bc100.git] / BaseTinyFirmware / GCC / ChangeLog
1 2008-03-28 Kevin Rosenberg <kevin@rosenberg.net>\r
2         * BaseTinyFirmware/GCC/avr463/Makefile: Added -Wl,-relax to linker\r
3         flags. On my system this crashes avr-ld.exe, but others have reported\r
4         a large reduction in firmware size with this option. I added this\r
5         option for others to try.\r
6         * BaseTinyFirmware/GCC/avr458/Makefile: Added missing file\r
7         \r
8 2008-03-14 Martin Thomas <mthomas@rhrk.uni-kl.de>\r
9         * added "volatile" to structure object and array declarations for\r
10         objects sed in main-thread and ISRs. I'm not sure about the\r
11         current state of implicitly "guaranteed" accesses in (avr-)gcc but\r
12         it should be a "better safe than sorry" extension.\r
13         * enveloped access to timer-values in timer.c to make them\r
14         "atomic" since they are unsigned long\r
15         * "atomic" access to singned int and unsigned int members of ADCS\r
16         * it maybe better to have one place to globally enable\r
17         interrupts ("sei").  Done in "initialize" now and not several\r
18         times in the driver init-functions.\r
19         * changed some space to tab as in the original code\r
20         * added header files to the AVR-Studio project workspace\r
21         * added -lm to the linker-options in the AVR Studio gcc-plugin,\r
22         not important for the basic application but might be good if\r
23         someone uses the ode as a base for own developments\r
24 \r
25 2008-03-12 Kevin Rosenberg <kevin@rosenberg.net>\r
26         * Initial GCC port performed and compiles without error\r
27         * Warning: Not yet tested on BC100 hardware!\r