- Dec 30, 2018
-
-
Bas Stottelaar authored
-
Gunar Schorcht authored
gnrc_sixlowpan_frag: check if own message queue is full
-
Gunar Schorcht authored
gnrc_sixlowpan_frag: release packet rbuf_add error cases
-
Martine Lenders authored
Otherwise, there will be leaks ;-).
-
- Dec 29, 2018
-
-
Martine Lenders authored
Otherwise, there will be leaks ;-).
-
Martine Lenders authored
When issueing the sending of the next fragment the current version of `gnrc_sixlowpan_frag` doesn't check if the queue is full. This leads to leakage of the packet buffer, since when it is full, the package never gets released. This change adds a checks and error exits in case the queue is full.
-
Martine Lenders authored
-
Gunar Schorcht authored
print_toolchain_versions.sh: add xtensa toolchains
-
Martine Lenders authored
-
Martine Lenders authored
netdev_driver_t::recv(): Clarified documentation
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
esp_now: avoid parsing IPv6 header in netdev driver
-
Marian Buschsieweke authored
Some drivers return on netdev_driver_t::recv() not the actual frame size, but an upper bound estimation of it. The upper layer code is already prepared to handle that. This brings the doc in sync with the code.
-
Timo Rothenpieler authored
-
Timo Rothenpieler authored
Avoids parsing IPv6 packets to determine destination address. Allows using 6Lo over ESP-NOW, which is required due to the low MTU of ESP-NOW. Co-authored-by:
Gunar Schorcht <gunar@schorcht.net>
-
- Dec 28, 2018
-
-
Marian Buschsieweke authored
Clarified in the documentation how netdev_driver_t::recv() should behave in case the size of the buffer in parameter buf (indicated by parameter len) is to small to fit the received frame.
-
Marian Buschsieweke authored
netdev_driver_t::recv does on of three things: - Receive the frame - Drop it - Get (an estimation of) the size of the frame The brief section of the documentation was changed to reflect this. (And it starts with the least obvious thing in the hope readers of the API stumble upon it...)
-
Marian Buschsieweke authored
Removed the invalid precondition in netdev_driver_t::recv that the buffer never NULL and the length positive. (In the "get message size" case both is wrong, in the drop message case the first part is wrong.)
-
Timo Rothenpieler authored
-
Timo Rothenpieler authored
-
Martine Lenders authored
esp_now: fix doxygen groups
-
Martine Lenders authored
-
Martine Lenders authored
tests/posix_semaphore: increase timeout margin
-
Martine Lenders authored
dist/tools: add support for PyOCD programmer/debugger
-
Martine Lenders authored
drivers/at: add function to read raw data bytes from modem
-
Alexandre Abadie authored
drivers/sx127x: remove irq_disable/irq_restore around spi transfers
-
Vincent Dupont authored
-
- Dec 27, 2018
-
-
Lotte Steenbrink authored
gnrc_sixlowpan: amend gnrc_netapi introduction
-
Martine Lenders authored
gnrc_netif: remove superfluous GNRC_NETIF_FLAGS_MAC_*
-
Martine Lenders authored
boards/nucleo-l496zg: use lpuart1 as stdio interface
-
Martine Lenders authored
net/ble: add generic advertisement data (AD) processing helper
-
Martine Lenders authored
cpu: esp_common added for common modules of ESP SoCs
-
Gunar Schorcht authored
-
Gunar Schorcht authored
-
Alexandre Abadie authored
Co-authored-by:
Vincent Dupont <vincent@otakeys.com>
-
Alexandre Abadie authored
Co-authored-by:
Vincent Dupont <vincent@otakeys.com>
-
Martine Lenders authored
-
Gunar Schorcht authored
gnrc_ipv6_nib: use correct reverse-translate for ARSM-less NCE
-
Martine Lenders authored
The current implementation uses the assumption that the IPv6 address is always based on an EUI-64, which it doesn't has to.
-