Commit graph

16 commits

Author SHA1 Message Date
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
joxe 47053c2cdb added LOOP count configuration for cc2420dbk 2010-06-22 06:39:44 +00:00
bg- f398e56048 * Include avrdef.h for standard defines.
* Define AODV_COMPLIANCE.
2007-08-16 13:24:20 +00:00
bg- d273319641 * Contiki names for integer types. 2007-05-21 14:51:32 +00:00
bg- e83221cdab * Compiler option -mno-tablejump should not be default. 2007-05-21 14:30:52 +00:00
bg- 95d95a63ac * s/uip-fw-service/uip-fw-drv/ 2007-05-21 14:22:05 +00:00
bg- be3d5e8394 * s/uip-fw-service/uip-fw-drv/ 2007-05-21 14:13:04 +00:00
bg- 07d885ff2b * Add cle_avr.o 2007-04-26 13:40:26 +00:00
bg- cf14e47a0f * Also include dynamic loader (tcp_loader.o). 2007-04-26 12:55:46 +00:00
bg- 8754cbd4cd * Use mknmlist-ansi and sym.o. 2007-04-25 15:49:43 +00:00
bg- 87971c35db * Bump maximum number of udp sockets to 16 and fwcache size.
* Remove unused stuff.
2007-04-11 15:24:39 +00:00
bg- 738a970660 * Also print channel number. 2007-04-11 10:13:59 +00:00
bg- 392e6961c4 * Avoid building some stuff that we currently don't use. 2007-02-02 14:35:14 +00:00
bg- e60a5227b2 SLIP and UART configurations for the CB gateway. 2007-02-02 14:09:06 +00:00
bg- 9eeec32610 Quick and dirty implementations of rom and xmem. 2007-02-02 14:08:22 +00:00
bg- b1dde63655 Port to the Atmega128 based CC2420DBK demonstration board. 2007-02-02 14:07:34 +00:00