osd-contiki/platform/avr-ravenlcd
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
..
doc Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
adc.c Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
adc.h Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
beep.c Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
beep.h Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
key.c Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
key.h Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
lcd.c Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
lcd.h Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
main.h Add SEND_ADC2 command definition 2010-02-11 18:37:21 +00:00
Makefile Allow cygwin remakes and cleans 2010-02-11 18:34:39 +00:00
menu.c Send optional ADC2 measurement to 1284p 2010-02-11 20:35:22 +00:00
menu.h last version of the raven lcd user interface 2008-10-15 13:13:49 +00:00
raven3290.c Document temperature and voltage measurement features and/or bugs 2010-02-11 18:31:27 +00:00
ravenlcd_3290.aps Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
sleep.c Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
sleep.h Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
temp.c Enable ADC2 for optional external supply voltage measurement 2010-02-11 21:58:51 +00:00
temp.h Add option to measure external supply voltage on ADC2 2010-02-11 20:22:11 +00:00
timer.c Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
timer.h Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
uart.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
uart.h Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00