summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/src/sam_usb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some comments: Remove button description from GPIO interrupt handlers th...Gregory Nutt2014-09-291-2/+2
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-2/+2
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-2/+2
* Make naming consistent for USB host initialiation functionsGregory Nutt2013-11-291-7/+1
* EA3131: Framework for USB host supportGregory Nutt2013-11-151-2/+2
* SAMA5D3x-EK: Always use UPLL for USB clockingGregory Nutt2013-09-211-2/+2
* SAMA5 + HID Keyboard. Fixes to initialize the HID keyboard classGregory Nutt2013-09-201-1/+19
* Several usability improvements the SAMA5D3x-EK configurationsGregory Nutt2013-09-201-2/+2
* SAMA5 EMAC: Incremental progress. Still not code completeGregory Nutt2013-09-161-3/+3
* SAMA5D3x-EK demo configuration now supports HSMCI0 and HSMCI1Gregory Nutt2013-09-111-1/+2
* 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-241-13/+56
* SAMA5: Add support for sharing ports when both OHCI and EHCI are enabledGregory Nutt2013-08-231-39/+70
* Add few more EHCI definitionsGregory Nutt2013-08-181-2/+2
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-11/+11
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-6/+11
* SAMA5: Add logic to control VBUS power for OHCIGregory Nutt2013-08-121-44/+210
* SAMA5: Add support for initialization of the USB host and mass storage classGregory Nutt2013-08-111-0/+272