Commit Graph

7528 Commits

Author SHA1 Message Date
dak664
9bcf982d87 Update minimal net to new ds6 interface 2010-03-18 20:11:54 +00:00
dak664
d1f1fae689 update to ds6 calls 2010-03-18 14:52:50 +00:00
dak664
f03600d4e3 update to uip-ds6.c 2010-03-18 14:36:00 +00:00
nvt-se
cfcb6c6b71 Updated for the changed Rime API 2010-03-18 14:25:54 +00:00
nifi
ef5a4a6ad7 only add separator if there is more data 2010-03-17 22:44:20 +00:00
Mariano Alvira
7272f9aec3 change types to match stdint
have printf test print the sizes of these.
2010-03-17 17:27:21 -04:00
Mariano Alvira
ef0a049035 need to init all led directions and turn all leds off initially 2010-03-17 17:02:07 -04:00
joxe
17a721a7e4 fixed buggy define for Traffic class and Flowlabel compression 2010-03-17 20:57:25 +00:00
Mariano Alvira
c624e4e475 these gpio routines should be volatile 2010-03-17 16:41:48 -04:00
dak664
de2f5aaddc change for ds6 calls 2010-03-17 20:19:33 +00:00
Mariano Alvira
a44e256d3d in tmr-ints:
use reset to clear bit
2010-03-17 15:56:53 -04:00
Mariano Alvira
a7a11f1f63 use reset to clear bits 2010-03-17 15:55:52 -04:00
Mariano Alvira
407fda80e0 fix typo in tmr.h (which cause tmr_enable register to have the wrong
address)
2010-03-17 15:55:04 -04:00
Mariano Alvira
a5eadcf5a9 Revert "use standard types"
Breaks tmr tests.

This reverts commit c4f438616a.
2010-03-17 15:52:04 -04:00
adamdunkels
115b3a7c5c Minor timing bugfix: the time between channel checks should not include the time required for the channel check itself 2010-03-17 18:24:06 +00:00
adamdunkels
efeb9944fa Increase the required non-activity periods before turning off the radio; remove the strict phase requirement (which messes up things with low-power streaming) 2010-03-17 16:35:52 +00:00
nvt-se
1a9e00ab78 Purge neighbors that go over a configurable ETX limit. Increase the no-ACK penalty. 2010-03-17 15:08:46 +00:00
nvt-se
4e0ceedc47 Enabled external neighbor removal 2010-03-17 15:00:52 +00:00
fros4943
55f780ec19 removed debugging output 2010-03-17 14:36:46 +00:00
nifi
0a579e0c6a Bug fix: only continue to analyze packet data when ANALYSIS_OK_CONTINUE is returned from previous analyzer. 2010-03-17 14:16:13 +00:00
joxe
fc738a5809 fixed for new uip6 APIs 2010-03-17 13:19:34 +00:00
joxe
4f27fcf766 added ipaddr variable if not UIP_ROUTER is defined 2010-03-17 12:30:25 +00:00
joxe
da36724ac8 updated for new uip APIs 2010-03-17 12:27:52 +00:00
joxe
e8916fe01f added hooks for adding an external header compressor 2010-03-17 12:08:59 +00:00
nifi
ea090a60e6 Fixed to call the SLIP callback function also when using IPv6 2010-03-17 07:10:25 +00:00
Mariano Alvira
7d02575d16 add new board for the QuahogCon badge 2010-03-16 22:06:06 -04:00
Mariano Alvira
9dc8f46550 ignore error if bbmc isn't there 2010-03-16 22:05:40 -04:00
Mariano Alvira
35c9c66c23 use new gpio interface 2010-03-16 22:03:38 -04:00
Mariano Alvira
c6012611ba remove short addr from packet 2010-03-16 22:02:36 -04:00
Mariano Alvira
716f166dd3 new interface for dealing with GPIO banks 2010-03-16 22:01:34 -04:00
Mariano Alvira
c4f438616a use standard types 2010-03-16 22:00:38 -04:00
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