- Jun 26, 2018
-
-
danpetry authored
- This document is the result of original work by @haukepetersen and refinement by @miri64, @aabadie, @kaspar030, @jcarrano, @PeterKietzmann, @ZetaR60, and @jia200x.
-
- Jun 25, 2018
-
-
Koen Zandberg authored
drivers/saul :sys/phydat: add definitions for TVOC sensor type and PPB unit
-
- Jun 22, 2018
-
-
Cenk Gündoğan authored
gnrc_pktbuf_cmd: module is not a pktbuf implementation
-
Martine Lenders authored
When I introduced this pseudo-module in #9391 I did not consider, that the way I named it, it is assumed to be an implementation of the `gnrc_pktbuf` interface. However, it is not (it just provides the shell command). This PR excludes `gnrc_pktbuf_cmd` from the selection algorithm, so that if it is the only `gnrc_pktbuf_%` module, still `gnrc_pktbuf_static` gets selected.
-
Koen Zandberg authored
cpu/nrf52: enable instruction cache
-
Cenk Gündoğan authored
sys/random: add SHA1PRNG
-
Peter Kietzmann authored
-
Hauke Petersen authored
-
Martine Lenders authored
sock_dns: fix typo in doc
-
Peter Kietzmann authored
cpu/lm4f120: remove useless periph file guard
-
Martine Lenders authored
`s/fuction/function/` ;-)
-
Koen Zandberg authored
unittests: fix (some more) invisible unicode chars in Makefiles
-
Sebastian Meiling authored
-
Koen Zandberg authored
tests/unittests, cn_cbor: remove invisible unicode char from Makefile
-
Cenk Gündoğan authored
shell_commands: add command for packet buffer stats
-
Martine Lenders authored
I'm using something like this command for a while now for debugging GNRC. Usually, I just patch it into the application I'm using it with, but I think there is a benefit to also provide it to RIOT upstream properly.
-
Sebastian Meiling authored
-
- Jun 21, 2018
-
-
ZetaR60 authored
atmega_common/gpio.c: Fixes GPIO_LOW interrupt
-
Andreas "Paul" Pauli authored
cpu/lpc2387: Various fixes for GPIO driver
-
Cenk Gündoğan authored
gnrc_rpl: exit early if netif_hdr is NULL in send function
-
Cenk Gündoğan authored
examples/lorawan: use new nucleo names for BOARD_INSUFFIENT_MEMORY
-
Martine Lenders authored
-
Martine Lenders authored
Without this fix RPL might crash when the packet buffer is full.
-
Dylan Laduranty authored
examples/lorawan: add autonomous lorawan class A device example
-
Martine Lenders authored
gnrc_ipv6_nib: add full RFC4862 DAD support
-
danpetry authored
sys/newlib: Bugfix, add missing syscalls (only stubs)
-
Cenk Gündoğan authored
sock_udp: allow creation with ephemeral ports
-
steffen authored
fixes the GPIO_LOW interrupt on the atmega platform. It results from trying to shift GPIO_LOW. Since it is 0, it is not shiftable and will not be set correctly. There were more issues with the other flanks too, as they are 0b01 or 0b00. If 0b11 was set as a flank before it would not be able to switch to any other mode anymore. Now the bits get cleared before the new flank will be written.
-
Alexandre Abadie authored
uncrustify: special function ISR
-
Martine Lenders authored
gnrc_rpl: remove events from the queue before memset()
-
Cenk Gündoğan authored
-
Alexandre Abadie authored
-
Cenk Gündoğan authored
pkgs/cmake: fix CFLAGS given two times
-
- Jun 20, 2018
-
-
Kaspar Schleiser authored
nanocoap_sock: split generic request function of from nanocoap_get
-
Cenk Gündoğan authored
pkg/relic: Update to new upstream and remove now obsolete patches
-
Tobias Markmann authored
The removed patches have been applied upstream.
-
Sebastian Meiling authored
-
Sebastian Meiling authored
-
Martine Lenders authored
-
Martine Lenders authored
-