summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* mtd/ramtron.c: Table of parts is not terminated properly if CONFIG_RAMTRON_F...Gregory Nutt2015-02-091-1/+1
* Oops... Conditioned on IPv4 wheren IPv6 was intendedGregory Nutt2015-02-091-1/+1
* Fix IPv4-dependend debug outputGregory Nutt2015-02-091-1/+9
* Fix some warnings in audio code causing by fixing the prototypes of mq_send()...Gregory Nutt2015-02-093-10/+17
* Networkin: Fix an error in network driver skeleton fileGregory Nutt2015-02-091-5/+3
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-083-0/+157
* STM32 SPI: The source clock for SPI 4,5, and 6 should be PCLK2, not PCLK1 (f...Gregory Nutt2015-02-071-0/+1
* Add IPv6 support to network driver skeleton and to SAMA5D4 Ethernet driver (w...Gregory Nutt2015-02-051-99/+184
* RAM disk: Missed a few changes in the last commitGregory Nutt2015-02-011-6/+15
* drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of th...Gregory Nutt2015-02-011-32/+151
* 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