summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a reference counting error in the USB host mass storage classGregory Nutt2013-09-103-38/+117
* SAMA5 EHCI: Did not work with DEBUG off. Appears to be because of some D-Ca...Gregory Nutt2013-09-102-21/+41
* Extent the the USB host trace logic to include verbose debug outputGregory Nutt2013-09-096-32/+183
* USB monitor extended so that it can also be used with USB host trace dataGregory Nutt2013-09-096-52/+107
* Beginning of support for USB host side tracingGregory Nutt2013-09-0910-90/+713
* USB MSC host class driver: Don't bother retrying to initialize the FLASH if t...Gregory Nutt2013-09-094-2/+20
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-084-10/+41
* SAMA5: Add support EHCI/OHCI to sama5d3x-ek/demo (does not work yet); Fix so...Gregory Nutt2013-09-074-8/+72
* Fix warnings in USB MSC when compiled for a high speed device; also fix USB M...Gregory Nutt2013-09-075-14/+25
* Fix bug introduced to msconn; Was hanging is invoked from NSHGregory Nutt2013-09-075-37/+159
* Extend USB trace logic. When we are configured to decode and stringify trace...Gregory Nutt2013-09-068-205/+746
* Suppress attempts to manage USB trace if the USB MSC example is built as an N...Gregory Nutt2013-09-063-9/+22
* Back-port some bugfixes from the ENCX24J600 to the ENC28J60 driver (unverifie...Gregory Nutt2013-09-062-27/+28
* SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flashGregory Nutt2013-09-0615-226/+374
* Networking: Important bug fix. The backlog buffer pointer was not being inc...Gregory Nutt2013-09-062-0/+4
* SAMA5D3x-EK: Add a new 'demo' configurationGregory Nutt2013-09-066-6/+1115
* Missing file change for previous driver-based UDP backlog from Max HoltzbergGregory Nutt2013-09-061-6/+10
* Update to previous change from Max HoltzbergGregory Nutt2013-09-062-2/+2
* Partial implementation of driver-based UDP backlog still missing some logic. ...Gregory Nutt2013-09-069-102/+258
* Networking: Fix race condition that can cause missing loss-of-connection eve...Gregory Nutt2013-09-062-0/+14
* DHCPD: Fix calculation of lease address. Bad logic causes repeated assignmen...Gregory Nutt2013-09-062-3/+5
* 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 to...Gregory Nutt2013-09-057-15/+68
* 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 ha...Gregory Nutt2013-09-051-271/+357
* 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 configur...Gregory Nutt2013-09-042-19/+59
* 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
* 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 op...Gregory Nutt2013-09-025-13/+216
* SAMA5 UDPHS: Add logic to handle deferred address setting; add logic to hand...Gregory Nutt2013-09-021-147/+313
* STM32 Timer Register Bit Definitions: Some CCER bit settings changed per Sour...Gregory Nutt2013-09-022-4/+6
* 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 REV...Gregory Nutt2013-09-012-565/+403
* 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