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-02-04 22:33:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
cpu
/
msp430
History
adamdunkels
0076bfe8a5
Changed the name of the 'serial' module to 'serial-line' to signify that the module is about lines of data from the serial port, not individual bytes, and to make sdcc happy
2009-03-17 15:56:32 +00:00
..
dev
Always prod the watchdog on output to avoid spurious resets during long serial outputs
2009-03-02 22:01:26 +00:00
button.c
…
cc2420-arch.c
…
clock.c
moved rtimer from TimerB to TimerA so that TimerB subsystem is free for other uses
2008-12-02 12:44:48 +00:00
flash.c
…
leds-arch.c
…
loader-arch.c
…
lpm.c
…
Makefile.msp430
Changed the name of the 'serial' module to 'serial-line' to signify that the module is about lines of data from the serial port, not individual bytes, and to make sdcc happy
2009-03-17 15:56:32 +00:00
minileds.c
…
msp430.c
added DCO-resync function and default config
2009-02-04 18:28:44 +00:00
msp430.h
…
msp430def.h
added DCO-resync function and default config
2009-02-04 18:28:44 +00:00
mtarch.c
…
mtarch.h
…
rom.c
…
rtimer-arch.c
moved rtimer from TimerB to TimerA so that TimerB subsystem is free for other uses
2008-12-02 12:44:48 +00:00
rtimer-arch.h
moved rtimer from TimerB to TimerA so that TimerB subsystem is free for other uses
2008-12-02 12:44:48 +00:00
slip_uart1.c
…
spi.c
…
uip-ipchksum.c
…
watchdog.c
…