summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/usbmsc_scsi.c
Commit message (Collapse)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are ↵Gregory Nutt2014-11-251-2/+2
| | | | real bugs.
* Update everything under nuttx/drivers to use the corrected syslog interfacesGregory Nutt2014-10-081-3/+4
|
* More trailing whilespace removalGregory Nutt2014-04-131-5/+5
|
* Add macro UNUSED to eliminate warnings about variables that are set to ↵Gregory Nutt2014-03-301-0/+1
| | | | unused values
* Reimagine the USB MSC worker thread as a kernel thread (instead of a pthread)Gregory Nutt2014-03-251-46/+189
|
* If DCD supports queuing of stall requests then USB MSC delay work-around is ↵Gregory Nutt2014-03-201-10/+19
| | | | not necessary
* SAM4E UDP: Several fixes related to bulk endpoint transfersGregory Nutt2014-03-201-3/+5
|
* Need to lock mutex before signalGregory Nutt2013-11-021-1/+3
|
* MTD config: Reduce configuration header overhead. From Ken PettitGregory Nutt2013-11-011-1/+1
|
* Avoid calling pthread_join() to wait for USB MSC thread to terminate: This ↵Gregory Nutt2013-11-011-1/+2
| | | | does not work if the caller of usb_mscuninitialize() is in a different task group than the MSC thread. From David Sidrane
* SAMA5 UDPHS: Dont' reject read request submissions while stalled. That ↵Gregory Nutt2013-09-241-0/+1
| | | | causes an infinite loop. When stalling, cancel all pending write requests, but cancel only a reqd request if it is in progress. It will be immediately requeued
* SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flashGregory Nutt2013-09-061-1/+3
|
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ↵patacongo2013-02-281-3/+15
| | | | | | Aimonen git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5688 42af7a65-404d-4744-a932-0658087f49c3
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4497 42af7a65-404d-4744-a932-0658087f49c3
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-181-23/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4496 42af7a65-404d-4744-a932-0658087f49c3
* Fix reported USB MSC product/revisionpatacongo2012-03-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4495 42af7a65-404d-4744-a932-0658087f49c3
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ↵patacongo2012-03-161-2/+3
| | | | | | Need to enable CAN1 clocking to use CAN2 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4493 42af7a65-404d-4744-a932-0658087f49c3
* More clean up of namespacepatacongo2012-01-261-0/+2664
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4338 42af7a65-404d-4744-a932-0658087f49c3