summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Trivial update to some commentsGregory Nutt2015-02-241-2/+2
* CAN driver: Another Ooops... Cannot save the updated driver open count if th...Gregory Nutt2015-02-231-3/+9
* CAN driver: Oop. unlink method does not exist if there operaions on the pseud...Gregory Nutt2015-02-231-3/+5
* in nuttx/drivers/can.c can_open function:Gregory Nutt2015-02-231-13/+16
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-186-1/+64
* The RTC ioctl() method is now a configuration optionGregory Nutt2015-02-182-0/+9
* Add an IOCTL method to the RTC interfaceGregory Nutt2015-02-181-1/+11
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-154-0/+6
* RTC: A little more clean-up of the RTC driverGregory Nutt2015-02-152-5/+51
* Add an RTC upper half driver. This is the driver that is documented in inclu...Gregory Nutt2015-02-131-0/+589
* Move timer-related drivers from drivers/ to drivers/timers.Gregory Nutt2015-02-136-92/+162
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-131-1/+1
* Update dates in all skeleton filesGregory Nutt2015-02-134-4/+4
* Cosmetic updates to commentsGregory Nutt2015-02-121-1/+2
* Renamed SPIDEV_GSENSOR to SPIDEV_ACCELEROMETER just because it looks better b...Gregory Nutt2015-02-121-6/+6
* Update ChangeLogGregory Nutt2015-02-124-20/+52
* Add driver for the Feescale MPL115A baramoter. From Alan Carvalho de AssisGregory Nutt2015-02-121-0/+396
* Added a forward reference to struct inode to avoid warning about mismatching ...Gregory Nutt2015-02-101-1/+1
* 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