- Jan 21, 2019
-
-
Gaëtan Harter authored
boards/stm32: revert forced use of dma feature in STM32 boards
-
Alexandre Abadie authored
testrunner: fix script when RIOTBASE is not defined
-
Alexandre Abadie authored
The periph_dma is not pulled in automatically for all applications. Applications willing to use the configured peripherals with periph_dma for a given board will have to include the feature explictly in their Makefile. It was causing unrelated issues as threads got de-scheduled while calling printf and this was not handled properly in tests at that moment.
-
cladmi authored
If not defined it was raising a KeyError. Use the 'get' function to handle non defined value. It did not put the value in the `default` case as it would have changed the behavior when `RIOTBASE` is defined but empty.
-
Leandro Lanzieri authored
boards/b-l475e-iot01a: provide already configured RTC and RTT features
-
- Jan 20, 2019
-
-
Alexandre Abadie authored
RTC and RTT are available and already configured for this board but not provided by the build system
-
- Jan 18, 2019
-
-
Martine Lenders authored
cpu/esp32: fixes the memset optimization problem in esp_wifi/wpa_supplicant
-
Martine Lenders authored
nrfmin: fix type for NETOPT_PROTO
-
Gaëtan Harter authored
Makefile.include: append the values to GLOBAL_GOALS
-
Martine Lenders authored
The type [is documented as `gnrc_nettype_t`][1] so it should by checked as such. [1]: https://github.com/RIOT-OS/RIOT/blob/f9a3bdf1a749f0e6a0d9e79eee652d8b31d4d9e0/sys/include/net/netopt.h#L210-L212
-
Sebastian Meiling authored
net/nanocoap: fix confirmable retry countdown
-
Marian Buschsieweke authored
eui48: fix type alignment
-
Martine Lenders authored
-
Gaëtan Harter authored
This allows setting other GLOBAL_GOALS by setting it before. This could be the case for the application `Makefile` or files parsed from `RIOT_MAKEFILES_GLOBAL_PRE`.
-
Dylan Laduranty authored
tests/pkg_{hacl,monocypher}: set custom timeout value
-
Leandro Lanzieri authored
tests/periph_rtc: add automatic python test script
-
Alexandre Abadie authored
-
Alexandre Abadie authored
tests/periph_flashpage: improve flashpage tests
-
Ken Bannister authored
-
Ken Bannister authored
-
Alexandre Abadie authored
On samr30-xpro the tests takes respectively 20 and 14 seconds to complete
-
Ken Bannister authored
examples/gcoap: verify buffer size
-
Martine Lenders authored
tests/periph_rtc: fix alarm period in README
-
Alexandre Abadie authored
The default period value the application code is set to 2s
-
Gunar Schorcht authored
doc: fix warnings in *_params.h
-
Gunar Schorcht authored
-
Gunar Schorcht authored
-
Gunar Schorcht authored
-
- Jan 17, 2019
-
-
Cenk Gündoğan authored
nrfmin: remove long address support
-
Cenk Gündoğan authored
pkg/nordic_softdevice_ble: Use MAC48 as hardware address
-
Martine Lenders authored
This is just a compatibility issue waiting to happen as soon as there is support for a more standard-compliant implementation of BLE (like e.g. NimBLE ;-)).
-
Alexandre Abadie authored
boards/hifive1: fix file permissions of flasher.sh
-
Sebastian Meiling authored
cpu/esp32: esp_wifi netdev driver
-
Gunar Schorcht authored
-
Gunar Schorcht authored
ESP-IDF heap handling has to be used for esp_wifi for stability reasons. Otherwise, heap is corrupted sporadically
-
Gunar Schorcht authored
Fixes sporadic blocking of the wifi thread in esp_wifi_recv_cb function under heavy network load conditions when frames are coming in faster than they can be processed. Since esp_wifi_recv_cb function is not executed in interrupt context, the msg_send function used for ISR event can block when the message queue is full. With this change esp_wifi can be flooded with icmpv6 packets of maximum size without any problems over hours.
-
Gunar Schorcht authored
-
Gunar Schorcht authored
-
Gunar Schorcht authored
To avoid further inconsistencies in documentation, README.md is not provided any longer
-
Gunar Schorcht authored
-