- Oct 11, 2018
-
-
cladmi authored
The file always exist so no need to do '-include'. Replaced using: sed -i 's|-\(include $(RIOTCPU)/.*/Makefile.features\)|\1|' \ $(git grep -l '$(RIOTCPU)/.*/Makefile.features' boards)
-
- Aug 29, 2018
-
-
Joakim Nohlgård authored
-
- Aug 01, 2018
-
-
Jose Alamos authored
-
Jose Alamos authored
-
- Jun 27, 2018
-
-
Marian Buschsieweke authored
- Use RIOT's GPIO interface to access the sensor to increase portability - Changed API to allow more than one sensor per board - Added `sht1x_params.h` that specifies how the sensors is connected - each board can overwrite default settings by #defining SHT1X_PARAM_CLK and SHT1X_PARAM_DATA - Changed arithmetic to use integer calculations only instead of floating point arithmetic - Added support for checking the CRC sum - Allow optional skipping of the CRC check to speed up measuring - Added support for advanced features like reducing the resolution and skipping calibration to speed up measuring - Allow specifying the supply voltage of sensor which heavily influences the temperature result (and use that information to calculate the correct temperature) - Reset sensor on initialization to bring it in a well known state - Support for the obscure heater feature. (Can be useful to check the temperature sensor?) - Updated old SHT11 shell commands to the new driver interface, thus allowing more than one SHT10/11/15 sensor to be used - Added new shell command to allow full configuration of all attached SHT1x sensors - Removed old command for setting the SHT11 temperature offset, as this feature is implemented in the new configuration command
-
- Nov 30, 2017
-
-
Hauke Petersen authored
-
- Nov 08, 2017
-
-
Hauke Petersen authored
This feature is already defined by the (common) CPU implementation, so no need to re-define it for each board.
-
- Sep 14, 2017
-
-
Kaspar Schleiser authored
-
- Aug 29, 2017
-
-
Hauke Petersen authored
-
- May 24, 2017
-
-
Kaspar Schleiser authored
-
- Apr 13, 2017
-
-
Alexandre Abadie authored
-
- Jan 31, 2017
-
-
Bas Stottelaar authored
-
- Jan 27, 2017
-
-
Alexandre Abadie authored
-
- Jan 25, 2017
-
-
Hauke Petersen authored
- adapted the SPI driver - adapted all boards using the CPU
-
- Jan 19, 2017
-
-
Oleg Hahm authored
-
- Mar 15, 2016
-
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
- renamed board-conf.h to board_common.h - moved common defines to board_common.h
-
- Mar 07, 2016
-
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
Add reference URL, fix typos.
-
Ludwig Knüpfer authored
-
- Mar 05, 2016
-
-
Kaspar Schleiser authored
-
- Feb 24, 2016
-
-
Hauke Petersen authored
fixed indention and parens for LED defines
-
- Feb 18, 2016
-
-
Hauke Petersen authored
-
- Jan 05, 2016
-
-
Hauke Petersen authored
-
- Dec 07, 2015
-
-
Hauke Petersen authored
-
- Oct 27, 2015
-
-
Hauke Petersen authored
-
- Oct 21, 2015
-
-
Hauke Petersen authored
-
- Oct 13, 2015
-
-
Hauke Petersen authored
-
- Sep 17, 2015
-
-
Hauke Petersen authored
-
Thomas Eichinger authored
-
- Sep 16, 2015
-
-
Hauke Petersen authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
- Sep 03, 2015
-
-
Hauke Petersen authored
-
Hauke Petersen authored
-
- Sep 02, 2015
-
-
Hauke Petersen authored
-
- Aug 06, 2015
-
-
Kaspar Schleiser authored
-
- Jun 24, 2015
-
-
Oleg Hahm authored
-
BigDaddyD authored
* also added a trailing underscore to header guards for consistency Commit for PR 2623, repairing header file include guards. This PR is intended to fix the include guards in files under RIOT/boards SQUASH ME: fix underscore removal overdos SQUASH ME: consistent macro naming SQUASH ME: missed that one SQUASH ME: fixed overdo SQUASH ME: consistency
-