Commit graph

2805 commits

Author SHA1 Message Date
fros4943 673d0e8f12 more output after running scripts 2008-09-18 14:24:46 +00:00
fros4943 f6f5637f4f printing debug output when compilation fails 2008-09-18 14:14:58 +00:00
fros4943 ba5bfd6455 mspsim without debug output 2008-09-18 14:05:27 +00:00
fros4943 ff08a99b7d saving contiki relative paths if possible 2008-09-18 14:04:45 +00:00
fros4943 c1af172035 added tools for creating contiki relative paths 2008-09-18 14:04:13 +00:00
nvt-se 0a03c4d237 added the Coffee test to Cooja. 2008-09-18 10:36:48 +00:00
nvt-se 3c5ed37751 basic tests of Coffee. 2008-09-18 10:35:30 +00:00
fros4943 8a171ebc16 added contiki test: sky hello world 2008-09-18 10:27:57 +00:00
fros4943 0651d0200f ran every test twice 2008-09-18 10:22:25 +00:00
fros4943 46a83a2909 removed log file based on current date 2008-09-18 07:38:48 +00:00
fros4943 35a79812d8 some more debugging info 2008-09-18 07:25:27 +00:00
fros4943 29eb6ecba4 removed old example tests 2008-09-17 22:02:19 +00:00
fros4943 3a06219c1e added contiki test: cooja testapp hello world 2008-09-17 21:54:15 +00:00
fros4943 dcabcf772b using RUN_TEST script, and environment variables 2008-09-17 21:42:19 +00:00
fros4943 023a760b40 run single test script 2008-09-17 21:41:30 +00:00
fros4943 f2f99b0af8 removed old example usage 2008-09-17 21:40:45 +00:00
fros4943 d656052f7e cooja clean also cleaning cooja_mspsim and mrm 2008-09-17 20:50:54 +00:00
fros4943 e1a159d7a2 deleting jar at clean 2008-09-17 20:49:13 +00:00
fros4943 11981ea720 mrm.jar built automatically when starting cooja 2008-09-17 20:41:37 +00:00
nifi ee56d724bf fixed bug in the delayed start of MSPSim motes 2008-09-17 17:39:37 +00:00
fros4943 fc85534698 some minor fixes 2008-09-17 16:30:57 +00:00
fros4943 00930b72c3 added "export contiki test" functionality. still needs testing 2008-09-17 15:22:39 +00:00
nifi 724d9139a7 added missing variable initialization 2008-09-17 14:37:23 +00:00
fros4943 8de801d729 new mspsim version 0.93+ 2008-09-17 12:10:15 +00:00
fros4943 fb4f9dfc1a serialport is an active interface 2008-09-17 12:09:20 +00:00
fros4943 9a76bacaa5 initialize from int[] (mspsim standard) 2008-09-17 12:09:03 +00:00
fros4943 9c51ece052 supporting new mspsim cc2420 2008-09-17 12:08:45 +00:00
fros4943 8d790a19d8 serial port implementation for sky node. 2008-09-17 12:05:45 +00:00
fros4943 824dd31856 serial port interface 2008-09-17 12:04:27 +00:00
fros4943 b90075ea0a bug fix, msp430 hw bug (undocumented):
when in continuous/compare mode the interrupt handler may get called before CCR==TR.

behavior observed when the timer is toggled between STOP/CONT in an external interrupt handler (serial input).

possibly this problem may also affect watchdog timer/timer B
2008-09-16 12:00:48 +00:00
joxe 8aa8e26c54 removed redundant sensor initialization, added comment 2008-09-14 20:47:30 +00:00
adamdunkels 7b238a91af Don't turn on the radio on after sending a broadcast 2008-09-04 17:44:01 +00:00
nifi 4206ff28a2 Fixed problem with programming Sky nodes using the Java interface under Linux 2008-09-03 13:35:21 +00:00
fros4943 cad6109cf4 new loglistener version, implemented by Niclas Finne 2008-09-01 13:01:05 +00:00
fros4943 9ea58d343b cooja ant run automatically builds jars 2008-09-01 12:47:54 +00:00
nifi 822726f817 Added system time when the sensordata is received at the base station and fixed sensor data log to be flushed. 2008-08-29 10:00:23 +00:00
nifi ec69c1c825 Added menu option to send init script to nodes. Added charts 'Average Power' and 'Average Temperature'. Limited the number of displayed chart items to 250 in the time charts 2008-08-29 09:00:15 +00:00
nifi 71c219f5fc added option to limit the number of displayed chart items 2008-08-29 08:42:30 +00:00
nvt-se 195062416e corrected parameter type 2008-08-28 14:32:53 +00:00
nvt-se 86bce2636d fixed bug with eof hint 2008-08-28 14:31:10 +00:00
nvt-se f122654317 the isolated flag must have higher precedence than the obsolete flag 2008-08-28 12:50:09 +00:00
nifi dbde68654a Only show nodes with sensor data by default 2008-08-28 07:32:24 +00:00
fros4943 3ec170cdf5 added empty mtarch_stop() 2008-08-27 13:10:29 +00:00
adamdunkels 45e2f10989 Constness 2008-08-26 21:46:06 +00:00
adamdunkels 6a460fecdd There is problem with the CC2420 driver: under high traffic load the packets often get mangled in the receive FIFO. Not sure why this happens or how to best prevent it. As a temporary workaround, I've added an additional CRC16 check to the incoming packets. This eats two bytes from each packet, but at least protects against the erroneous packets we've seen quite a few of lately. The reception code was also cleaned up, which resulted in a smaller code size. 2008-08-26 21:44:03 +00:00
nvt-se e483f335ce activated EOF hints and fixed a bug in the garbage collector. 2008-08-25 09:57:38 +00:00
adamdunkels d28b27f031 Source code for the serialdump tool 2008-08-21 21:59:19 +00:00
nvt-se 10dc0fd152 error check got triggered on valid file descriptor 0. 2008-08-21 19:15:41 +00:00
adamdunkels 9f9ba7d6d9 Added the 6502 targets to the default nightly build checks 2008-08-19 09:20:27 +00:00
adamdunkels c6c11d1245 2.2 -> 2.2.1 2008-08-18 08:40:16 +00:00