contiki/cpu/6502
oliverschmidt 8d3496194f Added Multithreading support to the cc65 targets based on the Contiki 1.x C64 implementation with the following changes:
- Added support for the function parameter.
- Removed support for preemption because:
  - No other current implementation does so.
  - Preemption support would make the code at least target-dependent or it wouldn't work at all (as on plain Apple2 machines without timer interrupt).
2007-04-21 22:15:45 +00:00
..
apps
lib
loader
net
sys Added the same disclaimer as used in the header file. 2007-04-14 15:48:42 +00:00
6502-conf.h
Makefile.6502 Added Multithreading support to the cc65 targets based on the Contiki 1.x C64 implementation with the following changes: 2007-04-21 22:15:45 +00:00
mtarch-asm.S Added Multithreading support to the cc65 targets based on the Contiki 1.x C64 implementation with the following changes: 2007-04-21 22:15:45 +00:00
mtarch.c Added Multithreading support to the cc65 targets based on the Contiki 1.x C64 implementation with the following changes: 2007-04-21 22:15:45 +00:00
mtarch.h Added Multithreading support to the cc65 targets based on the Contiki 1.x C64 implementation with the following changes: 2007-04-21 22:15:45 +00:00
rtimer-arch.h Added NOP headers in order to allow build. 2007-04-18 21:38:55 +00:00