- Oct 30, 2018
-
-
Gaëtan Harter authored
When an application only includes Makefile.include without specifying RIOTBASE and uses a `Makefile.local` file, RIOTBASE would use a wrong default value and get the value of the directory where `Makefile.local` is.
-
- Oct 29, 2018
-
-
Martine Lenders authored
build: remove hostname from RIOT_VERSION string
-
Francisco Acosta authored
at86rf2xx: release framebuffer on recv with (len > 0) && (buf == NULL)
-
Gaëtan Harter authored
makefile.iotlab.single.inc.mk: add new supported nodes
-
Sebastian Meiling authored
The hostname does not provide any additional or necessary information to the RIOT_VERSION string. On the contrary, some might consider the hostname as personal information, which should not be exposed unsolicitedly.
-
- Oct 28, 2018
-
-
Alexandre Abadie authored
nrf52840dk and microbit
-
Joakim Nohlgård authored
gnrc_pktbuf: clarify doc of _start_write()
-
Martine Lenders authored
Resolves #10261
-
- Oct 27, 2018
-
-
Joakim Nohlgård authored
tests/pkg_cmsis-dsp: provide testscript
-
- Oct 26, 2018
-
-
Josarn authored
This PR sets the tranceiver in PLL_ON state to avoid corruption of the data in the frame buffer and sets it back to the last state which the transceiver had before changing into transmit mode after the data is read out. This is done to avoid data corruption when `_recv(...)` is called to retrieve the buffer size and frame buffer protection is released.
-
Alexandre Abadie authored
boards/*: fix typo Feie => Freie
-
Alexandre Abadie authored
-
Martine Lenders authored
sys/ps: Remove unused include xtimer.h
-
Joakim Nohlgård authored
-
- Oct 25, 2018
-
-
Martine Lenders authored
gnrc_pktbuf: add gnrc_pktbuf_reverse_snips() helper function
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
This allows for a) testing the packet reversal properly in unittests b) use it in other places than `gnrc_ipv6`'s receive function
-
Martine Lenders authored
examples/gnrc_networking/README: add make reminder, rm forced line breaks
-
Lotte Steenbrink authored
-
Lotte Steenbrink authored
-
Martine Lenders authored
sys/phydat: New phydat_fit API
-
Martine Lenders authored
gnrc_ipv6_ext: move ipv6_ext_rh (partly) to GNRC
-
danpetry authored
drivers/ds18: Add Maxim Integrated 1-Wire temperature sensor driver
-
Gaëtan Harter authored
gnrc_netif: Fix l2addr_len > 0, but no l2addr edge-case
-
Martine Lenders authored
at86rf2xx: Re-enable ack requests by default
-
MichelRottleuthner authored
boards/nucleo-l476rg: add I2C configuration
-
Martine Lenders authored
-
Gaëtan Harter authored
tests/tweetnacl: Move from unittests to regular test
-
Koen Zandberg authored
Properly splitting the flags between netdev_ieee802154 and the at86rf2xx driver had as side effect that the ACK REQ flag was no longer set by default. This commit reverts the default settings by enabling it again on startup. The current code calls the generic netdev setter to set the flag.
-
Martine Lenders authored
-
Martine Lenders authored
Those return values are internal anyway, and they have the same intent as the one provided by `gnrc_ipv6_ext_rh`.
-
Martine Lenders authored
-
Martine Lenders authored
-
José Ignacio Alamos Aste authored
tests/libfixmath: Add delay at start of test
-
Michel Rottleuthner authored
-
- Oct 24, 2018
-
-
Alexandre Abadie authored
makefile.iotlab.single.inc.mk: add new IoT-LAB supported nodes
-
MrKevinWeiss authored
The delay allows allows time for the `make term` to connect and start flushing the output buffer before the buffer overflows.
-
Koen Zandberg authored
Stack size is changed from 4 times the default + printf to 5 times the default stack size. Only on the lpc2387 this reduces the resulting stack space. the test is not rerun for the lpc2387 and is untested. Tests are disable for the Arduino. While they "might" work, it takes around 8 minutes to complete the tests.
-
Frits Kuipers authored
tests/driver_ds18: Add test application for DS18B20 sensor. tests/driver_ds18: Add whitelist of boards
-