This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-23 05:29:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
cpu
/
6502
History
oliverschmidt
2ef0eec6f6
Made error_exit() globally available.
2007-11-27 18:17:47 +00:00
..
lib
Made error_exit() globally available.
2007-11-27 18:17:47 +00:00
net
Minor change in comment.
2007-11-24 12:57:09 +00:00
sys
…
6502def.h
Replaced most type definitions with reference to stdint.h.
2007-11-17 23:42:23 +00:00
clock.c
…
Makefile.6502
Added (default) log implementation for cc65 targets.
2007-11-27 16:48:44 +00:00
mtarch-asm.S
- 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
mtarch.c
- 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
mtarch.h
- 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
rtimer-arch.h
…