summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc214x/lpc214x_usbdev.c
Commit message (Collapse)AuthorAgeFilesLines
* Create include/nuttx/usb directorypatacongo2010-12-141-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3170 42af7a65-404d-4744-a932-0658087f49c3
* lpc313x updatepatacongo2010-04-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2574 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for recent header file reorganizationpatacongo2009-12-281-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2450 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-161-170/+172
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2359 42af7a65-404d-4744-a932-0658087f49c3
* Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/srcpatacongo2009-11-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2290 42af7a65-404d-4744-a932-0658087f49c3
* Misc integration fixespatacongo2009-10-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2197 42af7a65-404d-4744-a932-0658087f49c3
* Same as last check-in, just implemented more sanelypatacongo2009-06-121-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1880 42af7a65-404d-4744-a932-0658087f49c3
* eliminate some warningspatacongo2009-06-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1879 42af7a65-404d-4744-a932-0658087f49c3
* Need to restart write queue after stalled endpoint resumedpatacongo2008-10-281-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1092 42af7a65-404d-4744-a932-0658087f49c3
* Fix read failures when OUT req size > maxpacketpatacongo2008-10-271-23/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1086 42af7a65-404d-4744-a932-0658087f49c3
* Correct error in end-of-request handlingpatacongo2008-10-271-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1082 42af7a65-404d-4744-a932-0658087f49c3
* Fix to handle requests larger than maxpacketpatacongo2008-10-251-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1076 42af7a65-404d-4744-a932-0658087f49c3
* Fix bug: Not resuming halted endponts on SET FEATUREpatacongo2008-10-241-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1074 42af7a65-404d-4744-a932-0658087f49c3
* Remove unnecessary warningpatacongo2008-10-101-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1026 42af7a65-404d-4744-a932-0658087f49c3
* updated commentspatacongo2008-10-101-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1024 42af7a65-404d-4744-a932-0658087f49c3
* Fix end-of-test comparisonpatacongo2008-10-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1022 42af7a65-404d-4744-a932-0658087f49c3
* Pace sends to send complete interruptspatacongo2008-10-091-43/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1018 42af7a65-404d-4744-a932-0658087f49c3
* Last option in configure; ep address in ep structpatacongo2008-10-091-25/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1011 42af7a65-404d-4744-a932-0658087f49c3
* Fix mapping of logical to physical endpointpatacongo2008-10-081-31/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1003 42af7a65-404d-4744-a932-0658087f49c3
* Add debug outputpatacongo2008-10-081-17/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1002 42af7a65-404d-4744-a932-0658087f49c3
* Misc fixes from test and integrationpatacongo2008-10-071-43/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@997 42af7a65-404d-4744-a932-0658087f49c3
* Add USB serial driverpatacongo2008-10-061-22/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@984 42af7a65-404d-4744-a932-0658087f49c3
* Fix SETADDRESS protocol errorpatacongo2008-10-051-90/+94
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@980 42af7a65-404d-4744-a932-0658087f49c3
* Fix some set address problems (there are more)patacongo2008-10-041-72/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@979 42af7a65-404d-4744-a932-0658087f49c3
* Fix 2 causes of protocol errors (there are morepatacongo2008-10-041-9/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@977 42af7a65-404d-4744-a932-0658087f49c3
* Don't enable interrupts until boundpatacongo2008-10-031-6/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@976 42af7a65-404d-4744-a932-0658087f49c3
* Fix request queue management problemspatacongo2008-10-031-86/+176
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@974 42af7a65-404d-4744-a932-0658087f49c3
* Integrating LPC214X USBpatacongo2008-10-031-42/+209
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@972 42af7a65-404d-4744-a932-0658087f49c3
* Integrating LPC214x USB driverpatacongo2008-10-011-57/+191
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@970 42af7a65-404d-4744-a932-0658087f49c3
* Add register monitor debug supportpatacongo2008-09-301-90/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@969 42af7a65-404d-4744-a932-0658087f49c3
* Add support for serial class driverpatacongo2008-09-301-28/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@968 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for class driver i/fpatacongo2008-09-301-38/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@967 42af7a65-404d-4744-a932-0658087f49c3
* Integrate USB into ARM initializationpatacongo2008-09-301-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@965 42af7a65-404d-4744-a932-0658087f49c3
* Add more trace eventspatacongo2008-09-291-4/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@961 42af7a65-404d-4744-a932-0658087f49c3
* Added USB device controller driver for LPC214xpatacongo2008-09-291-0/+2695
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@960 42af7a65-404d-4744-a932-0658087f49c3