summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-281-13/+34
* SAMA5 ADC: Seems functional in all modes including DMAGregory Nutt2013-10-282-9/+29
* CC3000 driver updates from David SidraneGregory Nutt2013-10-272-9/+13
* drivers/mtd/sst.c: Fixes for 512 byte sector mode. From David SidraneGregory Nutt2013-10-271-1/+1
* Updated VS1053 audio driver from Ken PettitGregory Nutt2013-10-274-38/+1585
* drivers/wireless/cc3000: CC3000 driver update from David SidraneGregory Nutt2013-10-261-1/+1
* SAMA5 serial: Restore logic to minimize TX interrupts. Oddly, seems to impr...Gregory Nutt2013-10-261-1/+1
* SAMA5 TC: Debug instrumentationGregory Nutt2013-10-261-1/+0
* CC3000 driver update from David SidraneGregory Nutt2013-10-2513-892/+2802
* CC3000 driver update from David SidraneGregory Nutt2013-10-241-17/+37
* Add logic to enable DEBUG_NET if NET=n but WL_CC3000=yGregory Nutt2013-10-231-0/+1
* CC3000 driver updates from David SidraneGregory Nutt2013-10-236-431/+674
* SAMA5 CAN: Driver is now code complete but still untestedGregory Nutt2013-10-221-3/+3
* Updated Spark/cc3000 files from David SidraneGregory Nutt2013-10-183-8/+7
* Enhanced the mmcdd_sdio driver to perform DMA preflight operations and fail D...Gregory Nutt2013-10-181-6/+90
* Changes to stm32_dmacapable interfaces from Mike SmithGregory Nutt2013-10-181-0/+4
* New touchscreen scaling algorithm for the case where measured X values vary w...Gregory Nutt2013-10-171-3/+0
* CC3000 driver changes from David SidraneGregory Nutt2013-10-166-275/+286
* CC3000 driver changes from David SidraneGregory Nutt2013-10-1614-4783/+4646
* CC3000 driver changes from David SidraneGregory Nutt2013-10-163-0/+1336
* Add support for the SST25VF016B serial FLASH. From Davide SidraneGregory Nutt2013-10-161-11/+36
* Updated CC30000 example from David SidraneGregory Nutt2013-10-162-0/+94
* ENCX24J600: Improved descriptor handling, free packets on rx abort interrupt....Gregory Nutt2013-10-112-110/+196
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-2/+0
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-284-42/+47
* ENCX24J600: Use separate pools for RX and TX descriptors. From Max HoltzbergGregory Nutt2013-09-281-11/+33
* ENCX24J600: Remove poll for new TX data from TX done interrupt handlingGregory Nutt2013-09-271-4/+0
* Beginng of support for GMII/RGMII PHYsGregory Nutt2013-09-261-0/+6
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-251-10/+10
* Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. ...Gregory Nutt2013-09-251-0/+11
* Fix badly applied patch to ENCX24J600Gregory Nutt2013-09-251-44/+93
* SAMA5 UDPHS: Dont' reject read request submissions while stalled. That caus...Gregory Nutt2013-09-242-4/+17
* ENCx24J600 UDP backlog support from Maz HoltzbergGregory Nutt2013-09-242-103/+364
* Cosmetic changes to comments and coding style fixesGregory Nutt2013-09-221-95/+114
* SAMA5D3x-EK AT25 Serial FLASH: Dropping SPI frequency to 10MHz gives more rel...Gregory Nutt2013-09-221-3/+3
* Use a valid interval for the interrupt endpoint in the CDC/ACM driverGregory Nutt2013-09-221-1/+1
* Cosmetic changes to USB host class driver filesGregory Nutt2013-09-211-0/+1
* SAMA5 + HID Keyboard. Fixes to initialize the HID keyboard classGregory Nutt2013-09-201-6/+6
* Names of some USB device definitions changed to avoid collisionsGregory Nutt2013-09-206-17/+37
* Add support for multiple PHY selections for multiple Ethernet MAC driversGregory Nutt2013-09-172-3/+81
* Add support for the AT 24C512 EEPROMGregory Nutt2013-09-122-10/+21
* Fix a reference counting error in the USB host mass storage classGregory Nutt2013-09-101-28/+26
* SAMA5 EHCI: Did not work with DEBUG off. Appears to be because of some D-Ca...Gregory Nutt2013-09-101-1/+1
* Extent the the USB host trace logic to include verbose debug outputGregory Nutt2013-09-092-4/+9
* USB monitor extended so that it can also be used with USB host trace dataGregory Nutt2013-09-091-1/+10
* Beginning of support for USB host side tracingGregory Nutt2013-09-094-10/+340
* USB MSC host class driver: Don't bother retrying to initialize the FLASH if t...Gregory Nutt2013-09-091-0/+14
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-081-4/+9
* Fix warnings in USB MSC when compiled for a high speed device; also fix USB M...Gregory Nutt2013-09-072-11/+16
* Extend USB trace logic. When we are configured to decode and stringify trace...Gregory Nutt2013-09-065-55/+584