- Oct 24, 2018
-
-
cladmi authored
`clean-intermediates` should be done per board. Without this it only tries to clean the default board.
-
José Ignacio Alamos Aste authored
drivers/at86rf233: extend doc for smart idle listening feautre
-
- Oct 23, 2018
-
-
Peter Kietzmann authored
-
Peter Kietzmann authored
drivers/at86rf2xx: add smart idle listening feature
-
Gaëtan Harter authored
tests/hacl: Move from unittests to regular test
-
José Ignacio Alamos Aste authored
docker: Use system GIT_CACHE_DIR if available
-
Martine Lenders authored
tests/pkg_micro-ecc: blacklist wsn430 boards
-
Juan I Carrano authored
sys/base64: api change (const + void*)
-
Juan I Carrano authored
crypto/helper: Change equals arguments to const
-
Juan I Carrano authored
drivers: Add support for tsl4531x visible light intensity sensor
-
Koen Zandberg authored
-
danpetry authored
SAUL read functionality implemented only, as described in tsl4531x_saul.c. This driver will work with SAUL in both low and high power modes, with the startup mode configurable in tsl4531x_params.h.
-
danpetry authored
The changes to the test correspond to the change in the API and design of the driver, as described in the previous commit and in tsl4531x.h.
-
danpetry authored
Changes include: - Implementation of two power modes for the driver: low and high - Redesign and API change to the description in tsl4531x.h - Full documentation - Changing file structure and implementation to fit best practices as described in https://github.com/RIOT-OS/RIOT/wiki/Guide%3A-Writing-a-device-driver-in-RIOT - Including I2C addresses for the rest of the range
-
Juan Carrano authored
-
Juan Carrano authored
Missing README.
-
Juan Carrano authored
Missing run modes and power saving configurations, but otherwise functional.
-
Gaëtan Harter authored
If GIT_CACHE_DIR is a directory make it available to docker. This will allow using the system git_cache also in the docker container.
-
Gaëtan Harter authored
Currently the default value was set by `dist/tools/git/git-cache`. This moves/duplicates the default value in the build system.
-
José Ignacio Alamos Aste authored
make: process include and dep for external modules
-
Juan I Carrano authored
cpu/fe310: rtc depend on the rtt feature and hifive1 update
-
Gaëtan Harter authored
It demonstrates: * Adding a module with source code * Setting a header include directory * Adding dependences, which are evaluated before other modules dependencies If the application compiles, everything is ok.
-
Gaëtan Harter authored
Process `Makefile.include` for external modules. It is included after the others so it could overwrite some of the configuration if wanted. Process `Makefile.dep` for external modules. It is included before the others so it could be parsed before setting 'default' values to dependencies.
-
- Oct 22, 2018
-
-
Gaëtan Harter authored
Test breaks on wsn430 boards with the node rebooting. This must come becauso `micro-ecc` does not have 16b support. I also blacklisted the other 16bits boards. * https://github.com/kmackay/micro-ecc/issues/96
-
- Oct 21, 2018
-
-
Koen Zandberg authored
-
Martine Lenders authored
[doc] links http -> https
-
Rotzbua authored
-
Alexandre Abadie authored
sys/eepreg: EEPROM registration support (version 2)
-
- Oct 20, 2018
-
-
Matthew Blue authored
-
Matthew Blue authored
-
Matthew Blue authored
-
- Oct 19, 2018
-
-
José Ignacio Alamos Aste authored
doc/boards: move jiminy from wiki to RIOT repo
-
Koen Zandberg authored
tests/heatshrink: move from unittests to regular test
-
Peter Kietzmann authored
-
Sebastian Meiling authored
This moves tests for the heatshrink package from unittests to a regular test, which should help to decrease binary size of unittests.
-
Kevin "Bear Puncher" Weiss authored
cpu/esp8266: cpu frequency settings feature added
-
Schorcht authored
-
Koen Zandberg authored
net/nanocoap: rename variable name 'class'
-
Alexandre Abadie authored
'class' is keyword in c++ and leads to conflicts
-
Martine Lenders authored
boards/wsn430*: fix doxygen grouping
-