osd-contiki/cpu
oliverschmidt 1c77f6f1d5 - The cc65 assembler variable 'ptr1' (a general zero page pointer) is actually part of the cc65 zero page area so it's a bad idea (tm) to use it in swapping that very area.
- The cc65 assembler variable 'sp' (the pointer to the C stack) is actually part of the cc65 zero page area so there's no need to manage it explicitly. Furthermore it is known to reside at the very start of the area so it can be initialized there for new threads.
2007-08-10 10:45:35 +00:00
..
6502 - The cc65 assembler variable 'ptr1' (a general zero page pointer) is actually part of the cc65 zero page area so it's a bad idea (tm) to use it in swapping that very area. 2007-08-10 10:45:35 +00:00
at91sam7s Padded struct codeprop_tcphdr to 4 bytes, to get around different 2007-03-18 13:15:00 +00:00
avr Changed packet drivers from services to plain processes. 2007-05-26 23:05:36 +00:00
msp430 Architecture dependent code for the CC2420 driver 2007-05-25 08:07:54 +00:00
native Fixed copy&paste bug. 2007-05-26 22:51:38 +00:00
x86 Improved map file naming consistency. 2007-05-19 21:46:43 +00:00