- Oct 01, 2018
-
-
Gaëtan Harter authored
tinycbor: add doc.txt file
-
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
-
Peter Kietzmann authored
-
Kevin Weiss authored
cpu/esp8266: periph/i2c fix
-
- Sep 27, 2018
-
-
cladmi authored
The board should process its CPU features. This has the consequence to make 'periph_pm' visible to the board. I also removed the duplicate FEATURES_PROVIDED from the board defined in the cpu.
-
cladmi authored
This change was missed when the cpu 'mips32r2_generic' was separated from 'mips32r2_common'. The target file already includes 'mips32r2_common'.
-
Schorcht authored
-
cladmi authored
-
Sebastian Meiling authored
doc: add `memory management` group
-
Jose Alamos authored
-
Peter Kietzmann authored
boards/openmote-b: Fix RF_SWITCH_* logic to active low
-
MrKevinWeiss authored
RF_SWITCH_2_4_GHZ_ON should turn PD4 low not high to active the 2.4 GHz radio. The same goes for RF_SWITCH_SUB_GHZ_ON on PD3.
-
- Sep 26, 2018
-
-
Hauke Petersen authored
cpu/nrf5x/gpio: use periph_gpio_irq feature
-
José Ignacio Alamos Aste authored
pkg/semtech-loramac: RU864 band added
-
Hauke Petersen authored
cpu/cc2538/gpio: use gpio_irq feature
-
José Ignacio Alamos Aste authored
pkg/openthread: fix typo in documentation
-
José Ignacio Alamos Aste authored
pkg/openthread: add supported radios in doc.txt
-
Jose Alamos authored
-
Jose Alamos authored
-
Oleg Artamonov authored
-
Martine Lenders authored
MAINTAINING.md: Several changes for clarity
-