osd-contiki/cpu/cc2430
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
..
converter change bank assignments. 2010-01-26 02:37:51 +00:00
dev Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific 2010-06-14 19:19:16 +00:00
8051def.h Fixes and improvements from Anthony Asterisk 2009-12-22 09:28:14 +00:00
cc2430_sfr.h add definition for PSBANK used in sdcc crtbank.asm 2010-01-21 15:37:18 +00:00
io.h Fixes and improvements from Anthony Asterisk 2009-12-22 09:28:14 +00:00
Makefile.cc2430 include new files in source file list. 2010-01-25 23:24:03 +00:00
mtarch.c - Added mtarch.c and mtarch.h back to /cpu/cc2430. Seems that mt.c needs mtarch.h even though we are not using mtarch right now in this port. 2009-09-29 14:38:51 +00:00
mtarch.h - Added mtarch.c and mtarch.h back to /cpu/cc2430. Seems that mt.c needs mtarch.h even though we are not using mtarch right now in this port. 2009-09-29 14:38:51 +00:00
rtimer-arch.h Initial commit of cc2430 cpu port files. Currently used by /platform/sensinode. 2009-09-08 20:07:35 +00:00
segment.rules update code bank assignments 2010-01-29 19:13:00 +00:00
segment.rules.pl rules file for assigning code files to specific banks. 2010-01-21 15:34:26 +00:00
uip_arch-asm.S Initial commit of cc2430 cpu port files. Currently used by /platform/sensinode. 2009-09-08 20:07:35 +00:00
uip_arch.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00