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-03-12 14:30:35 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
platform
/
msb430
History
nvt-se
f59e89cfb9
Fixed the problem of reads from the SPI where the first byte was sometimes lost.The SPI read function now only generates an idle symbol if there is not a byte
...
already in the reception buffer.
2009-11-06 14:02:59 +00:00
..
apps
continue the test by resetting the etimer even if sd_write returns an error.
2009-10-01 16:40:25 +00:00
buildscripts
…
dev
Fixed the problem of reads from the SPI where the first byte was sometimes lost.The SPI read function now only generates an idle symbol if there is not a byte
2009-11-06 14:02:59 +00:00
doc
…
loader
…
cfs-coffee-arch.c
switched to emulated random I/O functions in the SD driver
2009-09-22 15:36:33 +00:00
cfs-coffee-arch.h
Removed the deprecated COFFEE_DIR_CACHE_ENTRIES parameter.
2009-09-22 16:31:36 +00:00
contiki-conf.h
specify the number of queuebufs that we want to use in the MSB430 platform by default
2009-10-26 16:11:24 +00:00
contiki-msb430-main.c
removed compiler warning about missing declaration.
2009-09-22 16:27:17 +00:00
contiki-msb430.h
added a simple driver for using SD devices through the SPI.
2009-09-22 15:20:51 +00:00
init-net-rime.c
…
init-net-uip.c
…
Makefile
…
Makefile.msb430
added a simple driver for using SD devices through the SPI.
2009-09-22 15:20:51 +00:00
msb430-slip-arch.c
…
node-id.c
…
node-id.h
…
symbols.c
…
symbols.h
…