summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Collapse)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 ↵Gregory Nutt2015-03-172-43/+196
| | | | read() method, (2) parts with extended memory regions, and (3) parts with 8-bit addressing.
* SAMV7: Quick'n'dirty port of the SAMA5D4 Ethernet MAC driver to the SAMV7. ↵Gregory Nutt2015-03-161-0/+3
| | | | Still some unresovled issues with DCache handling
* Fix some bad logic when file system debug is turned on: Arguments to syslog ↵Gregory Nutt2015-03-151-2/+4
| | | | were missing so that garbage was being printed.
* Back out 70cb75adaf3243478276cebf367c5f47c4725715Gregory Nutt2015-03-131-1/+1
|
* Debugging and manuals (this one ↵Gregory Nutt2015-03-131-1/+14
| | | | | | | | | | | | https://www.sdcard.org/downloads/pls/simplified_specs/part1_410.pdf and this one https://www.sdcard.org/downloads/pls/simplified_specs/part1_410.pdf) shows that ACMD23 must be preceeded with CMD55 command as any other ACMD commands. Also, after the block reading wait loop must be inserted before writing the next block of data to the sd card From Dmitry Nikolaev via Jussi Kivilinna
* drivers/serial: Report correct number of bytes free in serial buffer with ↵Gregory Nutt2015-03-131-1/+1
| | | | FIONWRITE. From Jussi Kivilinna.
* Pipes: Fix zero-lenth writes. From Jussi KivilinnaGregory Nutt2015-03-131-0/+10
|
* chdev_driver: Avoid NULL pointer dereference when bch->refs == 255. From ↵Gregory Nutt2015-03-121-1/+1
| | | | Juha Niskanen
* 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 ↵Gregory Nutt2015-03-051-2/+3
| | | | cosmetic changes
* Add missing CONFIG_SPI_CALLBACK selection to the drivers/spi/Kconfig. Noted ↵Gregory Nutt2015-03-041-0/+9
| | | | by Freddie Chopin
* 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 ↵Gregory Nutt2015-02-231-3/+9
| | | | the we fail to initialize the CAN driver, causing the open to fail
* CAN driver: Oop. unlink method does not exist if there operaions on the ↵Gregory Nutt2015-02-231-3/+5
| | | | pseudo filesystem are disabled
* in nuttx/drivers/can.c can_open function:Gregory Nutt2015-02-231-13/+16
| | | | | | this line "dev->cd_ocount = tmp;" needs to be moved a few lines down otherwise the open count will only be incremented from 0 to 1. This causes problems when trying to open the can bus from two different tasks. SourceForge Patch #46 from Anonymous
* VFS: The inode unlink method should not be support if operations on the root ↵Gregory Nutt2015-02-186-1/+64
| | | | pseudo-filesystem are disabled.
* 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 ↵Gregory Nutt2015-02-131-0/+589
| | | | include/nutt/rtc.h
* 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 ↵Gregory Nutt2015-02-121-6/+6
| | | | beside SPIDEV_BAROMETER
* 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
| | | | types in assignemnt
* mtd/ramtron.c: Table of parts is not terminated properly if ↵Gregory Nutt2015-02-091-1/+1
| | | | CONFIG_RAMTRON_FRAM_NON_JEDEC is not defined
* 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 ↵Gregory Nutt2015-02-093-10/+17
| | | | mq_send() and mq_receive()
* 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 ↵Gregory Nutt2015-02-083-0/+157
| | | | consolution. This option enables a low-level, write-only console device at /dev/console (similar to the low-level UART console device). From Pierre-noel Bouteville.
* STM32 SPI: The source clock for SPI 4,5, and 6 should be PCLK2, not PCLK1 ↵Gregory Nutt2015-02-071-0/+1
| | | | (for F411, F427, and F429). Per David Sidrane.
* Add IPv6 support to network driver skeleton and to SAMA5D4 Ethernet driver ↵Gregory Nutt2015-02-051-99/+184
| | | | (which, unfortunately is still missing address filtering logi)
* 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 ↵Gregory Nutt2015-02-011-32/+151
| | | | the drvier and RAM buffer when the RAM disk has been unlinked and all open references to the RAM disk have been closed. Add new parameters to romdisk() to specify what should be done with the RAM/ROM buffer -- Should it be freed or not? Changed all calls to ramdisk() to use these new parameters.