- Jan 10, 2019
-
-
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.
-
- Jan 07, 2019
-
-
Cenk Gündoğan authored
gnrc_sixloenc: introduce pseudo-module to send 6Lo frames over Ethernet
-
Martine Lenders authored
gnrc: make titles of NETAPI command documentation more specific
-
Sebastian Meiling authored
tests/xtimer_drift: increase priority of worker
-
Martine Lenders authored
-
Martine Lenders authored
-
Sebastian Meiling authored
gnrc_ipv6: make gnrc_netapi documentation more detailed
-
- Jan 06, 2019
-
-
ZetaR60 authored
drivers/ads101x: eliminate casts
-
- Jan 04, 2019
-
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Gunar Schorcht authored
cpu/esp32: Fixes the maximum packet size of 255 bytes in the esp_eth netdev driver of ESP32 mcu.
-
Gunar Schorcht authored
-
Gunar Schorcht authored
-
Gunar Schorcht authored
Fixes the maximum packet size of 255 bytes in the esp_eth netdev driver of ESP32 mcu. fixup! cpu/esp32: fixes esp_net maximum packet size
-
Kevin "Bear Puncher" Weiss authored
cortexm_common: add FPU support for cortex-m4f and cortex-m7
-
Alexandre Abadie authored
pkg: gecko_sdk: bump version + vendor headers
-
- Jan 03, 2019
-
-
Kees Bakker authored
A helper variable is added, and now all type casts are not needed anymore.
-
Alexandre Abadie authored
netopt: provide option to (de-)activate 6Lo
-
Alexandre Abadie authored
tests/periph_uart: fix baudrate truncation
-
Martine Lenders authored
net/nanocoap: allow user to configure macros
-
Martine Lenders authored
net/coap: allow user to configure message retry macros
-
MrKevinWeiss authored
Since some boards an int is 16 bits the atoi truncates values. This commit using a long instead of an int.
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Vincent Dupont authored
-
Vincent Dupont authored
-
Martine Lenders authored
net/gcoap: add config macros to config doc group
-
Martine Lenders authored
tests/driver_ds1307: Blacklist iotlab boards
-
Vincent Dupont authored
-
MrKevinWeiss authored
This states iotlab boards shouldn't run these tests. This is because the i2c address of L3G4200 is the same ad the ds1307. This causes an error that thinks the test is valid when it is not.
-
Alexandre Abadie authored
boards/common: change openocd config file for stm32l1x
-
Kevin "Bear Puncher" Weiss authored
cpu/nrf5x: move periph_gpio/periph_gpio_irq at an even more common level
-
Kevin "Bear Puncher" Weiss authored
tests/sx127x: set b-l072z-lrwan1 as default board
-
Alexandre Abadie authored
loramac: change rxdelay1 to millisec, was seconds
-
Kaspar Schleiser authored
net/nanocoap: remove obsolete macro
-
José Ignacio Alamos Aste authored
gnrc_ipv6_ext_rh: add ICMPv6 error message sending
-