- Nov 19, 2018
-
-
Joakim Nohlgård authored
boards/frdm-kw41z: update i2c configuration
-
- Nov 17, 2018
-
-
Joakim Nohlgård authored
boards/frdm-kw41z: autoload fxos8700 with saul_default
-
ZetaR60 authored
tests/eepreg: remove duplicate FEATURES_REQUIRED
-
Martine Lenders authored
at86rf2xx/at86rf2xx_netdev: improve documentation.
-
Koen Zandberg authored
gnrc_icmpv6_error / gnrc_ipv6: fixes for unspecified address
-
Martine Lenders authored
It just doesn't makes sense to handle them any further
-
Martine Lenders authored
-
Martine Lenders authored
Check for: - if it exists (critical error condition -- non-IPv6 headers should not trigger these functions) => assert - if it has a multicast source (that shouldn't really happen but people might try weird stuff ;-) - if it has an unspecified source (can't determine receiver of error message => don't send it, don't build it)
-
Martine Lenders authored
gnrc_ipv6: fix _fill_ipv6_hdr() for pure IPv6 packets
-
Martine Lenders authored
-
Martine Lenders authored
If a packet only contains IPv6 and IPv6 extension header snips (e.g. if the IPv6 packet has no payload or if an extension header was not pre-parsed)
-
- Nov 16, 2018
-
-
Martine Lenders authored
gnrc_icmpv6_error: fix and use where appropriate
-
josar authored
It was not obvious where `dev->idle_state` was saved.
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
This is aimed to make the usage code of this module more readable.
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
The stack might still wants to do something with the packet after copying it to the error message.
-
Martine Lenders authored
-
Martine Lenders authored
-
Koen Zandberg authored
gnrc/pkt: Add const keyword to length functions
-
Martine Lenders authored
-
Koen Zandberg authored
-
Koen Zandberg authored
sys/crypto: optimize AES footprint (resurrected)
-
Gaëtan Harter authored
The dependency from eepreg to FEATURES_REQUIRED is already defined in `sys/Makefile.dep` so should not need to be duplicated in the application Makefile.
-
- Nov 15, 2018
-
-
Alexandre Abadie authored
-
Juan Carrano authored
USEMODULE += crypto_aes_precalculated enables the precalculated T tables (the old code). USEMODULE += crypto_aes_unroll causes loops to be unrolled.
-
Oleg Artamonov authored
-
Alexandre Abadie authored
Remove first I2C that is not reachable from the pinout and is not connected to anything. Move I2C1 as the first I2C device. Update FXOS8700 I2C device in board configuration
-