Commit Graph

32 Commits

Author SHA1 Message Date
nifi
c557f23bf4 Updated to match the new sensors API 2010-01-15 11:02:18 +00:00
nifi
b9418a91d7 Added call to putchar to force linking (fixes compilation error). 2009-11-20 10:45:07 +00:00
nifi
d4b619bcc5 Renamed SPI_WAITFOREOTxBUF to SPI_WAITFORTxREADY for clarity and generalized SPI transmission status checks to work with both AVR and MSP430 2009-09-07 11:31:26 +00:00
nifi
6680d2c6c2 Changed to monitor the UART transmitter buffer ready flag instead of the UART transmitter empty flag. This almost doubles the speed of transmitting data to CC2420. Patch by James Brown. 2009-09-01 09:29:40 +00:00
adamdunkels
65eb5fd4e8 Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
nifi
0371d20a40 updated for new rimeaddr API 2008-12-16 17:05:14 +00:00
nifi
52c2f23e28 CLOCK_CONF_SECOND must be a power of two for MSP430 platforms (see cpu/msp430/clock.c for details) 2008-12-16 16:53:04 +00:00
adamdunkels
da4803e4d4 Updated window title and heading 2008-07-02 14:12:48 +00:00
adamdunkels
66876625d4 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
adamdunkels
1586d8f36f Changed filename of the CC2420 driver from simple-cc2420 to cc2420. 2008-07-01 21:02:51 +00:00
zhitao
23d437e656 synched with the new mac->off function parameter 2008-04-16 10:49:50 +00:00
oliverschmidt
12f6b3c206 Removing (the now obsolete) tcpip_set_forwarding(0) shouldn't hurt. 2008-03-29 15:20:48 +00:00
thiemovoigt
f464ae3cc4 update to conform to newer Contiki, in particular set_channel stuff 2008-02-25 12:04:41 +00:00
thiemovoigt
b79cb25ccd update to conform to newer Contiki, i.e. set_channel for radio 2008-02-25 12:03:25 +00:00
oliverschmidt
2632f8f937 Removed finally unnecessary cast. 2008-02-10 22:36:36 +00:00
zhitao
10ce1ed03e Pulled in updated defines for the sky platform 2008-01-22 15:00:24 +00:00
zhitao
b9c34bf835 Removed redundant initialization 2008-01-22 14:58:41 +00:00
adamdunkels
a677abb6b1 Fixed compiler warning 2007-11-26 23:36:09 +00:00
adamdunkels
4edbad10a7 Fixed so that it runs with multiple Tmote Sky boards attached; it now uses the first one 2007-11-26 23:34:52 +00:00
adamdunkels
99f1aa9238 Added upload and rundemo targets, removed obsoleted %.upload target 2007-11-26 23:32:32 +00:00
nifi
a6d827fa1f moved initialization of ctimer to allow MAC layer to use ctimers 2007-11-15 13:07:42 +00:00
adamdunkels
508c258cb7 Copy README file to zipfile too 2007-11-12 22:30:33 +00:00
adamdunkels
b5241dc609 Updated instructions 2007-11-06 19:57:41 +00:00
adamdunkels
5a544c2c8a Increased sleep time 2007-11-06 19:57:10 +00:00
adamdunkels
f2434b53be Updated makefiles and paths to make a .zip file with demo contents 2007-11-06 14:46:12 +00:00
fros4943
6b6a911185 added jar target 2007-11-01 17:34:36 +00:00
fros4943
8e3294c7d5 final versions 2007-11-01 17:33:16 +00:00
fros4943
37bf441e40 energy demo poster 2007-10-30 08:44:46 +00:00
adamdunkels
131e922020 Added heading, Contiki URL; fixed serialdump path; minor fixes 2007-10-25 18:43:18 +00:00
adamdunkels
a31cd7649d Contiki energy estimation demo for ACM SenSys 2007 2007-10-25 13:04:01 +00:00
adamdunkels
11a80b85ec Contiki energy estimation demo for ACM SenSys 2007 2007-10-25 12:56:28 +00:00
adamdunkels
b96f9cb553 Makefile that produces a bunch of .ihex files for burning node IDs into Tmote Sky nodes 2007-10-25 12:07:17 +00:00