Mariano Alvira
cb46d1eed7
clean ftditools
2010-03-16 21:58:27 -04:00
Mariano Alvira
0b507bb8be
don't bail on make if you can't do a submodule update.
2010-03-16 20:24:32 -04:00
Mariano Alvira
ebb3f8685b
Merge branch 'ftditool'
2010-03-16 18:46:12 -04:00
Mariano Alvira
d1a4d5334a
finished bbmc for now.
...
complete with respectable command line options and full usage.
2010-03-16 18:44:46 -04:00
Mariano Alvira
64e643bd0b
add erase and reset commands
2010-03-16 16:35:39 -04:00
joxe
d113577a8e
made UIP_ND6_SEND_RA configurable from platforms and projects
2010-03-16 18:27:22 +00:00
adamdunkels
36b995cc9a
Reenabled announcement support
2010-03-16 18:12:34 +00:00
adamdunkels
9be1a65211
Don't set the RELIABLE flag on incoming packets with the ack requested flag set, since it is set on most packets even if they aren't reliable
2010-03-16 18:11:58 +00:00
adamdunkels
b1feac5a00
Bugfixes in low-power streaming mode, and re-added support for announcements. These now use the low-power streaming mode so that active listening for announcments have a radio duty cycle of 16% rather than 100%
2010-03-16 18:11:13 +00:00
adamdunkels
67b0170a43
Bugfix: don't care about FIFOP when reading a packet; if the radio rx had been turned off before a packet was read, FIFOP would be zero and the packet would be trashed
2010-03-16 18:10:09 +00:00
nifi
6b7ec2d002
removed uip_router
2010-03-16 15:45:20 +00:00
joxe
7d220c910a
removed uip_router
2010-03-16 15:45:20 +00:00
nifi
75091661e6
fixed typo
2010-03-16 15:41:00 +00:00
joxe
b4adc6bcb5
added fallback interface and removed uip_router
2010-03-16 15:35:03 +00:00
Mariano Alvira
011c6e7276
Merge branch 'master' of git://git.devl.org/git/malvira/libmc1322x
2010-03-16 10:49:49 -04:00
Mariano Alvira
7408b71868
make sure any submodules are updated
2010-03-16 10:48:29 -04:00
Mariano Alvira
334c316c0a
make xtal trimming part of the lowlevel init routines.
2010-03-16 10:40:25 -04:00
Mariano Alvira
092a182a5d
protect set_channel and set_power from interrupts.
2010-03-16 10:34:11 -04:00
Mariano Alvira
2aa76aaacd
init_phy was doing phy initialization and maca reset. maca_reset was
...
doing nothing useful. This patch factors init_phy and rewrites
maca_reset.
2010-03-16 10:31:35 -04:00
joxe
2b44f809fb
added support for extending route entries
2010-03-16 14:11:46 +00:00
nifi
60ea81297a
Removed the IPHC flags from the brief packet description (the flags are shown in the verbose description)
2010-03-16 13:10:50 +00:00
joxe
453cf7f2e6
refactoring of hc06 code
2010-03-16 10:21:04 +00:00
nifi
0299aab5e4
Fixed to use sky-sensors to setup ADC12
2010-03-15 23:37:01 +00:00
nifi
55e0fec37e
* Changed to write keys to CC2420 RAM big-endian order
...
* Fixed cc2420_aes_cipher() to wait for encryption to finish before reading result
2010-03-15 23:04:54 +00:00
nifi
e834562455
* Fixed FASTSPI_READ_RAM_LE to wait for tx end before reading
...
* Added FASTSPI_WRITE_RAM_BE to write to RAM (big-endian order)
2010-03-15 23:01:37 +00:00
Mariano Alvira
5751beb935
add a way to switch layouts
2010-03-15 19:01:07 -04:00
fros4943
79f4dd467e
added maximum log message size (1024 bytes) to avoid buffering up on binary serial output
2010-03-15 22:04:26 +00:00
nvt-se
7f687b99e6
Debug off by default
2010-03-15 19:22:29 +00:00
fros4943
2f20d6b108
fixed cc2420's received signal strength indicator to be an average of the last 8 symbols (192us)
2010-03-15 19:22:03 +00:00
dak664
cae40439d7
Add optional RS232 debugging
2010-03-15 18:56:13 +00:00
dak664
0265f09a5c
Add RS232 port option to jackdaw USB stick
2010-03-15 18:52:55 +00:00
nifi
3f8b346c29
replaced obsolete netif include with new ds6
2010-03-15 16:54:35 +00:00
joxe
fd3d6c44d0
integration of new uip6 code from Mathilde and Julien - adds routing and improved interface handling
2010-03-15 16:41:24 +00:00
joxe
7d5e3fbfde
added function to retrieve elapsed time
2010-03-15 15:53:57 +00:00
Mariano Alvira
07e6b65182
fix up long types in printfs
...
from Clive Stubbings.
2010-03-15 07:24:48 -04:00
fros4943
573e772a32
removed contiki cooja template source, updated configurations
2010-03-15 11:04:37 +00:00
fros4943
ace6cff93f
do not generate source + prepare environment method was updated
2010-03-15 11:04:06 +00:00
fros4943
645d505f46
contiki-cooja-main.c requires CLASSNAME
2010-03-15 11:03:17 +00:00
fros4943
5b2caf2050
removed the use of a template source file when compiling for the cooja platform, instead compiling against contiki-cooja-main.c.
...
this change simplifies access to the contiki main source, and makes the cooja platform more similar to other contiki targets
2010-03-15 11:02:57 +00:00
fros4943
99fe1faa0a
updated mspsim.jar with improved sht11 support
2010-03-15 08:06:12 +00:00
Mariano Alvira
8a7b50176e
finish up print and prompt device selection.
2010-03-14 19:09:33 -04:00
adamdunkels
a9bad71fbd
Increased the number of bits that repressent the MAX_RETRANSMITS attribute to allow for more than 7 hop-by-hop retransmissions
2010-03-14 23:01:12 +00:00
adamdunkels
7bab9316da
Two major changes:
...
* Low-power streaming. Experimental support for a low-power mode which
allows rapid exchange of packets with a 16% duty cycle. Does not
seem to function correctly yet though.
* Phase locking. When the phase of a neighbor has been detected, the
sender assumes that the neighbor will keeps it phase and does not
send more strobes than necessary to hit the receiver's channel
check - even if the receiver does not acknowledge the reception of
the strobes when it should have been awake. Instead, the sender
stops strobing and tries again at a later time.
2010-03-14 22:59:23 +00:00
adamdunkels
0035a70537
Reworked the locking code, which seems to fix a few bugs caused by the interaction with contikimac. Contikimac performs a CCA check in a preempting rtimer, which requires underlying code to properly call the GET_LOCK() macro. This fix seems to solve most problems, but there may be others left.
2010-03-14 22:45:20 +00:00
Mariano Alvira
44a1c7b1fb
update usage for flow control switch
2010-03-14 18:09:26 -04:00
Mariano Alvira
537ceafe2f
update usage for flow control switch
2010-03-14 18:08:13 -04:00
Mariano Alvira
97f3b88582
add ftditools and Bit-Bang-MC. Right now bbmc can toggle reset on the
...
econotag.
2010-03-14 17:42:52 -04:00
fros4943
3769a28516
updated to new sensors API
2010-03-14 19:54:00 +00:00
fros4943
4fa88d2bfd
added method for getting mote interfaces based on class names + getInterfaces() returns a collection instead of a vector
2010-03-14 19:50:34 +00:00
fros4943
4710441bb6
added temperature mote interface for sky motes
2010-03-14 19:45:04 +00:00