summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/lpc214x
AgeCommit message (Expand)AuthorFilesLines
2012-07-31LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo1-4/+2
2012-04-12Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo1-1/+1
2012-04-11More configuration filespatacongo1-0/+4
2012-03-21Move serial header files to include/nuttx/serialpatacongo1-1/+1
2012-02-11Add logic so that a RAM log can be used in place of a console devicepatacongo2-8/+8
2012-02-02Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo1-5/+32
2011-04-06current_regs should be volatile; add support for nested interrupts; enable in...patacongo2-5/+11
2010-12-14Create include/nuttx/usb directorypatacongo1-3/+3
2010-04-04lpc313x updatepatacongo1-1/+1
2009-12-28Fixes for recent header file reorganizationpatacongo6-2/+13
2009-12-16Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo6-235/+242
2009-12-03More init logicpatacongo1-1/+1
2009-11-30Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/srcpatacongo1-1/+1
2009-10-30Misc integration fixespatacongo1-1/+1
2009-07-14Fix typo in vectored interrpt logicpatacongo1-2/+2
2009-06-25Consolidate buffer dumping; fix all occurrences of 'the the'patacongo1-1/+1
2009-06-12Same as last check-in, just implemented more sanelypatacongo1-2/+2
2009-06-11eliminate some warningspatacongo1-2/+2
2009-06-11Add support for Windows GCC to lpc2148 and str711patacongo1-5/+0
2009-06-04Add I2C header filepatacongo2-2/+143
2009-05-19Make sure all ARM targets still compilepatacongo2-3/+6
2009-05-09Add support for fast GPIO on lpc214xpatacongo2-1/+31
2009-04-08Add option to copy to RAMpatacongo1-2/+2
2008-11-13Change configuration namepatacongo1-3/+3
2008-10-30Adding more STR71x logicpatacongo1-1/+1
2008-10-28Need to restart write queue after stalled endpoint resumedpatacongo1-0/+13
2008-10-27Fix read failures when OUT req size > maxpacketpatacongo1-23/+18
2008-10-27Correct error in end-of-request handlingpatacongo1-11/+11
2008-10-25Fix to handle requests larger than maxpacketpatacongo1-3/+6
2008-10-24Fix bug: Not resuming halted endponts on SET FEATUREpatacongo1-0/+1
2008-10-13Fix LPC214X memory mappatacongo1-2/+4
2008-10-11Add header files for PINSEL and SPIpatacongo6-17/+447
2008-10-10Remove unnecessary warningpatacongo1-1/+0
2008-10-10updated commentspatacongo2-5/+9
2008-10-09Fix end-of-test comparisonpatacongo1-1/+1
2008-10-09Pace sends to send complete interruptspatacongo1-43/+56
2008-10-09Last option in configure; ep address in ep structpatacongo1-25/+71
2008-10-08Fix mapping of logical to physical endpointpatacongo1-31/+68
2008-10-08Add debug outputpatacongo1-17/+21
2008-10-07Misc fixes from test and integrationpatacongo1-43/+38
2008-10-07Fix timer error introduced recentlypatacongo1-1/+1
2008-10-06Add USB serial driverpatacongo1-22/+38
2008-10-05Fix SETADDRESS protocol errorpatacongo1-90/+94
2008-10-04Fix some set address problems (there are more)patacongo1-72/+104
2008-10-04Fix 2 causes of protocol errors (there are morepatacongo1-9/+12
2008-10-03Don't enable interrupts until boundpatacongo1-6/+18
2008-10-03Fix request queue management problemspatacongo1-86/+176
2008-10-03Integrating LPC214X USBpatacongo1-42/+209
2008-10-01Integrating LPC214x USB driverpatacongo7-140/+528
2008-09-30Add register monitor debug supportpatacongo1-90/+139