- Jan 25, 2019
-
-
Kaspar Schleiser authored
uncrustify: change en/disable markers
-
Martine Lenders authored
doc: add reference to RIOT paper
-
Martine Lenders authored
-
Gaëtan Harter authored
.gitignore: exclude results directory
-
Martine Lenders authored
gnrc_icmpv6_echo: avoid crashing when pktbuf full
-
Alexandre Abadie authored
This directory is created by the compile_and_test_for_board script when ran from RIOTBASE and no custom value is specified
-
Alexandre Abadie authored
tests: provide unittests for gnrc_sixlowpan_frag/rbuf
-
Martine Lenders authored
boards/nrf52840-mdk: initial support
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Gunar Schorcht authored
Once the packet buffer is full on heavy network load, gnrc_netif_hdr_build may return NULL. In that case, the following unchecked access to hdr->data leads to a crash.
-
Marian Buschsieweke authored
drivers/enc28j60: fix of #9784
-
Martine Lenders authored
`gnrc_sixlowpan_frag` internally derives the offset value directly from the fragment header, so for normal usage within GNRC this assertion is redundant, but to make the tests of `rbuf_add` 100% water-tide I added it.
-
Martine Lenders authored
The reason I put these unittests into their own application is that I intentionally wanted to test this module very isolated.
-
Alexandre Abadie authored
-
Hauke Petersen authored
cpu/nrf5x: rework periph_uart driver to allow use of multiple UARTs with nrf52840
-
Alexandre Abadie authored
pkg/semtech-loramac: add timer calibration
-
Hauke Petersen authored
-
Alexandre Abadie authored
This commit also change the STDIO UART to use the UARTE device type (with EasyDMA)
-
Alexandre Abadie authored
This requires to implement the use of EasyDMA for this kind of peripheral
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Martine Lenders authored
gnrc_sixlowpan: stop type-finding loop when type is found
-
Jose Alamos authored
-
Jose Alamos authored
-
Jose Alamos authored
-
Jose Alamos authored
-
Gunar Schorcht authored
gnrc_ipv6_nib: release when not queuable on AR
-
Martine Lenders authored
Currently the loop just continues to run after a viable type is found. In #10851 this lead to a crash of the tests, when the dependency of `gnrc_sixlowpan` to `gnrc_ipv6` was removed.
-
Martine Lenders authored
uncrustify: add "sp_after_cast = remove"
-
Leandro Lanzieri authored
boards/phynode-kw41z:enable support for cc811 sensor
-
Peter Kietzmann authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
socket_zep: fix undefined timestamp conversion behavior
-
- Jan 24, 2019
-
-
Martine Lenders authored
When a new queue entry is tried to be allocated for a neighbor who's address is currently tried to be resolved there was no error case before. The packet that was tried to be put in the queue was thus not released and stayed in the packet buffer for ever.
-
Gunar Schorcht authored
-
Alexandre Abadie authored
boards/hifive1: fix CLOCK_CORECLOCK
-