- Jan 09, 2018
-
-
Martine Lenders authored
sys/net/loramac: add device class enum
-
Alexandre Abadie authored
-
Koen Zandberg authored
slipdev: simplify and solidify byte-unstuffing
-
- Jan 08, 2018
-
-
Martine Lenders authored
This simplifies and solidifies the reversal of SLIP's byte-stuffing (aka byte-unstuffing ;-)) by 1. Using `tsrb` instead of `ringbuffer`: there are two actors. The ISR and the device's event handler. 2. Moving the byte-unstuffing from the UART RX-handler (i.e. the ISR) to the device's receive function (potentially not the ISR) 3. Removing the `pktfifo` member. The current number of bytes in the ringbuffer is returned for `recv(data = NULL, len = 0)`. If that is more than the packet contains (due to the byte stuffing it most likely will be) the packet is reallocated in GNRC anyway.
-
Dylan Laduranty authored
cpu/nrf52: add i2c driver and configs
-
- Jan 06, 2018
-
-
Peter Kietzmann authored
cpu/stm32l1: fix ADC resolution register
-
- Jan 05, 2018
-
-
paula75 authored
-
Peter Kietzmann authored
boards: adds support for Nordic Thingy:52
-
Alexandre Abadie authored
tests/sx127x: adapt to driver interface change
-
Martine Lenders authored
gnrc_netif: add nrfmin IID support
-
daniel-k authored
This adapts automatically when a variable type changes, which is easy to forget to change the correspondig netdev->set/get call.
-
daniel-k authored
-
Hauke Petersen authored
-
Martine Lenders authored
gnrc_ipv6_nib: fix nrfmin module check
-
Martine Lenders authored
Adds a `nrfmin` case to IID generation, so an IID can be generated from a `nrfmin` device's (short) address (the long address is just 4-time repetition of the short address).
-
Martine Lenders authored
Moves setting of addresses of length lesser than 3 to a function that initializes the first 5 byte of the IID with `00:00:00:ff:fe` and then fills up the rest with zeroes and the given short address.
-
Hauke Petersen authored
-
daniel-k authored
-
Martine Lenders authored
The module is called `nrfmin` not `netdev_nrfmin`. As such this compile path was never included, even if the `nrfmin` module was present.
-
- Jan 04, 2018
-
-
Alexandre Abadie authored
drivers/sx127x: add static keyword to inline
-
dnahm authored
-
José Ignacio Alamos Aste authored
-
- Jan 03, 2018
-
-
Kaspar Schleiser authored
dist/tools/headerguards: fix flake8 issues
-
- Dec 27, 2017
-
-
Martine Lenders authored
tests/rng/tests: fix flake8 F401 issue
-
Martine Lenders authored
dist/tools/mkconstfs: fix various flake8 issues
-
- Dec 22, 2017
-
-
Alexandre Abadie authored
sys/net/loramac: rename network session key
-
Alexandre Abadie authored
-
- Dec 21, 2017
-
-
Sebastian Meiling authored
tests: fix some makefiles
-
Sebastian Meiling authored
sys/crypto/ccm: fix docstring value for 'nonce_len'
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Sebastian Meiling authored
tests: add program for priority inversion problem
-
Kaspar Schleiser authored
toolchains: print git version
-
Thomas Geithner authored
-
Alexandre Abadie authored
-
- Dec 20, 2017
-
-
Alexandre Abadie authored
-
Kaspar Schleiser authored
boards/ACD52832: add new NRF52 based development board
-
Alexandre Abadie authored
F401 'pexpect' imported but unused
-
dnahm authored
-