- Jul 16, 2018
-
-
Martine Lenders authored
pkg/emb6: Add random functions to rename patch
-
Koen Zandberg authored
gnrc_ipv6: clean-up and simplify send handling
-
Martine Lenders authored
This change is a gnrc_ipv6_nib/gnrc_netif(2)-based rework of #7210. Packet duplication ================== Its main optimization is that it restructures `gnrc_ipv6` handling of sent packets so that duplication for write-protection happens at the latest possible step: * potential `gnrc_netif` headers added by upper layers are write-protected before their removal * This unifies the duplication of the IPv6 header directly after that * Extension headers in-between the IPv6 header and the payload header are duplicated just before the check sum is duplicated Especially the last point allows for only handing a single packet snip to all lower functions instead of an already searched IPv6 header (which now is always the first until it is handed to the interface) + payload header. Further clean-ups ================= * Next-hop link-layer address determination was moved to the `_send_unicast` function, greatly simplifying the unicast case in the `_send` function * Code for loopback case was added to a new function `_send_to_self` * Removed some code duplication
-
Koen Zandberg authored
-
Koen Zandberg authored
Both random_init and random_rand are prefixed with emb6_ to prevent function name collisions with RIOT
-
- Jul 13, 2018
-
-
Peter Kietzmann authored
lwip: explicitly set required netdev events
-
Peter Kietzmann authored
gnrc_netif_ieee802154: drop frame on buffer error
-
Koen Zandberg authored
cc2538: use netdev reset
-
Peter Kietzmann authored
emb6: explicitly configure RX complete interrupt
-
Sebastian Meiling authored
Cleanup netdev calls using &dev->netdev for all functions and thereby omiting the explicit cast.
-
Sebastian Meiling authored
-
Peter Kietzmann authored
netdev_ieee802154: Add and use common reset function
-
Peter Kietzmann authored
mrf24j40: Fix netdev recv implementation
-
Koen Zandberg authored
openthread: Enable RX complete netdev event
-
- Jul 12, 2018
-
-
Gaëtan Harter authored
dist/tools: update EDBG version
-
Koen Zandberg authored
This adds a netdev recv call to indicate that the received frame should be dropped when there is no buffer space available to store the frame.
-
Koen Zandberg authored
The mrf24j40 driver should return the frame length when both buf is NULL and len is zero and drop the packet when len is nonzero and buf is NULL. This commit fixes that behaviour
-
Koen Zandberg authored
-
Koen Zandberg authored
Fixes issue where openthread assumed that this flag was enabled by default with netdev devices
-
Koen Zandberg authored
-
- Jul 11, 2018
-
-
Vincent Dupont authored
stm32: fix vendor header conflicting enum
-
Peter Kietzmann authored
remote: add RESET variable
-
Peter Kietzmann authored
tests/periph_uart: adapt main.c for automated testing
-
Yegor Yefremov authored
This is an effort to automate UART testing using the same framework as was already introduced for i2c. The framework relies on shell commands to return invocation status and data in a special way: 1. Invocation status: Success or Error 2. Data inside the [] Hence this patch adds invocation status to the UART init command and invocation status and data to the printer. Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com>
-
Koen Zandberg authored
-
Koen Zandberg authored
-
Koen Zandberg authored
-
Koen Zandberg authored
-
- Jul 10, 2018
-
-
Martine Lenders authored
gnrc_tcp: Add missing includes
-
Gaëtan Harter authored
Makefile.include: remove debug '$(info)'
-
Gaëtan Harter authored
Remove debug '$(info)' added by https://github.com/RIOT-OS/RIOT/pull/9451
-
Gaëtan Harter authored
make: Add 'BUILDDEPS' variable
-
Cenk Gündoğan authored
make: fix dedup USEMODULE_INCLUDES in Makefile.include
-
Simon Brummer authored
-
Sebastian Meiling authored
Fixes a regression introduces #9479 which breaks building on macOS. The introduces `uniq` function is never called, hence the includes ie. USEMODULE_INCLUDES are not used.
-
Vincent Dupont authored
-
Vincent Dupont authored
-
Vincent Dupont authored
-
Vincent Dupont authored
-
Vincent Dupont authored
-