- Feb 12, 2019
-
-
Cenk Gündoğan authored
gnrc_ipv6_nib: fix iteration conditions for cache-out
-
Peter Kietzmann authored
gnrc_tcp: syn_rcvd pkt loss fix
-
Martine Lenders authored
Documentation: fix dead links
-
Juan I Carrano authored
pyterm: use python3 by default
-
Martine Lenders authored
When working on the previous commit I was unsure if a garbage-collectible entry should remain in the list, so I added this comment so I don't have to wonder about this in the future ;-).
-
Martine Lenders authored
-
Yegor Yefremov authored
The link to nodemcu-devkit-v1.0 was missing 'h' in 'http'. Other links were missing 'http://' or 'https://' and were pointing to non-existing components on RIOT's web site. Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com>
-
Cenk Gündoğan authored
gnrc_ipv6_nib: release packet when NC entry can't be added
-
Martine Lenders authored
net/sixlowpan: Fixed calculation of fragment size
-
Marian Buschsieweke authored
Fragment size calculation previously failed for devices that are able to transmit bigger layer 2 PDUs that 802.15.4 devices. This commit fixes the issue.
-
- Feb 11, 2019
-
-
Alexandre Abadie authored
gnrc_ipv6_nib/nc: remove from _next_removable on remove
-
Gaëtan Harter authored
Python3 has been the default in our scripts for some time now, but pyterm still requested python which uses python2 on ubuntu stable. This pushes toward only needing to install `python3` python dependencies.
-
Kevin "Bear Puncher" Weiss authored
periph/uart: improve documentation
-
Peter Kietzmann authored
gnrc_netif_ieee802154: drop duplicate broadcast packets (optionally)
-
Yegor Yefremov authored
Change description to reflect the configurability of the serial interface. Also, fix the uart_mode parameter description as the UART will be configured and not initialized. Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com>
-
- Feb 08, 2019
-
-
ZetaR60 authored
atmega: refactor cpu/board code and build/flash variables
-
Martine Lenders authored
To make the CI happy ;-).
-
Martine Lenders authored
When the neighbor cache is full, the packet trying to resolve a neighbor is not released. This change fixes that.
-
Martine Lenders authored
-
Juan I Carrano authored
sys/ps: Fixed stringification
-
Martine Lenders authored
The `_next_removable` list manages the cache-out of the neighbor cache. However, when a neighbor cache entry is removed, it is not removed from that list, which may lead to a segmentation fault when that list is accessed, since the whole entry (including its list pointer) is zeroed after removal. With this change the entry is removed from that list accordingly before the zeroing happens.
-
Juan I Carrano authored
makefiles/toolchain: fix command -v multiple commands
-
Kevin "Bear Puncher" Weiss authored
drivers/bmx280: fix dead links
-
Yegor Yefremov authored
URLs have been changed to: https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001.pdf https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280-DS002.pdf ) Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com>
-
- Feb 07, 2019
-
-
Marian Buschsieweke authored
Added missing string for STATUS_COND_BLOCKED, so that the shell command "ps" no longer crashes when a thread has this state.
-
Gunar Schorcht authored
cpu/esp8266: removes netstats in esp wifi netdev driver
-
Gunar Schorcht authored
-
Sebastian Meiling authored
kinetis: add support for S9KEAZ128
-
Alexandre Abadie authored
boards/sodaq-autonomo: switch to flashing with bossac
-
- Feb 06, 2019
-
-
Kees Bakker authored
-
Peter Kietzmann authored
drivers: add support for SHT2x (I2C temp and humidity sensor)
-
Kevin "Bear Puncher" Weiss authored
cpu/stm32_common: fix UART documentation
-
Martine Lenders authored
gnrc: nib: fix DOXYGE -> DOXYGEN typo
-
Kaspar Schleiser authored
-
Yegor Yefremov authored
Don't include overridden typedefs into doxygen as otherwise, they'll appear twice. Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com>
-
- Feb 05, 2019
-
-
Kees Bakker authored
Several parts were inspired by a driver written by: George Psimenos (gp7g14@soton.ac.uk) Steffen Robertz (steffen.robertz@rwth-aachen.de)
-
Sebastian Meiling authored
cpu/esp32: GPIO macro cleanup in periph_cpu.h
-
Peter Kietzmann authored
gnrc_sixlowpan_iphc: fix _compressible()
-
Martine Lenders authored
tests/gnrc_tcp_*: remove default PORT for native
-
Francisco Acosta authored
Features must be provided by the board if they're actually available on board. Other features might be provided by the CPU. Some grouping is also removed as it is not necessary.
-