Martine Lenders
362077d3d5
tests: fix sizeof_tcb output
6 years ago
Martine Lenders
0c22fffcd1
Merge pull request #6071 from melshuber/iphc_issue
...
gnrc_sixlowpan_iphc: Fixed encoding when COMP=0
6 years ago
Martin Elshuber
b582e64b09
gnrc_sixlowpan_iphc.c: Updated comments some logic
6 years ago
Francisco Acosta
5cddbfc661
Merge pull request #6070 from thomaseichinger/pr/cc2420_fix_empty_fifo_read
...
drivers/cc2420: adapt FIFO access to recent msp430 SPI changes
6 years ago
Thomas Eichinger
b57ce103a3
drivers/cc2420: adapt FIFO access to recent msp430 SPI changes
...
When redoing the SPI driver for the msp430 platforms an assert
statement was introduced to prohibit SPI access without any
buffers. Since in the existing code the FIFO pointer is incremented
through a dummy read this results in triggering aforementioned
assert.
6 years ago
Martin Elshuber
faa47a0e03
gnrc_sixlowpan_iphc: Fixed encoding when COMP=0
...
Summary:
Even ehen COMP is cleared, the algorithm always elides part of the address when a matching
context is found.
This behviour occurs because in the line
if ((src_ctx != NULL) || ipv6_addr_is_link_local(&(ipv6_hdr->src)))
the COMP bit is not tested.
This patch fixes the problem by setting [src|dst]_ctx to NULL if the
context must not be used.
6 years ago
Martine Lenders
e6ad438a0b
Merge pull request #5941 from zhuoshuguo/gnrc_mac_type
...
gnrc: create the basic "gnrc_mac" type for providing common MAC functionalities
6 years ago
Martine Lenders
64c62e837a
Merge pull request #5244 from thomaseichinger/pr/rf2xx_better_state_check
...
drivers/at86rf2xx: improve precondition checks on state transition
6 years ago
Martine Lenders
7974bf2cd8
Merge pull request #6053 from miri64/tinydtls/fix/buildsystem
...
tinydtls: fix for build system fix
6 years ago
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.
6 years ago
zhuoshuguo
6f39d8c809
gnrc_mac: add gnrc_mac module into netdev2.
6 years ago
Martine Lenders
21c4cb41ff
tinydtls: fix for build system fix
6 years ago
Martine Lenders
9e45cc7067
Merge pull request #6047 from miri64/gcoap/fix/netreg-generic
...
gcoap: use generic netreg initializers
6 years ago
Martine Lenders
815426b0a1
Merge pull request #6051 from OlegHahm/fix_test_mutex_order_readme
...
tests: mutex_order: updated test and fixed README
6 years ago
Oleg Hahm
9c2338ea7d
tests: mutex_order: added pexpect script
6 years ago
Oleg Hahm
a5245769d3
tests: mutex_order: fixed and updated README
6 years ago
Oleg Hahm
e0ede745a6
tests: mutex_order: remove xtimer dependency
6 years ago
Martine Lenders
2ffdf0f2a7
Merge pull request #6046 from miri64/examples/fix/dtls-off-by-one
...
examples: fix off-by-one error in TinyDTLS example
6 years ago
Martine Lenders
a518a92268
Merge pull request #6045 from miri64/tests/doc/emb6
...
tests: fix test description for emb6
6 years ago
Martine Lenders
61531451f2
examples: fix off-by-one error in TinyDTLS example
6 years ago
Martine Lenders
dc907b76fa
gcoap: use generic netreg initializers
...
PR #5526 introduced mbox support for netreg so using these functions
is now required.
6 years ago
Martine Lenders
8a399fd5bd
tests: fix test description for emb6
6 years ago
Martine Lenders
a6f3db49e5
Merge pull request #5171 from jia200x/PPP_hdr
...
[GNRC PPP] PPP header definition and helpers
6 years ago
José Ignacio Alamos Aste
fe686d9b29
PPP: Added header definitions
6 years ago
Martine Lenders
2d571bc9e6
Merge pull request #6039 from aabadie/fix_gnrc_networking_channel
...
example: fix custom 802.15.4 channel definition
6 years ago
Alexandre Abadie
58983de28a
examples/gnrc_networking: fix custom channel definition
6 years ago
Martine Lenders
2774f845dd
Merge pull request #6028 from cgundogan/pr/micro-ecc_hwrng
...
micro-ecc: require hardware RNG
6 years ago
Cenk Gündoğan
19eac87d9b
tests/pkg_micro-ecc: rm requirement for periph_hwrng in Makefile
6 years ago
Cenk Gündoğan
5afad87000
micro-ecc: require hardware RNG
6 years ago
Francisco Acosta
eb06b13722
Merge pull request #5754 from locicontrols/cc2538-timer-pr
...
CC2538 periph/timer overhaul
6 years ago
Martine Lenders
f8ec2f1135
Merge pull request #5997 from aabadie/nucleo_arduino_pinmap
...
Provide arduino feature to Nucleo boards
6 years ago
Martine Lenders
ee698f17ad
Merge pull request #6009 from kaspar030/fix_cortexm_compile_warning
...
cpu: cortexm_common: fix compile warning
6 years ago
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.
6 years ago
Francisco Acosta
9fc75c14bb
Merge pull request #6034 from miri64/unittests/fix/fix-rom-overflow
...
unittests: Add more boards to BOARD_INSUFFICIENT_MEMORY
6 years ago
Peter Kietzmann
1c337b1d6c
Merge pull request #6032 from miri64/dtls/fix/blacklist-nrf52dk
...
dtls: Temporary fix example for #6022
6 years ago
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
6 years ago
Peter Kietzmann
8389526a08
Merge pull request #6030 from miri64/nanocoap/fix/posix-include
...
nanocoap: add POSIX include path
6 years ago
Alexandre Abadie
f87dd60a3d
boards/nucleo-common: provide arduino sketch feature to nucleo boards
6 years ago
Martine Lenders
f93ab1a1f6
doc: make the 2^x requirement for msg_queue more visible
6 years ago
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.
6 years ago
Martine Lenders
05e3879e6d
Merge pull request #5419 from nicholas-c-jackson/cc2650stk
...
CC2650STK Debugger Support
6 years ago
Martine Lenders
6dac4bd530
Merge pull request #5950 from zhuoshuguo/add_packet_queue_module_to_gnrc_mac
...
gnrc: Add priority packet queue module to gnrc
6 years ago
Martine Lenders
5084d8c5ec
Merge pull request #5598 from kb2ma/gcoap/master
...
GNRC implementation of CoAP
6 years ago
Ken Bannister
88a3eeb574
gcoap: unit tests
6 years ago
Ken Bannister
1783c9c672
gcoap: CLI example
6 years ago
Ken Bannister
f3431fb49e
gcoap: initial commit
6 years ago
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
6 years ago
Matthias Miehl
3203a4b6f5
dist/tools/cppcheck: suppress negatives (uninitvar) ( #5807 )
6 years ago
Yonezawa-T2
fe96a4c9c4
make: use gobjcopy if objcopy is not available
6 years ago
Martine Lenders
afe5ebee80
dtls: Temporary fix example for #6022
...
Seems like DTLS is also affected
6 years ago