summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some compilation errors introduced in the last commitGregory Nutt2015-01-312-2/+5
* Add an unlink method to block driver interface. Same motivataion as for the ...Gregory Nutt2015-01-311-8/+4
* Remove reference to used variableGregory Nutt2015-01-311-9/+0
* Backout use of named initializers. Not C99Gregory Nutt2015-01-311-7/+8
* Pipes/FIFOs: Implement the unlink method. If the pipe/FIFO is unlinked, it ...Gregory Nutt2015-01-314-43/+116
* Unix domain/FIFOs: Fix a race condition between FIFO buffer operations and t...Gregory Nutt2015-01-304-60/+68
* Networking: SLIP interface improvements. From Macs N.Gregory Nutt2015-01-301-57/+92
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-217-7/+167
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-207-7/+91
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-207-14/+87
* Fixes some issues found by the PX4 team using Coverity. From Pavel KrienkoGregory Nutt2015-01-192-5/+9
* Tiva Ethernet: When calling into the stack from the worker thread, it is nec...Gregory Nutt2015-01-181-0/+12
* Tive Ethernet: Fix some race conditions in the driver that become apparent wh...Gregory Nutt2015-01-171-15/+89
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-157-48/+395
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-158-8/+8
* Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper rena...Gregory Nutt2015-01-141-1/+1
* 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