contiki/cpu
oliverschmidt fda46f6800 - cc65 2.13. allows to define all necessary paths through the single env var CC65_HOME.
- cc65 2.13. allows to override the stacksize from the linker command line thus eliminating the need for linker configs maintained by Contiki.
- cc65 2.13. integrates the startup code with the library. In 2.12. the startup code pulled in main(). Now main() is supposed to pull in the startup code. But  if main() resides itself in a library (as with Contiki) then nothing is pulled in at all :-(. The workaround is to pull in main() explicitly through the new option -u (working like the same GCC option).
2009-10-18 11:34:38 +00:00
..
6502 - cc65 2.13. allows to define all necessary paths through the single env var CC65_HOME. 2009-10-18 11:34:38 +00:00
arm
at91sam7s
avr
cc2430
msp430 bug fix: wake up MSP430 when leaving rtimer interrupt if the rtimer polled a process. 2009-10-06 09:21:46 +00:00
native
x86
z80 restored specific compilation option since SDCC seems not supporting -MDD very well 2009-07-09 18:26:55 +00:00