osd-contiki/platform/avr-raven
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
..
apps A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
avr-raven-eeprom.hex Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
cfs-coffee-arch.c Bugfixes and additional testing contributed by Mauro Greco. Still a probabe bug when coffee page size is a multiple of physical page size and FLASH_COMPLEMENT_DATA=0 2010-05-04 14:08:01 +00:00
cfs-coffee-arch.h Removed the deprecated COFFEE_DIR_CACHE_ENTRIES parameter. 2009-09-22 16:31:36 +00:00
contiki-conf.h Reduce RIME max time to fit in 16 bit timer 2010-08-03 20:01:21 +00:00
contiki-raven-default-init-lowlevel.c example\webserver-ipv6-raven works! 2008-10-14 21:29:23 +00:00
contiki-raven-default-init-net.c example\webserver-ipv6-raven works! 2008-10-14 21:29:23 +00:00
contiki-raven-main.c Merge CDC-ECM, RNG, DFU bootloader, watchdog, settings manager, energy scan routines of Robert Quattlebaum 2010-09-17 21:59:09 +00:00
contiki-raven.h Renamed serial module to serial-line 2009-03-17 20:19:11 +00:00
loadable_prg.c Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
Makefile.avr-raven added inclusion of radio Makefile for the raven platforms 2009-09-07 12:06:33 +00:00
raven-lcd.h Moved raven-lcd.h file 2008-10-14 22:05:09 +00:00