summaryrefslogtreecommitdiff
path: root/drivers/grove/Kconfig
AgeCommit message (Collapse)Author
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
Replace the existing Apache 2.0 boilerplate header with an SPDX tag throughout the zephyr code tree. This patch was generated via a script run over the master branch. Also updated doc/porting/application.rst that had a dependency on line numbers in a literal include. Manually updated subsys/logging/sys_log.c that had a malformed header in the original file. Also cleanup several cases that already had a SPDX tag and we either got a duplicate or missed updating. Jira: ZEP-1457 Change-Id: I6131a1d4ee0e58f5b938300c2d2fc77d2e69572c Signed-off-by: David B. Kinder <david.b.kinder@intel.com> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-10-27sensors: make grove sensors depend on CONFIG_SENSORAnas Nashif
The grove sensors use the sensor interface, so make them depend on it just like the other sensors. Change-Id: I9b62a3fa26f54dd683c65ca154c1af7c7c92772f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-10-07sensor: grove: use global sensor init priorityAnas Nashif
Change-Id: Ie56ee7e4b267b4dc67026be4531834f550134969 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
Convert leading whitespace into tabs in Kconfig files. Also replaced double spaces between config and <prompt>. Change-Id: I341c718ecf4143529b477c239bbde88e18f37062 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-05-12grove: add temperature sensorBogdan Davidoaia
Add driver for the Grove Temperature Sensor which measures ambient temperature. Sensor reference page: http://www.seeedstudio.com/wiki/Grove_-_Temperature_Sensor Change-Id: I4f56224be5fa7a968749d5d4df8cb99a462c3c21 Origin: original Signed-off-by: Bogdan Davidoaia <bogdan.m.davidoaia@intel.com>
2016-05-12grove: add light sensorBogdan Davidoaia
Add driver for the Grove Light Sensor which detects changes in ambient light. Sensor reference page: http://www.seeedstudio.com/wiki/Grove_-_Light_Sensor Origin: Original Change-Id: I88ae20cc9faa8ab8f274b0bd7a114db5c1a87a91 Signed-off-by: Bogdan Davidoaia <bogdan.m.davidoaia@intel.com>
2016-04-25i2c: use I2C_X nameing instead of I2CXAnas Nashif
Other IOs use this format, so lets be consistent and use I2C_0 instead of I2C0 and I2C_1 an instead of I2C1. Change-Id: I591ab08e14bd533ef0fac38e596559da783863b8 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-03-18sys_log: Grove driver update to new logging APIGenaro Saucedo Tejada
Replaces old DBG calls by new SYS_LOG_... ones, likewise updates the grove/Kconfig file to include new per-level logging control. Change-Id: I638ffa915a760b4f188c1bfa2dc68e63cbf7e624 Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
2016-02-05grove_lcd: this display is not a feature of the boardAnas Nashif
The LCD display is an add-on, not a feature of the platform or the board. Set the defaults and remove the definition from Galileo Kconfig. Change-Id: Ic319cd765d2dc1fe08cc65615680821fe9bc6a83 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05grove/lcd: add an option to specify I2C masterDaniel Leung
Add an option to specify to which I2C master the Grove LCD is connected, instead of already using the i2c_dw driver port #0. Change-Id: I4e61ef8e31c75ae912e2d16f8939369c0b8bbc2c Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05init: Implement fine-grained initialization policyDmitriy Korovkin
Put initialization priorities as device driver Kconfig parameter. Initialization priority value for each platform is defined in the platform Kconfig file. Drivers and platform code use SYS_DEFINE_DEVICE to add and initialization function. Change-Id: I2f4f3c7370dac02408a1b50a0a1bade8b427a282 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05grove: KConfig cleanupDan Kalowsky
Adding in dependency of GROVE_DEBUG to the GROVE configuration option being set Change-Id: I4108e619254ca3cde2b96de595e1b8300fe6a752 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
2016-02-05Change new files from BSD-3 licenses to Apache 2.0Javier B Perez Hernandez
Change the new files from Intel in BSD-3 to Apache 2.0 Change-Id: Ica4b455e9cb8134889f2a88e2d96094ce7093734 Signed-off-by: Javier B Perez Hernandez <javier.b.perez.hernandez@linux.intel.com>
2016-02-05grove-lcd: import of Grove LCD I2C controllerDan Kalowsky
Initial import of the Grove LCD I2C controller. Data sheet can be found at: http://www.seeedstudio.com/wiki/images/0/03/JHD1214Y_YG_1.0.pdf [DL: Updated command sequence according to datasheet.] Change-Id: Id1b491f8dce346769dc42c41fac0ea3aabe3950a Signed-off-by: Daniel Leung <daniel.leung@intel.com> Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>