summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/usbmsc_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-2/+2
* 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 unused...Gregory Nutt2014-03-301-0/+1
* 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 n...Gregory Nutt2014-03-201-10/+19
* 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 d...Gregory Nutt2013-11-011-1/+2
* SAMA5 UDPHS: Dont' reject read request submissions while stalled. That caus...Gregory Nutt2013-09-241-0/+1
* 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
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-5/+7
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-181-23/+23
* Fix reported USB MSC product/revisionpatacongo2012-03-171-1/+1
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo2012-03-161-2/+3
* More clean up of namespacepatacongo2012-01-261-0/+2664