summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/src/sam_usb.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some comments: Remove button description from GPIO interrupt handlers ↵Gregory Nutt2014-09-291-2/+2
| | | | that derive from the button interrupt handler
* 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 ↵Gregory Nutt2013-08-241-13/+56
| | | | OHCI; OHCI now uses the work queue to defer interrupt processing; If both OHCI and EHCI are enabled, EHCI is the master of the UHPHS interrupt
* 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 ↵Gregory Nutt2013-08-131-11/+11
| | | | move to new interface, struct usbhost_connection_s. This is part of the necessary restructuring of the USB host interface to support multiple root hub ports.
* 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