- Jan 25, 2019
-
-
Marian Buschsieweke authored
drivers/enc28j60: fix of #9784
-
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
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
-
José Ignacio Alamos Aste authored
gnrc_icmpv6: release in error cases of demux
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Kevin "Bear Puncher" Weiss authored
boards/sensebox_samd21: Add MTD definition
-
Sebastian Meiling authored
esp8266: esp_wifi netdev driver
-
Sebastian Meiling authored
net/nanocoap: verify simple reply buffer
-
Sebastian Meiling authored
net/netreg: fix static netreg init macros
-
Martine Lenders authored
boards/arduino*: Added/refactored params for W5100
-
Jose Alamos authored
-
danpetry authored
sys/base64: Add size estimation functions
-
Gunar Schorcht authored
gnrc_ipv6_nib: activate SLAAC on border router
-
Ken Bannister authored
-
Gunar Schorcht authored
-
Gunar Schorcht authored
When the size of a received frame is checked, always the total length should be used instead of the length of the first lwIP pbuf in the pbuf chain. Otherwise, the check that the length does not exceed ETHERNET_MAX_LEN will always be true since the maximum size of one lwIP pbuf in a pbuf chain is 512 bytes.
-