summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* SAMA5: Add support EHCI/OHCI to sama5d3x-ek/demo (does not work yet); Fix so...Gregory Nutt2013-09-072-7/+69
* Fix warnings in USB MSC when compiled for a high speed device; also fix USB M...Gregory Nutt2013-09-071-2/+6
* Extend USB trace logic. When we are configured to decode and stringify trace...Gregory Nutt2013-09-061-0/+6
* SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flashGregory Nutt2013-09-069-87/+349
* SAMA5D3x-EK: Add a new 'demo' configurationGregory Nutt2013-09-064-5/+1110
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to...Gregory Nutt2013-09-051-0/+1
* More renaming examples/usbstorage to examples/usbmscGregory Nutt2013-09-054-0/+676
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-0586-900/+224
* Some restructing of the CC3000 buildGregory Nutt2013-09-043-17/+36
* Initial cut of a driver for the TI CC3000 network module with support on the ...Gregory Nutt2013-09-035-38/+336
* SAMA5 UDPHS: A little debugging progress. Not all transfers are working yetGregory Nutt2013-09-032-1/+35
* SAMA5 UDPHS: Some very early debug corrections. Not yet working.Gregory Nutt2013-09-021-0/+9
* Misc USB device changes reated to SAMA5, trace support, and USB monitoringGregory Nutt2013-09-012-7/+22
* SAMA5 UDPHS: Support USPHS clock configurationGregory Nutt2013-09-012-4/+10
* SAMA UDPHS: Add pull-up and stall logic. Added to build system but does not...Gregory Nutt2013-08-311-0/+25
* Fix typo in Freedom KL25Z function name. From Alan Carvalho de AssisGregory Nutt2013-08-311-1/+1
* Remove empty README.txt filesGregory Nutt2013-08-3142-51/+0
* SAMA5 EHCI: Implemented (but did not test) interrupt endpoint logicGregory Nutt2013-08-281-9/+11
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-2730-36/+36
* SAMA4 EHCI: Correct some backward conditional compilation; fix some warningsGregory Nutt2013-08-261-0/+7
* SAMA5 EHCI: Data toggle and status phase fixesGregory Nutt2013-08-251-1/+1
* Add ENCX24J600 Ethernet driver and support for the ENCX24J600 with the Olimex...Gregory Nutt2013-08-255-4/+456
* SAMA5D3x-EK: Fix some backward conditional compilationGregory Nutt2013-08-241-3/+3
* SAMA5: EHCI now handles low- and full-speed connections by giving them to OHC...Gregory Nutt2013-08-243-22/+71
* SAMA5: Add support for sharing ports when both OHCI and EHCI are enabledGregory Nutt2013-08-232-46/+74
* Move all SAMA5 EHCI interrupt handling to the worker threadGregory Nutt2013-08-211-1/+27
* Beginning of support for SAMA5 EHCI. Not much there yetGregory Nutt2013-08-202-3/+35
* Add few more EHCI definitionsGregory Nutt2013-08-181-2/+2
* Completes EHCI header fileGregory Nutt2013-08-181-2/+14
* SAMA5 OHCI: Re-organize some endpoint list data structures.. Strange things ...Gregory Nutt2013-08-161-0/+5
* SAMA5: Correct the PLL 48MHz divisor. It was off by a factor of two... no i...Gregory Nutt2013-08-142-5/+7
* SAMA5: ports should not be reset state (seems to make no difference)Gregory Nutt2013-08-141-1/+1
* SAMA5: Alternatie clock configuration that yields a perfect 48MHz full speed...Gregory Nutt2013-08-143-123/+382
* SAMA5: Fix out of range USB PLL divisorGregory Nutt2013-08-141-3/+5
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ...Gregory Nutt2013-08-132-62/+148
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-1312-66/+66
* Convert olimex-stm32-p107/nsh configuration to use kconfig-frontends tool. F...Gregory Nutt2013-08-122-473/+740
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-1213-30/+35
* SAMA5: Add logic to control VBUS power for OHCIGregory Nutt2013-08-124-53/+372
* SAMA5: Add support for initialization of the USB host and mass storage classGregory Nutt2013-08-115-5/+372
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-1110-17/+108
* SAMA5: Some improvements to the HSCMI card removal/insertion logicGregory Nutt2013-08-112-51/+140
* SAMA5: Fix HSMCI race condition. Now memory card interface is functional wit...Gregory Nutt2013-08-104-25/+85
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, s...Gregory Nutt2013-08-101-2/+4
* SAM3,4,A5 DMA fixes; SAMA5 SPI driver now supports DMA transfersGregory Nutt2013-08-092-0/+11
* Change setup logic to hand MTD minor numbers for AT24, HSMCI0, and HSMCI1Gregory Nutt2013-08-074-149/+69
* SAMA5: A few early, easy bug fixes. The rest will all be difficultGregory Nutt2013-08-061-10/+10
* SAMA5: Add PIO interrupt support. Massive name changes for consistency in PI...Gregory Nutt2013-08-0612-148/+219
* SAMA5: Add HSMCI memory card driver supportGregory Nutt2013-08-056-42/+685
* SAMA5: SPI Driver + AT25 FLASH work; SAM3/4: Correct an error, SPI will not...Gregory Nutt2013-08-051-0/+17