summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc214x
Commit message (Expand)AuthorAgeFilesLines
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-4/+2
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-1/+1
* More configuration filespatacongo2012-04-111-0/+4
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-8/+8
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-021-5/+32
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-062-5/+11
* Create include/nuttx/usb directorypatacongo2010-12-141-3/+3
* lpc313x updatepatacongo2010-04-041-1/+1
* Fixes for recent header file reorganizationpatacongo2009-12-286-2/+13
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-166-235/+242
* More init logicpatacongo2009-12-031-1/+1
* Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/srcpatacongo2009-11-301-1/+1
* Misc integration fixespatacongo2009-10-301-1/+1
* Fix typo in vectored interrpt logicpatacongo2009-07-141-2/+2
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Same as last check-in, just implemented more sanelypatacongo2009-06-121-2/+2
* eliminate some warningspatacongo2009-06-111-2/+2
* Add support for Windows GCC to lpc2148 and str711patacongo2009-06-111-5/+0
* Add I2C header filepatacongo2009-06-042-2/+143
* Make sure all ARM targets still compilepatacongo2009-05-192-3/+6
* Add support for fast GPIO on lpc214xpatacongo2009-05-092-1/+31
* Add option to copy to RAMpatacongo2009-04-081-2/+2
* Change configuration namepatacongo2008-11-131-3/+3
* Adding more STR71x logicpatacongo2008-10-301-1/+1
* Need to restart write queue after stalled endpoint resumedpatacongo2008-10-281-0/+13
* Fix read failures when OUT req size > maxpacketpatacongo2008-10-271-23/+18
* Correct error in end-of-request handlingpatacongo2008-10-271-11/+11
* Fix to handle requests larger than maxpacketpatacongo2008-10-251-3/+6
* Fix bug: Not resuming halted endponts on SET FEATUREpatacongo2008-10-241-0/+1
* Fix LPC214X memory mappatacongo2008-10-131-2/+4
* Add header files for PINSEL and SPIpatacongo2008-10-116-17/+447
* Remove unnecessary warningpatacongo2008-10-101-1/+0
* updated commentspatacongo2008-10-102-5/+9
* Fix end-of-test comparisonpatacongo2008-10-091-1/+1
* Pace sends to send complete interruptspatacongo2008-10-091-43/+56
* Last option in configure; ep address in ep structpatacongo2008-10-091-25/+71
* Fix mapping of logical to physical endpointpatacongo2008-10-081-31/+68
* Add debug outputpatacongo2008-10-081-17/+21
* Misc fixes from test and integrationpatacongo2008-10-071-43/+38
* Fix timer error introduced recentlypatacongo2008-10-071-1/+1
* Add USB serial driverpatacongo2008-10-061-22/+38
* Fix SETADDRESS protocol errorpatacongo2008-10-051-90/+94
* Fix some set address problems (there are more)patacongo2008-10-041-72/+104
* Fix 2 causes of protocol errors (there are morepatacongo2008-10-041-9/+12
* Don't enable interrupts until boundpatacongo2008-10-031-6/+18
* Fix request queue management problemspatacongo2008-10-031-86/+176
* Integrating LPC214X USBpatacongo2008-10-031-42/+209
* Integrating LPC214x USB driverpatacongo2008-10-017-140/+528
* Add register monitor debug supportpatacongo2008-09-301-90/+139