nes-proj/cpu/msp430
fros4943 db777ce3d0 reverted previous patch: appears to create problems on hardware 2010-03-05 12:06:03 +00:00
..
dev reverted previous patch: appears to create problems on hardware 2010-03-05 12:06:03 +00:00
Makefile.msp430 minor cleanup: random.c is already included in Makefile.include 2009-11-19 17:33:05 +00:00
button.c
cc2420-arch-sfd.c Values altered in interrupt handlers should be volatile 2010-01-26 10:20:16 +00:00
cc2420-arch-sfd.h Values altered in interrupt handlers should be volatile 2010-01-26 10:20:16 +00:00
cc2420-arch.c Bugfix: changed #ifdef to #if, otherwise the SFD code would be enabled anyway 2010-01-19 20:35:41 +00:00
clock.c Added support for 32-bit clock ticks: when reading the 32-bit value, make sure that it does not change between readouts to avoid reading right in the middle of it being updated 2010-02-23 18:41:20 +00:00
flash.c
leds-arch.c
loader-arch.c
lpm.c
minileds.c
msp430.c added DCO-resync function and default config 2009-02-04 18:28:44 +00:00
msp430.h Added improvements suggested by Hardy Greich: define CPU speed in one place only (contiki-conf.h), added nop to XTAL settlement delay 2008-02-03 20:58:11 +00:00
msp430def.h added workaround for memcpy/memset bug in mspgcc 2009-04-06 13:07:37 +00:00
mtarch.c implemented support for data argument when starting threads: 2008-11-21 10:28:32 +00:00
mtarch.h implemented support for data argument when starting threads: 2008-11-21 10:28:32 +00:00
rom.c
rtimer-arch.c Turn off timer before updating - needed to avoid bugs in ContikiMAC - not 100% sure why 2010-02-18 22:15:54 +00:00
rtimer-arch.h Increased the clock speed to 32768/4 from 32768/8 to provide better accuracy for power profiling of radio CCA checks 2009-12-09 12:55:35 +00:00
slip_uart1.c Made SLIP code coexist with ordinary serial code. If WITH_UIP=1, the SLIP code is used instead. 2008-02-03 20:59:35 +00:00
spi.c
uip-ipchksum.c
watchdog.c Count the number of times the watchdog has been stopped to avoid starting it when someone else has stopped it 2008-02-11 10:45:19 +00:00