summaryrefslogtreecommitdiff
path: root/nuttx/drivers/sensors
Commit message (Expand)AuthorAgeFilesLines
* DK-TM4C129X: Add support for on-board TMP100 temperature sensorGregory Nutt2015-01-062-1/+5
* ADXL345: Don't select device if only change SPI settingsGregory Nutt2014-12-172-4/+0
* ADXL345: Free allocations on failureGregory Nutt2014-12-161-0/+1
* Update the ADXL345 interface following the current interface schemeGregory Nutt2014-12-161-27/+25
* Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that ...Gregory Nutt2014-12-166-79/+50
* Add ADXL345 accelerometer driver. From Alan Carvalho de AssisGregory Nutt2014-12-167-0/+1178
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-312-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-312-3/+3
* LIS331DL driver: Correct build dependency. Sourceforge ticket #41 from Kosm...Gregory Nutt2014-05-081-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-3/+3
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-131-173/+226
* Fix various typos in comments. From Alan Carvalho de AssisGregory Nutt2014-04-061-1/+1
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-2/+4
* Add OV2640 camera support to test the SAMA5 ISI peripheralGregory Nutt2013-12-091-2/+2
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, s...Gregory Nutt2013-08-101-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-092-6/+9
* A few native window build updatespatacongo2012-11-251-1/+1
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-2/+2
* Email address change in nuttx/patacongo2012-09-132-2/+2
* Auto-configuration updates from Richard Cochranpatacongo2012-08-171-0/+3
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-2/+2
* Kconfig updatepatacongo2012-04-131-0/+29
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-151-1/+7
* Add an infrastructure to support a generic quadrature encoder driverpatacongo2012-02-142-0/+402
* Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driverpatacongo2011-09-111-39/+103
* Add driver for LM-75 temperature sensorpatacongo2011-09-102-0/+477
* Add initial CC1101 wireless logic from Urospatacongo2011-05-162-5/+10
* Mostly cosmetic changes from Urospatacongo2011-05-072-26/+26
* Updates from Urospatacongo2011-04-201-0/+36
* Rename i2c directories to sensorspatacongo2011-04-192-0/+326