Yonezawa-T2
4042239b04
xbee: add timeout for AT command response ( fixes #4731 )
2016-04-19 11:19:25 +09:00
Yonezawa-T2
eb7cc30494
xbee: enriched debug output
2016-04-19 11:17:13 +09:00
Yonezawa-T2
15ecee46ee
xbee: add packet filtering to emulate non-transitive network.
...
When debugging multihop wireless network, it is useful to emulate non-transitive
network, that is, node A can communicate with B and B can communicate with C,
but A cannot communicate with C directly.
If `XBEE_DENIED_ADDRESSES`, which is an array of XBee long addresses, is
defined, packets from those addresses are dropped silently.
Example:
CFLAGS += "-DXBEE_DENIED_ADDRESSES={ 0x02, 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0x02, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11 }"
2016-04-19 11:17:13 +09:00
Yonezawa-T2
a6ae7c8091
xbee: fixed that _set_addr
destructed given address.
...
`_set_addr` is called from `xbee_init` with lower bytes of the long address.
If `_set_addr` destructs the given address, the long address is also destructed.
2016-04-19 11:17:13 +09:00
Yonezawa-T2
66dd84eff2
xbee: disable short address when the address length is set to 8
...
XBee sends short address even for `API_ID_TX_LONG_ADDR` if short address is
enabled. This results in check sum error of ICMPv6 since the IP address is
computed based on long address on the sender side while it is computed based on
short address on the receiver side.
2016-04-19 11:17:13 +09:00
Yonezawa-T2
67c3ab8fdd
xbee: changed default channel from 0x1A to 0x17 to support XBee-PRO
...
XBee supports channels 0x0B-0x1A while XBee-PRO supports only 0x0C-0x17.
2016-04-19 11:17:12 +09:00
Yonezawa-T2
8481d85ead
xbee: fixed RSSI header parsing
2016-04-19 11:17:12 +09:00
René Kijewski
5a6fcbc005
make: always use absolute path
2016-04-19 00:34:01 +02:00
Cenk Gündoğan
7b8e2d5231
Merge pull request #5330 from authmillenon/gnrc_rpl/fix/non-stack-ll
...
gnrc_rpl: use non-stack variable for link-local matching
2016-04-18 23:13:54 +02:00
119172545d
Merge pull request #5310 from locicontrols/xtimer-soc
...
sys/xtimer: eliminate XTIMER_SHIFT_ON_COMPARE
2016-04-18 23:10:41 +02:00
Leon M. George
c8985056e9
tests/unittests: cc2650stk insufficient memory
2016-04-18 19:00:50 +02:00
Leon M. George
3b240ff7ec
tests/thread_cooperation: cc2650stk insufficient memory
2016-04-18 19:00:49 +02:00
Leon M. George
fc668c4857
examples/gnrc_border_router: cc2650stk insufficient memory
2016-04-18 19:00:49 +02:00
Florent-Valéry
15066e0418
cpu/cc26x0: cpu_clock_init() implementation
2016-04-18 19:00:49 +02:00
Leon M. George
cc954761b3
boards: add cc2650stk
2016-04-18 19:00:49 +02:00
Leon M. George
475fb6f84d
cpu: add CC26x0-family
2016-04-18 19:00:49 +02:00
Ian Martin
963f8a495d
sys/xtimer: eliminate XTIMER_SHIFT_ON_COMPARE
2016-04-18 12:06:20 -04:00
Martine Lenders
1750e1bad8
core: mutex: piggy-back some style fixes
2016-04-18 17:23:55 +02:00
Martine Lenders
f86bf8c9cd
gnrc_rpl: use non-stack variable for link-local matching
2016-04-18 17:14:27 +02:00
4b25c0fd76
dist: tools: build_and_test.sh: add "host" buildtest group
2016-04-18 13:51:05 +02:00
aee0eeeb99
dist: tools: add makefile
2016-04-18 13:51:05 +02:00
Joakim Nohlgård
e6183f3041
boards/mulle: PTA17 analog input is on ADC1 module
2016-04-18 11:41:38 +02:00
Yonezawa-T2
bea5eacea2
xbee: fixed broadcast header
...
Destination address is at tx_buf[5] and tx_buf[6] rather than tx_buf[4] and
tx_buf[5].
Broadcast header is overridden by following code mistakenly.
2016-04-18 10:21:15 +09:00
Yonezawa-T2
4f864b0ec8
xbee: fixed missing unlocks
2016-04-18 10:20:52 +09:00
kYc0o
4f3a40fb74
Merge pull request #5313 from kYc0o/cc2538dk_small_uart_fix
...
boards/cc2538dk: fix wrong UART CTS and RTS pins
2016-04-18 00:18:10 +02:00
Martine Lenders
f90b607180
Merge pull request #5320 from cgundogan/pr/shell/icmpv6_without_nc
...
shell: icmpv6_echo: guard call to *_nc_still_reachable
2016-04-17 16:32:19 +02:00
Oleg Hahm
8690a888f5
Merge pull request #5295 from OlegHahm/msg_init_queue_assert
...
core: assert correct msq queue size on creation
2016-04-17 14:49:54 +02:00
Martine Lenders
85dfed3249
Merge pull request #5283 from kaspar030/make_msg_use_list
...
core: msg: use new list instead of priority_queue
2016-04-17 14:48:50 +02:00
Martine Lenders
d64b922db0
Revert "gnrc ipv6: replace check by assert"
...
This reverts commit 856e1ee0d2
.
2016-04-17 14:06:54 +02:00
Martine Lenders
9789eb249e
Revert "doc: mandatory netif snip for gnrc_ipv6 receive()"
...
This reverts commit f15e038efe
.
2016-04-17 14:06:41 +02:00
Oleg Hahm
bb35913840
core: assert correct msq queue size on creation
...
The return value was never checked. Hence, this runtime check was rather
pointless. Better assert the correct size during development.
2016-04-17 13:55:21 +02:00
Martine Lenders
ccb4521599
core: allow DEBUG in mutex.c to run without DEVELHELP
2016-04-17 13:38:49 +02:00
Hauke Petersen
0aa0eba593
Merge pull request #5323 from haukepetersen/add_saul_unittest
...
test: added unittests for the SAUL registry
2016-04-15 16:15:29 +02:00
Cenk Gündoğan
1e6b2bcd5d
trickle: uses random.h and includes some enhancements
2016-04-15 15:30:28 +02:00
Hauke Petersen
e2fe3cc504
test: added unittests for the SAUL registry
2016-04-15 15:07:49 +02:00
Hauke Petersen
190c144ac6
sys/saul_reg: fixed return value for rm()
2016-04-15 15:06:25 +02:00
Hauke Petersen
26ce9cd95a
Merge pull request #5251 from cgundogan/pr/pkg/openwsn
...
pkg/openwsn: prevent build loop
2016-04-15 12:36:37 +02:00
Cenk Gündoğan
2d8c3b47df
shell: icmpv6_echo: guard call to *_nc_still_reachable
2016-04-14 22:05:23 +02:00
Baptiste
0215b08998
SAMD21/GPIO driver: Add missing interrupts
2016-04-14 20:06:36 +02:00
e6d90e33ce
Merge pull request #5317 from haukepetersen/fix_ethos_compileerrors
...
dist/ethos: fixed compile warnings
2016-04-14 18:18:29 +02:00
Hauke Petersen
78f212c9d8
dist/ethos: fixed compile warnings
...
- checking return values of each write() call
- chack return value of system() call
2016-04-14 17:31:49 +02:00
kYc0o
e48079fa3f
boards/cc2538dk: fix wrong UART CTS and RTS pins
2016-04-14 12:10:59 +02:00
kYc0o
699410efc8
Merge pull request #5124 from locicontrols/fixes
...
cpu/cc2538: fix build errors when UART1 or the 32 kHz crystal is enabled
2016-04-14 12:00:53 +02:00
kYc0o
998c4ab48c
Merge pull request #4996 from kYc0o/br_readme
...
examples/gnrc_border_router: Add ethos and start_network.sh to README.md
2016-04-14 11:55:55 +02:00
kYc0o
6d7f3aee18
examples/gnrc_border_router: Add ethos and start_network.sh to README.md
2016-04-14 11:53:13 +02:00
DipSwitch
f2c320dd03
Merge pull request #5306 from kaspar030/fix_gnrc_ipv6_netif_is_wired
...
sys: net: gnrc: fix IS_WIRED netopt call
2016-04-13 22:22:56 +02:00
Oleg Hahm
6c817c888e
Merge pull request #5308 from haukepetersen/fix_dri_makedep_dhtfeature
...
drivers/Makefile.dep: fixed FEATURE_REQ assignments
2016-04-13 17:27:06 +02:00
Hauke Petersen
25935bf95f
drivers/Makefile.dep: fixed FEATURE_REQ assignments
2016-04-13 16:47:00 +02:00
kYc0o
e6d15f2d36
Merge pull request #5224 from haukepetersen/fix_periph_undef
...
drivers/periph: fixed UNDEF values to UINT_MAX
2016-04-13 16:39:59 +02:00
René Kijewski
340e3fff70
Merge pull request #5250 from yogo1212/multiboot_doxy
...
boards/multiboot: close doxy group
2016-04-13 16:19:57 +02:00