osd-contiki/platform/esb/apps
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
..
beeper.c Updated to match the new sensors API 2010-01-15 10:34:36 +00:00
burn-nodeid.c added compiler error when compiled without nodeid=<the ID of the node> 2007-11-28 19:53:09 +00:00
fader.c A set of simple example programs for the ESB platform 2006-06-18 07:48:48 +00:00
fader.h A set of simple example programs for the ESB platform 2006-06-18 07:48:48 +00:00
helloworld.c A set of simple example programs for the ESB platform 2006-06-18 07:48:48 +00:00
Makefile.apps Added radio sniffer program 2006-10-09 10:08:40 +00:00
pinger.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
pinger.h A set of simple example programs for the ESB platform 2006-06-18 07:48:48 +00:00
radio-sniffer.c Updated to new radio_driver API 2007-08-07 11:20:11 +00:00
radio-sniffer.h Added radio sniffer program 2006-10-09 10:08:40 +00:00
radio-test.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
sensor-output.c Updated to match the new sensors API 2010-01-15 10:34:36 +00:00
sensor-output.h A set of simple example programs for the ESB platform 2006-06-18 07:48:48 +00:00
test-receiver.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
test-sender.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00