- Oct 04, 2018
-
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Anon Mall authored
-
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
-
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>
-
Alexandre Abadie authored
Co-authored-by:
biboc <bapclenet@gmail.com>
-
Koen Zandberg authored
-
Sebastian Meiling authored
boards/hifive1: include cpu/fe310 features
-
Sebastian Meiling authored
board/mips-malta: include the cpu features instead of common cpu
-
- Sep 29, 2018
-
-
Martine Lenders authored
tinycbor: Version bump to 0.5.2
-
- Sep 28, 2018
-
-
Koen Zandberg authored
This release fixed some bugs related to disabling float support in the parser. The float support is now optional and can be enabled by including the tinycbor_float module. This allows for compiling on AVR as that platform doesn't support the float specific defines used by tinycbor.
-
Martine Lenders authored
gnrc: Use existing utility function to extract IPv6 header
-
chrysn authored
gnrc_sock_recv used to duplicate functionality of gnrc_ipv6_get_header, but additionally checked whether the IPv6 snip is large enough. All checks are now included in gnrc_ipv6_get_header, but as most of them stem from programming / user errors, they were moved into asserts; this constitutes an API change.
-
Kaspar Schleiser authored
color: Fix -Wdouble-promotion warnings
-
Kaspar Schleiser authored
native/netdev_tap: Rename variable to fix -Wshadow warning
-
Kaspar Schleiser authored
sys/ecc: move hamming256 module to generic ecc
-
Joakim Nohlgård authored
-
Alexandre Abadie authored
net/nanocoap: factor out generic CoAP defines
-
Kevin "Bear Puncher" Weiss authored
cpu/esp8266: remove duplicate 'CPU' variable
-
Joakim Nohlgård authored
-
Peter Kietzmann authored
-