- Jan 21, 2019
-
-
Martine Lenders authored
-
- Jan 11, 2019
-
-
José Ignacio Alamos Aste authored
tests: introduce dedicated `gnrc_rpl_srh` test
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
José Ignacio Alamos Aste authored
tests/gnrc_ipv6_ext: port to scapy
-
Sebastian Meiling authored
frdm-k64f: Add LPTMR configuration
-
Martine Lenders authored
-
Kevin "Bear Puncher" Weiss authored
cpu/esp: esp_now_netdev fixes and optimizations
-
Gunar Schorcht authored
-
Sebastian Meiling authored
drivers/pulse_counter: refactor the prototypes of read funcs
-
Alexandre Abadie authored
cpu/esp8266: doc extended
-
- Jan 10, 2019
-
-
Gunar Schorcht authored
Documentation is generated by doxygen from doc.txt
-
Kaspar Schleiser authored
sock_dns: fix out-of-bound errors
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
Fixes #10739
-
José Ignacio Alamos Aste authored
drivers/cc2420: Implemented missing drop case
-
Martine Lenders authored
tests/gnrc_udp: Fixed typo in Makefile
-
Martine Lenders authored
cortexm.inc.mk: detect 'arm-none-eabi-gcc' from ubuntu bionic
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
-
Gaëtan Harter authored
arm-gcc version from ubuntu bionic repository is not supported in RIOT. Both when building with `gnu` and `llvm`. arm-none-eabi-gcc --version arm-none-eabi-gcc (15:6.3.1+svn253039-1build1) 6.3.1 20170620 So detect this version and print an error if found. The check is done on the building machine and not on the host when building in docker. The error can be disabled when building with WERROR=0.
-
Martine Lenders authored
net/gnrc/netif: Added CC1xxx adaption layer
-
Gunar Schorcht authored
assert was added intentionally for debugging purposes. For released version it is enough that function returns.
-
Marian Buschsieweke authored
This adaption layer is intended to be used by a rewrite of the CC110x driver and a new CC1200 driver that is currently being developed for RIOT.
-
Martine Lenders authored
gnrc_netif_*: use the `gnrc_netif_t::pid` member instead of the pid of the current thread in netif header
-
Sebastian Meiling authored
drivers/ds18: refactor functions with const dev pointer
-
Sebastian Meiling authored
tests: add nanocoap CLI app for client and server testing
-
Sebastian Meiling authored
core: remove redundant casts
-
Peter Kietzmann authored
drivers/tps6274x: Initial support for the step-down converter
-
- Jan 09, 2019
-
-
Gunar Schorcht authored
Use the `gnrc_netif_t::pid` member instead of the pid of the current thread when generating the the `gnrc_netif_hdr` in `gnrc_netif_ieee802154::_recv` function.
-
Gunar Schorcht authored
Use the `gnrc_netif_t::pid` member instead of the pid of the current thread when generating the the `gnrc_netif_hdr` in `gnrc_netif_ethernet::_recv` function.
-
steffen authored
drivers/tps6274x: initial support step-down converter tests/driver_tps6274x: Added testcase for the step-down converter boards/jiminy-mega256rfr2: Added TPS6274x config
-
Kees Bakker authored
This change makes it more clear that the dev is modified in some of the read functions. Only pulse_counter_read_without_reset gets a const pointer argument. Also, use pulse_counter_t pointers instead of void pointers where possible.
-
Kees Bakker authored
-
Gunar Schorcht authored
boards/esp32-wroom-32: configure saul button as inverted
-
Gunar Schorcht authored
-
Schorcht authored
-
Schorcht authored
-