- Dec 05, 2018
-
-
Sebastian Meiling authored
-
- Dec 04, 2018
-
-
Kaspar Schleiser authored
sys: add riotboot_hdr module
-
Sebastian Meiling authored
cpu/esp32: fix of adc_res_t
-
Martine Lenders authored
boards/nrf51dk: add initial support
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
- Dec 03, 2018
-
-
Francisco Acosta authored
Unittest for riotboot_hdr submodule. If successful, it must print 4 successful tests.
-
Francisco Acosta authored
riotboot_hdr enables to partition the internal flash memory into "slots", each one with a header providing information about the partition. The concept for now is limited to firmware partitions, which are recognised by the riotboot bootloader. In the future the concept might be extended to represent other content. Co-authored-by:
Kaspar Schleiser <kaspar@schleiser.de>
-
Sebastian Meiling authored
kw2xrf: Don't use netdev_ieee802154_t for channel
-
Martine Lenders authored
tests: adapt embunit TEST_ASSERT_EQUAL_STRING
-
Sebastian Meiling authored
-
René Kijewski authored
-
Kevin "Bear Puncher" Weiss authored
crypto: Poly1305 implementation
-
Alexandre Abadie authored
board/*/flash.sh: get file to flash from command line
-
Peter Kietzmann authored
boards/sodaq-sara-aff: Initial support
-
Alexandre Abadie authored
jlink: get flash and debug files from cli
-
Marian Buschsieweke authored
drivers: sht3x temperature and humidity sensor
-
Koen Zandberg authored
-
Koen Zandberg authored
This modification changes the netdev::set function for the kw2xrf to not propagate the NETOPT_CHANNEL to the generic netdev_ieee802154 code
-
Koen Zandberg authored
-
Leandro Lanzieri authored
-
Alexandre Abadie authored
board: NXP Kinetis USB-KW41Z IoT USB dongle
-
Koen Zandberg authored
Tests are based on the tests vectors provided in RFC 7539
-
Koen Zandberg authored
poly1305 implementation strongly based on https://github.com/floodyberry/poly1305-donna
-
Alexandre Abadie authored
kinetis: LPUART: Compute oversampling rate at init
-
Joakim Nohlgård authored
usb-kw41z: improve doc and sort module dependencies
-
- Dec 02, 2018
-
-
Alexandre Abadie authored
-
- Dec 01, 2018
-
-
Joakim Nohlgård authored
-
- Nov 30, 2018
-
-
Sebastian Meiling authored
core: condition variable implementation
-
Sam Kumar authored
-
Gaëtan Harter authored
lwip: bump to version v2.1.2
-
Gunar Schorcht authored
cpu/esp32/include/periph_cpu.h overrides the default definition of adc_res_t from periph/adc with a definition which contains only four resolution, two new resolutions and two resolutions defined by the default definition of adc_res_t. This gives compilation errors if an application uses other resolutions. According to the documentation, adc_sample should return -1 if the resolution is not supported. All other CPUs override adc_res_t either to add new resolutions or to mark resolutions as unsupported. But they all allow to use them at the interface. Therefore, esp32 overrides now the definition of adc_res_t with all resolutions that are defined by the default definition of adc_res_t and new platform specific resolutions. It returns -1 if a resolution is used in adc_sample that is not supported.
-
Juan I Carrano authored
crypto/helper: Add secure wipe function
-
Martine Lenders authored
gnrc_netif_hdr: make input parameters constant
-
Martine Lenders authored
-
Sebastian Meiling authored
pkg/nimble: Remove warning suppressions, add patches
-
Kaspar Schleiser authored
ethernet: make input parameter const
-
- Nov 29, 2018
-
-
Martine Lenders authored
-