summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-1110-140/+151
* drivers/mmcsd/Kconfig: ARCH_HAVE_SDIOWAIT_WRCOMPLETE should not depend on MMC...Gregory Nutt2015-01-091-4/+4
* STM32 SDIO: CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE should not be available unless ...Gregory Nutt2015-01-081-22/+22
* STM32 SDIO: Don't let architectures select CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE ...Gregory Nutt2015-01-081-0/+5
* MMCSD SDIO: Add support for a new SDWAIT_WRCOMPLETE condition. The previous...Gregory Nutt2015-01-082-0/+32
* DK-TM4C129X: Add support for on-board TMP100 temperature sensorGregory Nutt2015-01-062-1/+5
* Tiva PHY Interrupts: Need to read the PHY interrupt status register in order ...Gregory Nutt2015-01-051-1/+1
* Cosmetic changesGregory Nutt2015-01-021-6/+6
* Ethernet skeleton: Add some more example logicGregory Nutt2014-12-311-10/+12
* Minor corrections to Ethernet driver skeletonGregory Nutt2014-12-311-27/+25
* Minor updated to Ethernet driver skeletonGregory Nutt2014-12-311-0/+12
* Update drivers/net/skeleton.cGregory Nutt2014-12-311-15/+42
* Uses DEBUASSERT, mut include assert.hGregory Nutt2014-12-301-1/+2
* drivers/net/skeleton.c: Add outline for support with CONFIG_NET_NOINTSGregory Nutt2014-12-301-21/+243
* Serial: Allow serial console selection even if /dev/console is disabled: Th...Gregory Nutt2014-12-281-1/+1
* STM32 Serial: PX4 HW workarround for flaky STM32 RTS. From David SidraneGregory Nutt2014-12-271-1/+2
* Remove STM32-specific RX flow control logic from the upper level serial drive...Gregory Nutt2014-12-272-6/+6
* Serial RX Flow Control: Fix a bunch of compile problems introduced into unbu...Gregory Nutt2014-12-272-35/+38
* Eliminate an unnecessary calculation in the serial RX flow control logicGregory Nutt2014-12-271-2/+2
* Serial Upper Half: Add watermarks to RX flow control logicGregory Nutt2014-12-273-10/+113
* STM32: Fix some incorrectly placed conditional logicGregory Nutt2014-12-261-2/+2
* Back out some incorrect conditional compilationGregory Nutt2014-12-261-2/+0
* More RAMTRON related fixes from David SidraneGregory Nutt2014-12-261-13/+13
* Most superstitous updates to the RAMTROM driver make it more compatibile with...Gregory Nutt2014-12-262-21/+129
* CC3000: Fix yet another typo in last two commitsgit diff I should not be do...Gregory Nutt2014-12-181-1/+1
* CC3000: Oops. Fix an error in the last commitGregory Nutt2014-12-181-1/+1
* CC3000 Fix: Data can be unaligned. When dereferences as an input ntosh(), a ...Gregory Nutt2014-12-181-4/+9
* 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
* Minor clean-up associated with the ADX345 driverGregory Nutt2014-12-161-4/+7
* 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
* Update a README fileGregory Nutt2014-12-161-0/+4
* Update README filesGregory Nutt2014-12-152-19/+55
* Update TODO list and add REVISIT commentGregory Nutt2014-12-131-1/+6
* In case a thread is doing a blocking operation (e.g. read()) on a serialGregory Nutt2014-12-131-0/+23
* M25P serial flash driver: Add subsector size of the M24P16 part. From LazloGregory Nutt2014-12-101-54/+58
* SmartFS: Implements wear-leveling in the SmartFS. From Ken PettitGregory Nutt2014-12-093-396/+3585
* Fix compilation errors if CONFIG_DISABLE_MOUNTPOINT is selectedGregory Nutt2014-12-081-2/+2
* Add support for ST Micro EEPROM device geometries. From Sebastien LorquetGregory Nutt2014-12-051-22/+49
* Nucleo-f4x1re: Fix some joystick pin definitionsGregory Nutt2014-12-041-1/+1
* SAMA5D3 Xplained: Add support for the Itead Joystick shieldGregory Nutt2014-12-031-1/+1
* Update/correct some commentsGregory Nutt2014-11-293-2/+25
* Add an analog joystick driver. Initial checkin is only a little more of a cl...Gregory Nutt2014-11-284-2/+913
* Fixes to get the discrete joystick driver and test workingGregory Nutt2014-11-281-8/+4
* DJoystick: Add a new ioctl to get the support joystick discrete signalsGregory Nutt2014-11-281-0/+24
* Fix missing quote in KconfigGregory Nutt2014-11-281-1/+1
* This commit is a set of patches 02/11 through 03/11 correcting issues with th...Gregory Nutt2014-11-288-94/+303
* Use usleep instead of usdelay as CONFIG_BOARD_LOOPSPERMSEC might not be calib...Gregory Nutt2014-11-281-20/+2