- Oct 19, 2018
-
-
Schorcht authored
-
- Oct 05, 2018
-
-
Alexandre Abadie authored
sys/auto_init/saul: fix of #10098
-
Schorcht authored
-
Schorcht authored
-
Schorcht authored
-
Schorcht authored
-
Martine Lenders authored
CONTRIBUTING: rewrite the existing document
-
Alexandre Abadie authored
-
Peter Kietzmann authored
boards/sensebox: Add limitations of pin multiplexing
-
danpetry authored
This describes the limitations of the interrupt pin being multiplexed. Fixup: add details of specific pins
-
Martine Lenders authored
doc/doxygen: fix typo in getting started page
-
Joakim Nohlgård authored
cflags: use gnu99 only if nothing else is specified (mips, msp430, native)
-
Alexandre Abadie authored
-
- Oct 04, 2018
-
-
Francisco Acosta authored
cpu/efm32/gpio: use gpio_irq feature
-
Hauke Petersen authored
-
Francisco Acosta authored
dist/tools/jlink.sh: fix testrunner on stdio_rtt based devices
-
Peter Kietzmann authored
gnrc_netif: Use fmt for bytes to hex string
-
Martine Lenders authored
cpu/stm32f1/gpio: use gpio_irq feature
-
Koen Zandberg authored
-
Martine Lenders authored
gnrc_netif_ieee802154: rework `netif->state` to getter and flag
-
Alexandre Abadie authored
drivers/bmx280: improve documentation
-
Vincent Dupont authored
-
Vincent Dupont authored
-
Vincent Dupont authored
-
Alexandre Abadie authored
tests/periph_flashpage: add automated test for flash peripheral
-
- Oct 03, 2018
-
-
Koen Zandberg authored
This replaces the netif->state accesses in netif::recv with a netdev call and the new netif RAWMODE flag
-
Koen Zandberg authored
Adds a gnrc_netif specific rawmode flag to indicate that the netdev device is configured in raw mode. This flag is kept in sync with a possible flag in the netdev device and should only be modified via the setter call.
-
Martine Lenders authored
netdev: fix return value and precondition doc
-
Martine Lenders authored
While reviewing #9942 I noticed that the documentation on the netdev driver API is unclear and in some cases outright contradicting itself: > ``` > @return number of bytes used from @p value > @return `< 0` on error, 0 on success > ``` IMHO this is unacceptable for such a central API where communication This fixes a few things and also clarifies preconditions: - Specifies negative `errno`s clearly so all drivers return the same when required - Re-iterates parameter preconditions and special cases within the parameter documentation itself (might also help towards #9805?) - Fixes contradictions within return value documentation - Adds missing parameter documentation on `init()`.
-
Federico Pellegrin authored
-
Federico Pellegrin authored
-
- Oct 01, 2018
-
-
Silke Hofstra authored
- Add minimal usage instructions - Ensure that the `bme_280_read_humidity` function (only available on the BME280) is included in the documentation. - Fix a typo
-
Dylan Laduranty authored
MAINTAINING.md: Improve review process between multiple maintainers
-
Gaëtan Harter authored
tinycbor: add doc.txt file
-
Martine Lenders authored
-
Martine Lenders authored
During RIOT Summit 2018 the attending maintainers found that the organization for the review process involving multiple maintainers is lacking both in process description and existing mechanisms. This changes the "Organisation of reviewing between maintainers" section of the maintenance guidelines, to be in accordance with the results of the discussions spawned from this fact. If approved the following labels are added to GitHub: - Reviewed: 1-fundamentals - Reviewed: 2-code-design - Reviewed: 3-testing - Reviewed: 4-coding-conventions - Reviewed: 5-documentation
-
Dylan Laduranty authored
boards: add samr30-xpro board and samr30 cpu
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
Co-authored-by:
biboc <bapclenet@gmail.com>
-