- Feb 20, 2019
-
-
Alexandre Abadie authored
-
Juan I Carrano authored
makefiles/serial: fix indent
-
Alexandre Abadie authored
-
- Feb 19, 2019
-
-
Peter Kietzmann authored
sys/random: use periph/hwrng as seed if available
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
MichelRottleuthner authored
pkt/emb6: fix typo in hwrng call
-
Peter Kietzmann authored
-
Leandro Lanzieri authored
ds323x: Minimal driver for DS323x extremely accurate RTC
-
Joakim Nohlgård authored
This driver currently only supports the SPI connected DS3234, and only for initializing 1 Hz square wave output on the SQW pin, nothing else.
-
Peter Kietzmann authored
gnrc_tcp: change and verify addrs in use
-
- Feb 18, 2019
-
-
Peter Kietzmann authored
drivers/sx127x: fix dead links
-
- Feb 16, 2019
-
-
Kaspar Schleiser authored
sys/event: make event queue independent from thread
-
Simon Brummer authored
-
- Feb 15, 2019
-
-
Yegor Yefremov authored
URLs of the datasheets have been changed. Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com>
-
Peter Kietzmann authored
drivers: Add AD7746 capacitance sensor driver
-
Leandro Lanzieri authored
-
Leandro Lanzieri authored
-
Leandro Lanzieri authored
-
Leandro Lanzieri authored
-
Leandro Lanzieri authored
-
Martine Lenders authored
gnrc_sixlowpan_frag: remove redundant PID member
-
Martine Lenders authored
It can't get bigger, so it doesn't make sense to waste another 2 byte on it.
-
Martine Lenders authored
The interface ID is actually also provided in `pkt` so providing it in the `gnrc_sixlowpan_msg_frag_t` struct is redundant.
-
- Feb 14, 2019
-
-
Alexandre Abadie authored
drivers/hts211: fix CTRL_REG2_OS_EN
-
Sebastian Meiling authored
fixes #11013
-
Alexandre Abadie authored
Release 2019.01 notes
-
José Ignacio Alamos Aste authored
net/gnrc/pktbuf.h: add note in gnrc_pktbuf_mark
-
Alexandre Abadie authored
Co-authored-by:
Emmanuel Baccelli <emmanuel.baccelli@inria.fr> Co-authored-by:
Gaëtan Harter <gaetan.harter@fu-berlin.de> Co-authored-by:
Martine Lenders <m.lenders@fu-berlin.de> Co-authored-by:
Leandro Lanzieri <leandro.lanzieri@haw-hamburg.de> Co-authored-by:
Peter Kietzmann <peter.kietzmann@haw-hamburg.de>
-
Jose Alamos authored
-
- Feb 12, 2019
-
-
Cenk Gündoğan authored
gnrc_ipv6_nib: fix preparation of delayed NA
-
Juan I Carrano authored
tests/periph_eeprom: use EEPROM_CLEAR_BYTE
-
Gaëtan Harter authored
gnrc_ipv6_nib/arsm: ensure proper int width in backoff calculation
-
Martine Lenders authored
dist/tools: Add script for backporting PR's
-
Martine Lenders authored
-
Martine Lenders authored
This was primarily done so the backoff can be tested
-
Martine Lenders authored
Otherwise, the result might flow over on 8/16-bit platforms
-
Gaëtan Harter authored
After being cleared, the memory can be `0xFF` for `atmega` platforms for example. Fix the test to take EEPROM_CLEAR_BYTE into account.
-
Gaëtan Harter authored
`strcmp` was used to check that the 4 bytes were empty but was not testing what it should as an empty string is `0` bytes long. The whole must be verified.
-