summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Correct typos in commentsGregory Nutt2015-04-031-5/+5
* Add ILI9488 header fileGregory Nutt2015-04-031-24/+28
* Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.Gregory Nutt2015-04-023-0/+862
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-015-9/+9
* PIC32MZ Ethernet: Add support for LAN8740A PHYGregory Nutt2015-03-291-0/+3
* Add support for LAN8740Gregory Nutt2015-03-231-0/+3
* Extend the AT24 EEPROM driver so that it supports: (1) the byte-oriented read...Gregory Nutt2015-03-172-43/+196
* SAMV7: Quick'n'dirty port of the SAMA5D4 Ethernet MAC driver to the SAMV7. S...Gregory Nutt2015-03-161-0/+3
* Fix some bad logic when file system debug is turned on: Arguments to syslog ...Gregory Nutt2015-03-151-2/+4
* Back out 70cb75adaf3243478276cebf367c5f47c4725715Gregory Nutt2015-03-131-1/+1
* Debugging and manuals (this one https://www.sdcard.org/downloads/pls/simplifi...Gregory Nutt2015-03-131-1/+14
* drivers/serial: Report correct number of bytes free in serial buffer with FIO...Gregory Nutt2015-03-131-1/+1
* Pipes: Fix zero-lenth writes. From Jussi KivilinnaGregory Nutt2015-03-131-0/+10
* chdev_driver: Avoid NULL pointer dereference when bch->refs == 255. From Ju...Gregory Nutt2015-03-121-1/+1
* usbdev: usbmsc_scsi: Add NULL pointer check. From Juha NiskanenGregory Nutt2015-03-121-2/+2
* Add TUN device. From Max NeklyudovGregory Nutt2015-03-112-0/+1256
* Fix some BBRAM return values (from David Sidrane). Also some MTD-related cosm...Gregory Nutt2015-03-051-2/+3
* Add missing CONFIG_SPI_CALLBACK selection to the drivers/spi/Kconfig. Noted ...Gregory Nutt2015-03-041-0/+9
* Cosmetic updates from code reviewGregory Nutt2015-03-041-32/+40
* Review and bring closer to nuttx coding styleGregory Nutt2015-03-022-70/+79
* Refreshed Spark ConfigurationsGregory Nutt2015-02-281-1/+1
* Refresh configurationGregory Nutt2015-02-251-7/+7
* 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