This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-27 01:31:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
cpu
/
msp430
History
…
..
dev
reverted previous patch: appears to create problems on hardware
2010-03-05 12:06:03 +00:00
button.c
Use LPM4_EXIT to return from sleep on msp430.
2006-08-17 15:41:13 +00:00
cc2420-arch-sfd.c
…
cc2420-arch-sfd.h
…
cc2420-arch.c
…
clock.c
…
flash.c
…
leds-arch.c
…
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
…
Makefile.msp430
minor cleanup: random.c is already included in Makefile.include
2009-11-19 17:33:05 +00:00
minileds.c
…
msp430.c
…
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
activated the new workaround...
2010-03-19 14:50:07 +00:00
mtarch.c
…
mtarch.h
…
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
…
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
…