osd-contiki/cpu/z80
adamdunkels 5585d72c86 A simple but substantial change: uIP used the htons()/HTONS() macro
functions for converting between host and network byte order. These
names are the de facto standard names for this functionality because
of the original BSD TCP/IP implementation. But they cause problems for
uIP/Contiki: some platforms define these names themselves (Mac OS,
most notably), causing compilation problems for Contiki on those
platforms.

This commit changes all htons to uip_htons instead. Same goes for
htonl, ntohs, and ntohl. All-caps versions as well.
2010-10-19 18:29:03 +00:00
..
dev Renamed serial module to serial-line 2009-03-17 20:19:11 +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 Workaround for compiling some examples available 2009-12-16 06:47:17 +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 A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
z80def.h Workaround for compiling some examples available 2009-12-16 06:47:17 +00:00
z80peephole.def size-optimization option and peep-hole optimizer have been introduced. 2009-12-11 14:59:31 +00:00