zhuoshuguo
1a44c0f71b
gnrc_mac: add l2 address into netdev2.
2016-11-07 10:33:33 +01:00
Martine Lenders
e6ad438a0b
Merge pull request #5941 from zhuoshuguo/gnrc_mac_type
...
gnrc: create the basic "gnrc_mac" type for providing common MAC functionalities
2016-11-07 10:11:54 +01:00
Martine Lenders
64c62e837a
Merge pull request #5244 from thomaseichinger/pr/rf2xx_better_state_check
...
drivers/at86rf2xx: improve precondition checks on state transition
2016-11-04 20:26:53 +01:00
Martine Lenders
7974bf2cd8
Merge pull request #6053 from miri64/tinydtls/fix/buildsystem
...
tinydtls: fix for build system fix
2016-11-04 18:07:53 +01:00
Thomas Eichinger
66db33b662
drivers/at86rf2xx: prevent a possible race condition after state change
...
It was pointed out that after a state change to RX_AACK_ON reading back
the state to confirm the transition can fail due to an imidiate change
into BUSY_RX_AACK between the successful change on the transceiver and
querying the state.
For this we exclude the readback of the state for transitions to
RX_AACK_ON.
2016-11-04 09:52:35 -07:00
zhuoshuguo
6f39d8c809
gnrc_mac: add gnrc_mac module into netdev2.
2016-11-04 17:04:50 +01:00
Martine Lenders
21c4cb41ff
tinydtls: fix for build system fix
2016-11-04 16:20:53 +01:00
Martine Lenders
9e45cc7067
Merge pull request #6047 from miri64/gcoap/fix/netreg-generic
...
gcoap: use generic netreg initializers
2016-11-04 13:59:02 +01:00
Martine Lenders
815426b0a1
Merge pull request #6051 from OlegHahm/fix_test_mutex_order_readme
...
tests: mutex_order: updated test and fixed README
2016-11-04 01:11:33 +01:00
Oleg Hahm
9c2338ea7d
tests: mutex_order: added pexpect script
2016-11-03 16:37:54 +01:00
Oleg Hahm
a5245769d3
tests: mutex_order: fixed and updated README
2016-11-03 16:37:39 +01:00
Oleg Hahm
e0ede745a6
tests: mutex_order: remove xtimer dependency
2016-11-03 16:37:24 +01:00
Martine Lenders
2ffdf0f2a7
Merge pull request #6046 from miri64/examples/fix/dtls-off-by-one
...
examples: fix off-by-one error in TinyDTLS example
2016-11-03 15:27:07 +01:00
Martine Lenders
a518a92268
Merge pull request #6045 from miri64/tests/doc/emb6
...
tests: fix test description for emb6
2016-11-03 14:11:33 +01:00
Martine Lenders
61531451f2
examples: fix off-by-one error in TinyDTLS example
2016-11-03 13:12:21 +01:00
Martine Lenders
dc907b76fa
gcoap: use generic netreg initializers
...
PR #5526 introduced mbox support for netreg so using these functions
is now required.
2016-11-03 12:56:58 +01:00
Martine Lenders
8a399fd5bd
tests: fix test description for emb6
2016-11-03 12:54:37 +01:00
Martine Lenders
a6f3db49e5
Merge pull request #5171 from jia200x/PPP_hdr
...
[GNRC PPP] PPP header definition and helpers
2016-11-02 17:00:31 +01:00
José Ignacio Alamos Aste
fe686d9b29
PPP: Added header definitions
2016-11-02 11:30:38 -03:00
Martine Lenders
2d571bc9e6
Merge pull request #6039 from aabadie/fix_gnrc_networking_channel
...
example: fix custom 802.15.4 channel definition
2016-11-02 13:51:49 +01:00
58983de28a
examples/gnrc_networking: fix custom channel definition
2016-11-02 13:21:34 +01:00
Martine Lenders
2774f845dd
Merge pull request #6028 from cgundogan/pr/micro-ecc_hwrng
...
micro-ecc: require hardware RNG
2016-11-02 10:35:49 +01:00
Cenk Gündoğan
19eac87d9b
tests/pkg_micro-ecc: rm requirement for periph_hwrng in Makefile
2016-11-02 09:55:00 +01:00
Cenk Gündoğan
5afad87000
micro-ecc: require hardware RNG
2016-11-02 09:55:00 +01:00
Francisco Acosta
eb06b13722
Merge pull request #5754 from locicontrols/cc2538-timer-pr
...
CC2538 periph/timer overhaul
2016-11-01 23:22:21 +01:00
Martine Lenders
f8ec2f1135
Merge pull request #5997 from aabadie/nucleo_arduino_pinmap
...
Provide arduino feature to Nucleo boards
2016-11-01 16:05:09 +01:00
Martine Lenders
ee698f17ad
Merge pull request #6009 from kaspar030/fix_cortexm_compile_warning
...
cpu: cortexm_common: fix compile warning
2016-11-01 15:56:11 +01:00
Thomas Eichinger
4ebbda844c
drivers/at86rf2xx: improve precondition checks on state transition
...
The rational behind this change is the following:
If the transceiver is in any *_BUSY state when `at86rf2xx_set_state()`
gets called this would bypass the `(state == old_state)` check and
unneeded state transitions could be triggered.
2016-11-01 07:16:19 -07:00
Francisco Acosta
9fc75c14bb
Merge pull request #6034 from miri64/unittests/fix/fix-rom-overflow
...
unittests: Add more boards to BOARD_INSUFFICIENT_MEMORY
2016-11-01 13:33:24 +01:00
Peter Kietzmann
1c337b1d6c
Merge pull request #6032 from miri64/dtls/fix/blacklist-nrf52dk
...
dtls: Temporary fix example for #6022
2016-11-01 13:30:16 +01:00
Peter Kietzmann
11a8969ab0
Merge pull request #6003 from miri64/core/doc/msg-init-queue-power-of-two
...
doc: make the 2^x requirement for msg_queue more visible
2016-11-01 12:16:09 +01:00
Peter Kietzmann
8389526a08
Merge pull request #6030 from miri64/nanocoap/fix/posix-include
...
nanocoap: add POSIX include path
2016-11-01 11:40:11 +01:00
f87dd60a3d
boards/nucleo-common: provide arduino sketch feature to nucleo boards
2016-11-01 11:14:58 +01:00
Martine Lenders
f93ab1a1f6
doc: make the 2^x requirement for msg_queue more visible
2016-11-01 11:07:59 +01:00
Martine Lenders
57ab1b06d5
unittests: Add more boards to BOARD_INSUFFICIENT_MEMORY
...
Somehow in the merging of 6dac4bd
this was not catched, but those new
unittests made the total build too big for some more boards.
2016-11-01 11:05:43 +01:00
Martine Lenders
05e3879e6d
Merge pull request #5419 from nicholas-c-jackson/cc2650stk
...
CC2650STK Debugger Support
2016-11-01 08:11:58 +01:00
Martine Lenders
6dac4bd530
Merge pull request #5950 from zhuoshuguo/add_packet_queue_module_to_gnrc_mac
...
gnrc: Add priority packet queue module to gnrc
2016-11-01 07:45:31 +01:00
Martine Lenders
5084d8c5ec
Merge pull request #5598 from kb2ma/gcoap/master
...
GNRC implementation of CoAP
2016-11-01 07:44:09 +01:00
Ken Bannister
88a3eeb574
gcoap: unit tests
2016-10-31 22:41:53 -04:00
Ken Bannister
1783c9c672
gcoap: CLI example
2016-10-31 22:41:52 -04:00
Ken Bannister
f3431fb49e
gcoap: initial commit
2016-10-31 22:41:52 -04:00
Nicholas Jackson
6067dfb652
CC2650STK Debugger Support
...
Added additional support for the XDS100v3 debugger platform
Implemented default flash configuration for the XDS110 with support for XDS100v3 debugger with through DEBUGGER make flags
2016-11-01 11:08:54 +10:00
Matthias Miehl
3203a4b6f5
dist/tools/cppcheck: suppress negatives (uninitvar) ( #5807 )
2016-10-31 22:49:17 +01:00
Yonezawa-T2
fe96a4c9c4
make: use gobjcopy if objcopy is not available
2016-10-31 22:28:43 +01:00
Martine Lenders
afe5ebee80
dtls: Temporary fix example for #6022
...
Seems like DTLS is also affected
2016-10-31 21:28:54 +01:00
Martine Lenders
61daeff04c
Merge pull request #5881 from miri64/core/enh/add-verbose-assert
...
core: define macro for verbose behavior for assert()
2016-10-31 20:13:59 +01:00
zhuoshuguo
0ebe2a0309
gnrc: add priority packet queue module.
2016-10-31 16:53:01 +01:00
Martine Lenders
2d89169d00
Merge pull request #5991 from Yonezawa-T2/use_lldb
...
make: use LLDB if GDB is not available on native platform
2016-10-31 15:43:39 +01:00
Martine Lenders
91b70ac23e
nanocoap: add POSIX include path
...
Since nanocoap uses `arpa/inet.h` for the address family name defintions
this needs to be in the include path. In RIOT this resides in
`sys/posix/include`.
2016-10-31 14:59:43 +01:00
Martine Lenders
a4074bf5f4
Merge pull request #6006 from miri64/microcoap/enh/port-to-sock
...
examples: port microcoap example to sock
2016-10-31 14:10:15 +01:00