- Jan 30, 2019
-
-
Martine Lenders authored
-
Martine Lenders authored
.github: add big warning signs about security bugs
-
- Jan 29, 2019
-
-
Martine Lenders authored
sock_dns: correctly report too short messages
-
Cenk Gündoğan authored
gnrc_ipv6_nib: use generated EUI-64 for ARO build and check
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
- Jan 28, 2019
-
-
Alexandre Abadie authored
tests: remove leftover test targets in test application makefiles
-
Martine Lenders authored
drivers/ltc4150: (Re-)implemented driver for the LTC4150 coulomb counter
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
The msp430 toolchain is missing an `fputs()` implementation. This commit makes them use the `printf("%s", str);` instead of `fputs(str, stdout);`, which is semantically equivalent (but has more overhead).
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
Implemented an example `ltc4150_recorder_t` implementation as a proof of concept for the recorder API.
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
The LTC4150 is a coulomb counter (a.k.a. battery sensor or bidirectional current sensor) that is used in the MSBA2 board and available for little money as easy to use break out board.
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
The shell handlers of the old, depreciated and removed LTC4150 driver are still in place. This commit removes them
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Martine Lenders authored
sc_gnrc_ipv6_nib: check interface existence
-
Peter Kietzmann authored
doc: Update copywrites it include HAW
-
Martine Lenders authored
Currently an interface's existence is not checked when it is supplied by the user with the `nib` command. This can lead to assertion errors as soon as the generated entry tries to resolve an address or route generated with that command and the network interface not being found.
-
MrKevinWeiss authored
-
- Jan 27, 2019
-
-
Alexandre Abadie authored
-
- Jan 26, 2019
-
-
Martine Lenders authored
sys: add unaligned.h (header for alignment safe value-from-pointer functions)
-
- Jan 25, 2019
-
-
Kaspar Schleiser authored
uncrustify: change en/disable markers
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Martine Lenders authored
doc: add reference to RIOT paper
-
Martine Lenders authored
-
Gaëtan Harter authored
.gitignore: exclude results directory
-
Martine Lenders authored
gnrc_icmpv6_echo: avoid crashing when pktbuf full
-
Alexandre Abadie authored
This directory is created by the compile_and_test_for_board script when ran from RIOTBASE and no custom value is specified
-