This website requires JavaScript.
Explore
Help
Sign In
deac
/
osd-contiki
Watch
1
Star
0
Fork
You've already forked osd-contiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
5ec6412fbc
osd-contiki
/
cpu
/
z80
History
matsutsuka
d194d54e8e
CC_CONST_FUNCTION replaces some const keywords in order to workaround a sdcc bug, which cannot handle function pointers as const.
2008-07-02 15:02:33 +00:00
..
dev
RS232 support has been unified from just 'dumb' serial line and SLIP support.
2007-09-29 03:58:38 +00:00
lib
File names are changed.
2007-09-19 12:48:26 +00:00
loader
The Micro-Executable Format (MEF) support (experimental).
2007-11-28 06:13:24 +00:00
crt0.S
Modified some glitches in startup code, and introduced additional typedefs required in the current version.
2008-07-02 07:13:22 +00:00
Makefile.z80
Moved z80 specific line to z80 makefile.
2007-12-21 00:49:40 +00:00
mtarch.c
Followed a coding convention of contiki, in which cast operation should not be followed by a space char.
2007-09-01 01:08:07 +00:00
mtarch.h
Added some comments.
2007-09-01 01:09:25 +00:00
uip_arch-asm.S
Add assembler checksum calculation support for z80 port.
2007-09-01 11:14:50 +00:00
uip_arch.c
Made unnecessary symbols static.
2007-09-29 03:57:39 +00:00
z80def.h
CC_CONST_FUNCTION replaces some const keywords in order to workaround a sdcc bug, which cannot handle function pointers as const.
2008-07-02 15:02:33 +00:00