contiki/cpu/msp430
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
..
dev added some files for MSP430X I/O 2010-08-24 16:23:20 +00:00
button.c
cc2420-arch-sfd.c fixed naming of SPI and CC2420 related code 2010-06-23 10:19:15 +00:00
cc2420-arch-sfd.h
cc2420-arch.c fixed naming of SPI and CC2420 related code 2010-06-23 10:19:15 +00:00
clock.c Bugfix: the clock interrupt now flushes the energy estimator to avoid overflow of the LPM mode 2010-04-04 12:29:50 +00:00
flash.c
leds-arch.c
loader-arch.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
lpm.c
Makefile.msp430 added some files for MSP430X I/O 2010-08-24 16:23:20 +00:00
minileds.c
msp430.c only include memcpy/set workaround when needed 2010-03-21 10:40:15 +00:00
msp430.h
msp430def.h activated the new workaround... 2010-03-19 14:50:07 +00:00
mtarch.c
mtarch.h
rom.c
rtimer-arch.c Added function rtimer_arch_now that makes sure that the timer value does not change between readouts to avoid reading while the timer is being updated. 2010-09-13 20:51:09 +00:00
rtimer-arch.h Added function rtimer_arch_now that makes sure that the timer value does not change between readouts to avoid reading while the timer is being updated. 2010-09-13 20:51:09 +00:00
slip_uart0.c added some files for MSP430X I/O 2010-08-24 16:23:20 +00:00
slip_uart1.c
spi.c
spix.c added some files for MSP430X I/O 2010-08-24 16:23:20 +00:00
uip-ipchksum.c
watchdog.c Made stack printout on reboot configurable. 2010-09-22 22:12:37 +00:00