osd-contiki/platform
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
..
apple2enh Added support for the FTP standalone client to the apple2enh target. 2010-10-16 10:41:46 +00:00
atari Added support for the FTP standalone client to the atari target. 2010-10-16 11:42:40 +00:00
avr-raven A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
avr-ravenlcd A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
avr-ravenusb A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
avr-rcb Renamed serial module to serial-line 2009-03-17 20:32:22 +00:00
avr-zigbit Rerevert to misspelled HARWARE_REVISION 2010-08-03 21:42:05 +00:00
c64 Replaced "retro" color scheme with ergonomic color scheme. 2010-10-03 10:30:53 +00:00
c128 Replaced "retro" color scheme with ergonomic color scheme. 2010-10-03 10:30:53 +00:00
cc2420dbk A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
cooja A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
esb A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
ethernut1 Removed finally unnecessary cast. 2008-02-10 22:36:36 +00:00
ethernut2 Renamed serial module to serial-line 2009-03-17 20:32:22 +00:00
jcreate Moved the ADC configuration to sky-sensors.c and sensors now only need to specify their sample channel. This helps to avoid conflicts when using multiple sensors. 2010-08-25 19:30:52 +00:00
micaz Added missing slip.c file to CONTIKI_TARGET_SOURCEFILES 2010-10-19 17:05:45 +00:00
minimal-net A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
msb430 Use LPP for radio duty cycling. 1 Hz channel check rate 2010-03-04 15:04:28 +00:00
native ctimer moved from net/rime to sys/ 2010-06-14 18:58:45 +00:00
netsim A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
pc-6001 A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
redbee-econotag enable sicslowpan fragmentation 2010-07-28 18:51:27 +00:00
sensinode Fixed typo 2010-02-02 20:10:06 +00:00
sentilla-usb Added Sentilla USB platform. This platform is similar to the Sky platform but without the sensors and with 2 leds. 2010-08-25 19:57:33 +00:00
sky Bug fix: put device in standby mode at startup in case it has previously been put in deep power-down mode; patch by Martin Bor 2010-10-12 22:55:11 +00:00
stepper-robot A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
stk501 Renamed serial module to serial-line 2009-03-17 20:32:22 +00:00
stm32test Generic STM32F103 platform 2010-02-05 14:47:42 +00:00
win32 A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
z1 minor polish to the phidget sensor driver 2010-08-27 12:58:57 +00:00