osd-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 STM32F10x headers from FWLib 2009-07-12 16:41:53 +00:00
at91sam7s Patch by Gideon Ernst: use explicit $(CONTIKI) path instead of implicit ../../ path to the mknmlist script 2009-09-03 17:41:58 +00:00
avr added radio-makefile for avr + rf230 platforms 2009-09-07 12:05:12 +00:00
cc2430 - Fixed the MAC/RF interface problems, now correctly working with sicslowmac. Tested with rf_test_tx and rf_test_rx. Still needs more thorough testing. 2009-10-15 12:43:53 +00:00
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 Patch by Gideon Ernst: use explicit $(CONTIKI) path instead of implicit ../../ path to the mknmlist script 2009-09-03 17:41:58 +00:00
x86 Patch by Gideon Ernst: use explicit $(CONTIKI) path instead of implicit ../../ path to the mknmlist script 2009-09-03 17:41:58 +00:00
z80 restored specific compilation option since SDCC seems not supporting -MDD very well 2009-07-09 18:26:55 +00:00