summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* Add SCSI definitionspatacongo2008-10-201-27/+471
* typopatacongo2008-10-201-1/+1
* Add support for class driver statespatacongo2008-10-201-0/+3
* Remove some duplicate logicpatacongo2008-10-171-16/+13
* Add SCSI commands that will be needed for USB storagepatacongo2008-10-171-0/+396
* Fix uninitialized variablepatacongo2008-10-171-22/+48
* Need to clear mediachanged indication after it is sampledpatacongo2008-10-151-2/+9
* typopatacongo2008-10-151-1/+1
* Add debug capabilitiespatacongo2008-10-155-119/+351
* Fix integration bug fixespatacongo2008-10-152-83/+101
* Add simple SPI-based MMC/SD block driverpatacongo2008-10-151-4/+11
* MMC/SD supportpatacongo2008-10-154-0/+2086
* reorder macros, reduce size of request buffer for EP0patacongo2008-10-111-18/+24
* cosmeticpatacongo2008-10-101-9/+10
* Another place where the request size is setpatacongo2008-10-091-0/+5
* Add option to used different request buffer sizespatacongo2008-10-091-22/+39
* Correct emulation of UART RX disabledpatacongo2008-10-091-43/+149
* Fixe open count error + O_NONBLOCK functionpatacongo2008-10-091-13/+44
* Missed decoding one trace valuepatacongo2008-10-091-0/+4
* Add last option to configure methodpatacongo2008-10-091-5/+5
* Need to select endpoints actually supported by hardwarepatacongo2008-10-091-10/+19
* cosmeticpatacongo2008-10-081-13/+13
* Restructure so that it does not try to malloc from interrupt levelpatacongo2008-10-081-224/+364
* Add more trace codespatacongo2008-10-081-1/+9
* test and integration updatespatacongo2008-10-072-2/+4
* Misc fixes from test and integrationpatacongo2008-10-071-18/+54
* Add another trace code for class driver callspatacongo2008-10-071-0/+4
* Need to improve error detectionpatacongo2008-10-071-30/+40
* Fix interrupt EP intervalpatacongo2008-10-071-41/+77
* Fix network path broken in earlier checkinpatacongo2008-10-071-1/+1
* Add USB serial driverpatacongo2008-10-062-1/+1861
* Add debug output if trace disabledpatacongo2008-10-032-2/+171
* Add USB trace logicpatacongo2008-09-301-8/+12
* USBDEV tracepatacongo2008-09-302-0/+248
* uart_semtake was staticpatacongo2008-09-242-6/+3
* Separate byte-oriented interrupt handling logicpatacongo2008-09-243-82/+151
* ARM architecture supports lowconsolepatacongo2008-09-182-4/+12
* Add ioctl's to support XIPpatacongo2008-09-122-33/+55
* ROMFS filesystem supportpatacongo2008-09-101-14/+42
* Fixes for Z16F compilerpatacongo2008-08-105-8/+15
* Added test for mkfatfspatacongo2008-08-101-0/+2
* Fix detection of final closepatacongo2008-07-271-5/+3
* fix pipe cleanup logicpatacongo2008-07-273-95/+136
* Fix counting errorpatacongo2008-07-261-2/+2
* Fix FIFO interlock errorspatacongo2008-07-261-13/+3
* O_RDONLY open on FIFO blocks until writer openspatacongo2008-07-262-2/+33
* Minor pipe updatespatacongo2008-07-264-44/+44
* Add pipe()patacongo2008-07-265-377/+827
* Add support for O_NONBLOCKpatacongo2008-07-221-4/+25
* Debugging FIFO logicpatacongo2008-07-221-195/+82