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
oliverschmidt
59c5d05388
Presuming that all platforms based on a certain cpu should be listed here...
2008-08-17 09:56:58 +00:00
adamdunkels
96c47c8ef8
Prepared for automatic cc65 compilation
2008-08-16 13:08:36 +00:00
adamdunkels
76e03317c7
Fixed problem with erroneous pointer type
2008-08-16 10:04:55 +00:00
nvt-se
8b7e743921
Enforce the number of pages in a sector to be a power of two.
2008-08-15 22:38:43 +00:00
adamdunkels
a6148ac3d0
Moved unused code to backyard
2008-08-15 19:57:13 +00:00
adamdunkels
0f82635dc9
Bugfix: avoid overflowing the event queue
2008-08-15 19:54:58 +00:00
adamdunkels
35d85897b9
Minor bugfix: the printf() must include the n
2008-08-15 19:34:07 +00:00
adamdunkels
41dcd78c8b
Improved debugging output
2008-08-15 19:28:33 +00:00
adamdunkels
9324dc1e7d
Hardy Griech's timer bugfix: avoid direct comparison for timer values since they may wrap. Instead, use the CLOCK_LT() that works correctly even for wrapped timers.
2008-08-15 19:16:09 +00:00
adamdunkels
86b835dd2c
Added a 'nodeid' command for setting and retreiving the node ID from the external flash. Made the powergraph command optional to save code space.
2008-08-15 19:07:04 +00:00
adamdunkels
66988436f8
Rewrote the 'nodes' command to use netflood rather than trickle - but the 'nodes' command don't seem to work reliably anyway, so it currently is a candidate for removal.
2008-08-15 19:06:14 +00:00
adamdunkels
2f81a0463a
Moved unused malloc code to backyard directory
2008-08-15 19:05:16 +00:00
adamdunkels
31509ad726
Fixed a bunch of bugs in the collection neighbor announcement/discovery code: neighbor announcments were not repeated unless there was a change in the ETX val. Neighbor announcements happened to often when there were changes in the ETX.
2008-08-15 19:00:38 +00:00
adamdunkels
210782d9c6
Set the channel as a packet attribute
2008-08-15 18:59:22 +00:00
adamdunkels
cab149cad0
Moved all rime channel definitions to the shell-rime.h file
2008-08-15 18:58:42 +00:00
adamdunkels
d0f8770263
Bugfix: dates are now correctly displayed. Capped humidity values at 100%
2008-08-15 18:47:13 +00:00
adamdunkels
46b824d80f
Enable rime debug commands (broadcast, unicast)
2008-08-15 18:46:28 +00:00
adamdunkels
8c1a657782
Makefile for extracting, compiling, and packaging a Contiki release
2008-08-15 18:08:03 +00:00
nvt-se
c36a0a33fc
Improved the performance of the garbage collector and the algorithm for
...
finding contiguous pages.
Adjusted the file header and added a validity indicator.
Removed some redundant code and fixes minor issues in the text.
2008-08-15 12:34:56 +00:00
nvt-se
deefb97c16
Changed clock value so it is a power of two.
2008-08-14 11:11:34 +00:00
matsutsuka
6c9291f38b
Removed dependency of Cygwin from hexameter.
2008-07-20 07:44:39 +00:00
oliverschmidt
f822ac9797
Added clock_seconds() implementation.
2008-07-12 14:44:37 +00:00
nvt-se
2b68f88e77
moved platform independent definitions
2008-07-11 21:39:26 +00:00
nvt-se
e757cae8ea
removed obsolete definition
2008-07-11 21:36:45 +00:00