summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updatepatacongo2008-10-132-0/+2
* Correct last checkinpatacongo2008-10-131-1/+1
* Fix LPC214X memory mappatacongo2008-10-131-2/+4
* oops - won't build with USB disabledpatacongo2008-10-131-0/+1
* updatepatacongo2008-10-112-0/+4
* minor interface refinementspatacongo2008-10-112-61/+233
* Add 1st cut SPI driver for SPI MMCpatacongo2008-10-115-4/+521
* clarifypatacongo2008-10-111-1/+2
* reorder macros, reduce size of request buffer for EP0patacongo2008-10-111-18/+24
* Add header files for PINSEL and SPIpatacongo2008-10-116-17/+447
* Added macro for LE 32-bit valuespatacongo2008-10-111-2/+4
* Removed unused externspatacongo2008-10-111-5/+0
* fix commentspatacongo2008-10-113-10/+2
* Prep for release 0.3.16nuttx-3.16patacongo2008-10-104-71/+166
* Remove unnecessary warningpatacongo2008-10-101-1/+0
* Extended USB serial testpatacongo2008-10-105-20/+270
* updated commentspatacongo2008-10-102-5/+9
* cosmeticpatacongo2008-10-101-9/+10
* Fix end-of-test comparisonpatacongo2008-10-091-1/+1
* Another place where the request size is setpatacongo2008-10-091-0/+5
* Extend USB serial testpatacongo2008-10-091-3/+17
* Add option to used different request buffer sizespatacongo2008-10-091-22/+39
* Pace sends to send complete interruptspatacongo2008-10-091-43/+56
* Extend USB serial testpatacongo2008-10-093-22/+350
* Correct emulation of UART RX disabledpatacongo2008-10-091-43/+149
* Add RX overrun error codepatacongo2008-10-091-10/+11
* Not setting error on driver errorspatacongo2008-10-093-2/+15
* Fixe open count error + O_NONBLOCK functionpatacongo2008-10-093-14/+47
* Missed decoding one trace valuepatacongo2008-10-091-0/+4
* Last option in configure; ep address in ep structpatacongo2008-10-092-51/+117
* Add last option to configure methodpatacongo2008-10-092-10/+17
* updatepatacongo2008-10-091-0/+5
* Fix compile warningspatacongo2008-10-091-1/+9
* Need to select endpoints actually supported by hardwarepatacongo2008-10-0911-46/+164
* upatepatacongo2008-10-091-4/+12
* cosmeticpatacongo2008-10-081-13/+13
* Update commentspatacongo2008-10-081-0/+5
* Fix mapping of logical to physical endpointpatacongo2008-10-081-31/+68
* Add debug outputpatacongo2008-10-081-17/+21
* Restructure so that it does not try to malloc from interrupt levelpatacongo2008-10-081-224/+364
* Add commentspatacongo2008-10-081-3/+4
* Add more trace codespatacongo2008-10-082-2/+13
* test and integration updatespatacongo2008-10-073-59/+84
* Misc fixes from test and integrationpatacongo2008-10-072-61/+92
* Note fixed LPC214x timer freqpatacongo2008-10-072-0/+2
* Add another trace code for class driver callspatacongo2008-10-072-39/+73
* Fix tests for SP in interrupt stack rangepatacongo2008-10-071-2/+2
* Add retry on open; say hello many timespatacongo2008-10-071-8/+68
* Need to improve error detectionpatacongo2008-10-071-30/+40
* Fix interrupt EP intervalpatacongo2008-10-071-41/+77