.. |
dev
|
changed usart code to handle LPM3
|
2008-09-18 17:59:27 +00:00 |
button.c
|
Use LPM4_EXIT to return from sleep on msp430.
|
2006-08-17 15:41:13 +00:00 |
cc2420-arch.c
|
Changed name of the simple-cc2420 module to cc2420: changed all function names and variable names from simple_cc2420_* to cc2420_*.
|
2008-07-02 09:05:40 +00:00 |
clock.c
|
bug fix, msp430 hw bug (undocumented):
|
2008-09-16 12:00:48 +00:00 |
flash.c
|
Updated to use the watchdog API
|
2007-11-17 10:28:04 +00:00 |
leds-arch.c
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
loader-arch.c
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
lpm.c
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
Makefile.msp430
|
The .ihex file use the intermediate Contiki-wide .$(TARGET) target instead of the MSP430-specific .firmware
|
2008-07-02 14:11:34 +00:00 |
minileds.c
|
Minimalistic plug in replacement for the leds package.
|
2006-09-27 09:32:08 +00:00 |
msp430.c
|
Initialize watchdog instead of stopping and starting it
|
2008-02-11 10:44:49 +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
|
* Standard defines for MSP430.
|
2007-08-16 13:09:06 +00:00 |
mtarch.c
|
added empty mtarch_stop()
|
2008-08-27 13:10:29 +00:00 |
mtarch.h
|
Added a function for measuring stack usage
|
2006-09-26 20:56:42 +00:00 |
rom.c
|
* Remove printfs.
|
2006-12-01 15:06:42 +00:00 |
rtimer-arch.c
|
Moved energest from lib/ to sys/
|
2008-07-04 00:02:21 +00:00 |
rtimer-arch.h
|
removed offset in rtimer_arch
|
2007-11-19 22:38:57 +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
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
uip-ipchksum.c
|
* remove author.
|
2007-04-04 11:53:07 +00:00 |
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 |