Commit graph

96 commits

Author SHA1 Message Date
adamdunkels 33bf01534c Rewrote code that used the old ->u16 field in rimeaddr_t to access Rime addresses to use rimeaddr_copy() and the ->u8 field instead 2008-11-30 18:36:55 +00:00
nvt-se 1a87d5a661 use new remove function name. 2008-11-24 10:59:40 +00:00
oliverschmidt 7cf3165155 Replaced NETSIM macro with general (and now actually working) solution in Makefile.include. 2008-11-17 22:52:10 +00:00
nvt-se 636bf70a8c added append test. 2008-11-13 14:46:50 +00:00
nvt-se ea9c3ab98c allow in-page offets 2008-10-16 10:14:41 +00:00
nvt-se 3c5ed37751 basic tests of Coffee. 2008-09-18 10:35:30 +00:00
nifi 551056f263 updated for the latest CC2420 api 2008-07-09 21:49:20 +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
adamdunkels 199a14150b Removed redundant targets 2008-05-29 20:30:44 +00:00
adamdunkels 8f6d2d6c3f Added simple-cc2420 include, added argument to mac->off() 2008-02-24 22:27:41 +00:00
adamdunkels ad2a8e5e97 Changed all occurences of u8_t and u16_t to uint8_t and uint16_t 2008-02-24 22:15:46 +00:00
adamdunkels 68523814c5 Moved from examples/sky into generic platform/sky/apps so that all examples can use it 2008-01-23 20:34:37 +00:00
nifi 3739cd8eea corrected comment 2008-01-10 13:40:20 +00:00
nifi 75784e2314 simple application to indicate connectivity between two nodes 2008-01-10 09:59:33 +00:00
adamdunkels df9d43c62d Fixes to total power plot generation 2008-01-08 08:28:09 +00:00
adamdunkels ff42002bc5 Added extraction of power data (not just energy) 2008-01-08 08:07:23 +00:00
adamdunkels bfd894c7bd Made graphs nicer by using gnuplot's mulitplot functionality, added power graph 2008-01-08 08:06:41 +00:00
adamdunkels 12bbe80003 Added timestamps and radio signal noise measurements 2008-01-08 08:05:34 +00:00
adamdunkels b71224b438 tree.h -> collect.h 2007-12-16 14:37:02 +00:00
adamdunkels 8d96443a3b A set of scripts for producing plots from the output of the sky-collect program 2007-11-28 16:56:37 +00:00
adamdunkels 1b659316b7 Updated to use the 'collect' module instead of the old 'tree' module 2007-11-28 16:52:22 +00:00
adamdunkels 85c75d18fb Added rt-leds and sky-treeroute ass default compile targets, removed tcprudolph0 as it currently does not compile due to memory exhaustion 2007-11-26 23:25:35 +00:00
nifi f0a901fc7c fixed compiler warnings 2007-11-26 21:58:51 +00:00
adamdunkels 33d7c0badd Fixed compiler warnings to make code compile with gcc's -pedantic switch 2007-11-17 18:16:48 +00:00
adamdunkels 1e1e44a3f8 Fixed compiler warnings to make code compile with gcc's -pedantic switch 2007-11-17 18:01:00 +00:00
adamdunkels 75a1cb72f8 Fixed compiler warnings 2007-11-17 10:28:49 +00:00
adamdunkels 8961ec7ef8 Updated to send much more statistics than before: energy estimates, rime statistics, neighbor statistics 2007-11-13 21:09:14 +00:00
adamdunkels da045911eb Added serialdump target that prints the output of the first Tmote Sky to a file 2007-11-13 21:03:27 +00:00
adamdunkels 2c446cb921 Added SHT11 readings, a lot of other stuff 2007-05-22 21:05:09 +00:00
oliverschmidt 9f97290665 Changed Contiki File System (cfs) from a service to a plain library.
This change means that one needs to select _ONE_ cfs implementation at Contiki library link time. But this doesn't appear to be an issue as all platforms have their "favorite" implementation anyway.
2007-05-19 21:05:48 +00:00
adamdunkels 1e950af492 Test program that blinks LEDs using the rtimer real-time timers 2007-04-03 19:02:27 +00:00
adamdunkels d7a2317e33 Header already reduced 2007-04-02 20:02:23 +00:00
adamdunkels 836552a742 API fixes 2007-04-02 20:02:13 +00:00
adamdunkels af60193256 Treeroute for Sky 2007-03-27 10:39:30 +00:00
adamdunkels 0d7af38ae5 Make sure psock is included in core 2007-03-25 21:53:08 +00:00
adamdunkels 48f467a685 Bug fixes: no clock tick when interrupts turned off, need to artifically trigger after ELF loading 2007-03-25 21:45:32 +00:00
adamdunkels 2114e7f847 Rudolph now in core Rime 2007-03-25 12:15:09 +00:00
adamdunkels 579fcb5190 Include path 2007-03-25 12:14:21 +00:00
adamdunkels 4e5a47aec4 Make LEDs blink when data is received 2007-03-25 12:13:27 +00:00
adamdunkels 0c0d823dbf Typo 2007-03-25 12:13:04 +00:00
nifi a12359cb5d Makefile with default TARGET sky for the sky examples 2007-03-23 15:03:00 +00:00
adamdunkels b56cc3d077 Test file for CFS driver 2007-03-23 12:17:28 +00:00
adamdunkels a2c3501728 Testing the button 2007-03-23 00:06:12 +00:00
adamdunkels 757a226e39 Blinking LEDs 2007-03-23 00:05:52 +00:00
adamdunkels 68506272dc Program for loading an ELF file over TCP and Rudolph0:ing it out into the air 2007-03-23 00:03:25 +00:00