summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* apps/examples/pwm: Clean up some configuration confusionGregory Nutt2013-09-055-14/+16
|
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned ↵Gregory Nutt2013-09-057-15/+68
| | | | to an endpoint in order to determine the request buffer size. The endpoint has not yet been configured that max packet size may be wrong.
* SAMA5 UDPHS: Fix bad setup for sam_req_write call introduce in last commitGregory Nutt2013-09-051-61/+85
|
* SAMA5 UDPHS: Major changes to DMA interrupt and request handling to better ↵Gregory Nutt2013-09-051-271/+357
| | | | handle DMA
* More renaming examples/usbstorage to examples/usbmscGregory Nutt2013-09-054-0/+676
|
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-0598-912/+368
|
* Some restructing of the CC3000 buildGregory Nutt2013-09-0430-424/+457
|
* SAMA5 UDPHS: Fix DMA channel vs. matching endpointGregory Nutt2013-09-041-8/+8
|
* SAMA5 UDPHS: More USB fixes mostly related to byte counts, endpoint ↵Gregory Nutt2013-09-042-19/+59
| | | | configuration, and dma configuration
* Sourceforge bug #19. Fix typo from CCTSAOGregory Nutt2013-09-042-1/+5
|
* SAMA5 UDPHS: More zero length packet fixes; revamped request queue structuresGregory Nutt2013-09-041-95/+96
|
* CC3000 driver updates from Alan Carvalho de AssisGregory Nutt2013-09-0421-7792/+7786
|
* SAMA5 UDPHS: Fixes related to null packet and SETUP OUT data handlingGregory Nutt2013-09-031-70/+73
|
* SAMA5 UDPHS: Small change to zero length packet handlingGregory Nutt2013-09-031-3/+9
|
* Initial cut of a driver for the TI CC3000 network module with support on the ↵Gregory Nutt2013-09-0338-39/+10319
| | | | Freescale KL25Z board from Alan Carvalho de Assis
* SAMA5 UDPHS: Fix some issues with TX interrupt handlingGregory Nutt2013-09-031-59/+81
|
* SAMA5 UDPHS: A little debugging progress. Not all transfers are working yetGregory Nutt2013-09-034-30/+119
|
* SAMA5 UDPHS: Changes from initial debug session. Still a long way to goGregory Nutt2013-09-021-72/+89
|
* SAMA5 UDPHS: Fixes related to soft connect pullup and DMA buffer allocationGregory Nutt2013-09-022-13/+106
|
* SAMA5 UDPHS: Some very early debug corrections. Not yet working.Gregory Nutt2013-09-023-6/+18
|
* Add example configurations that enable USB trace options must have Kconfig ↵Gregory Nutt2013-09-025-13/+216
| | | | options to select the trace output
* SAMA5 UDPHS: Add logic to handle deferred address setting; add logic to ↵Gregory Nutt2013-09-021-147/+313
| | | | handle EP0 SETUP OUT data
* STM32 Timer Register Bit Definitions: Some CCER bit settings changed per ↵Gregory Nutt2013-09-022-4/+6
| | | | SourceForge bug #18 submitted by CCCTSAO
* SAMA5 UDPHS: Clean up some write request handlingGregory Nutt2013-09-011-70/+91
|
* SAMA5 UDPHS: Resolve a few of easier REVISIT pre-processor warningsGregory Nutt2013-09-011-32/+18
|
* Misc USB device changes reated to SAMA5, trace support, and USB monitoringGregory Nutt2013-09-013-8/+23
|
* SAMA5 UPPHS: Fix a small mountain of compilation errors. Still things to ↵Gregory Nutt2013-09-012-565/+403
| | | | REVISIT so it is not ready for test
* SAMA5 UDPHS: Support USPHS clock configurationGregory Nutt2013-09-015-9/+25
|
* CDC/ACM Device: Fixe compilation errors when dual speed support is enabledGregory Nutt2013-09-012-15/+35
|
* SAMA UDPHS: Add pull-up and stall logic. Added to build system but does ↵Gregory Nutt2013-08-317-280/+591
| | | | not yet build
* Fix typo in Freedom KL25Z function name. From Alan Carvalho de AssisGregory Nutt2013-08-312-1/+3
|
* Remove empty README.txt filesGregory Nutt2013-08-3151-162/+2
|
* SAMA5 UDPHS: Add endpoint configuration and read DMA logicGregory Nutt2013-08-312-109/+294
|
* SAMA5 UDPHS: Bring in UDPHS endpoint interrupt handling logicGregory Nutt2013-08-312-176/+336
|
* SAMA5 UDPHS: Write DMA logic added. Still incompleteGregory Nutt2013-08-301-31/+158
|
* SAMA5: Updated UDPHS driver. Still incompleteGregory Nutt2013-08-302-434/+564
|
* SAMA5 UDPHS interrupt decoding logicGregory Nutt2013-08-291-3/+58
|
* SAMA5 UDPHS interrupt decoding logicGregory Nutt2013-08-292-137/+161
|
* SAMA5: Initial framework for a UDPHS USB device side driverGregory Nutt2013-08-293-0/+3523
|
* SAMA5: Add high-speed USB register definition header fileGregory Nutt2013-08-282-1/+444
|
* SAMA5 EHCI: Implemented (but did not test) interrupt endpoint logicGregory Nutt2013-08-283-103/+338
|
* SAMA5 EHCI: Correct and extend pool allocation logic; Fix data toggle valuesGregory Nutt2013-08-282-12/+57
|
* SAMA5: Fixes a bug in the way that the heap regions were being allocatedGregory Nutt2013-08-273-11/+51
|
* SAMA5 OHCI+EHCI: Using cp15_clean instead of cp15_coherent; EHCI: Need to ↵Gregory Nutt2013-08-274-87/+167
| | | | set alt pointer in order to handle short transfers.
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-27148-320/+322
|
* Add hooks to select Cortex-A8Gregory Nutt2013-08-275-6/+18
|
* SAMA4 EHCI: Correct some backward conditional compilation; fix some warningsGregory Nutt2013-08-263-5/+18
|
* Add a new method to the USB host driver interface: getdevinfo. This method ↵Gregory Nutt2013-08-268-17/+265
| | | | will return information about the currently connected device. At present, it only returns the device speed. The speed is needed by the enumeration logic in order to set a credible initial EP0 max packet size
* SAMA5 EHCI: Status phase is the opposite direction as the data phaseGregory Nutt2013-08-261-7/+26
|
* SAMA5 EHCI: Taking direction from wrong bit in SETUP request; need to flush ↵Gregory Nutt2013-08-261-1/+13
| | | | data buffer before starting SETUP request