summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx
Commit message (Collapse)AuthorAgeFilesLines
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5264 42af7a65-404d-4744-a932-0658087f49c3
* Optimized ARMv7-M memcpy() function from Mike Smithpatacongo2012-10-201-8/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5239 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-1325-4590/+4590
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* USB device drivers: Add hooks to to use common, external DMA buffer ↵patacongo2012-09-131-6/+34
| | | | | | allocation implementation.. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5142 42af7a65-404d-4744-a932-0658087f49c3
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5118 42af7a65-404d-4744-a932-0658087f49c3
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5114 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC31 Kconfigpatacongo2012-09-062-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5104 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx Kconfig looks goodpatacongo2012-09-051-2/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5099 42af7a65-404d-4744-a932-0658087f49c3
* Update LPC17 Kconfigpatacongo2012-09-052-8/+157
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5097 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration for the LM3Spatacongo2012-09-051-8/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5095 42af7a65-404d-4744-a932-0658087f49c3
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-0/+449
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5094 42af7a65-404d-4744-a932-0658087f49c3
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-271-17/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5057 42af7a65-404d-4744-a932-0658087f49c3
* More patches/bugfixes from Katepatacongo2012-08-261-0/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5056 42af7a65-404d-4744-a932-0658087f49c3
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5051 42af7a65-404d-4744-a932-0658087f49c3
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5044 42af7a65-404d-4744-a932-0658087f49c3
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-012-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4995 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl ↵patacongo2012-07-311-69/+138
| | | | | | methods should not set errno variable git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4994 42af7a65-404d-4744-a932-0658087f49c3
* More LPC43 files in various states of workpatacongo2012-07-052-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4909 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC43 interrrupt control logicpatacongo2012-07-041-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4905 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC43 USB0 and timer header filespatacongo2012-07-011-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4895 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC43 ADC, DAC, RTC, SPI, I2S, I2C, and QEI header files from LPC17patacongo2012-07-013-17/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4894 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC43 UART, USART, SSP, and SPI header filespatacongo2012-07-012-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4893 42af7a65-404d-4744-a932-0658087f49c3
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT ↵patacongo2012-04-121-3/+3
| | | | | | data that should accompany the OUT SETUP request git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4595 42af7a65-404d-4744-a932-0658087f49c3
* More configuration filespatacongo2012-04-111-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4588 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx DAC fixespatacongo2012-03-253-99/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4521 42af7a65-404d-4744-a932-0658087f49c3
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4500 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32 SPI driverpatacongo2012-03-0748-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4459 42af7a65-404d-4744-a932-0658087f49c3
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4380 42af7a65-404d-4744-a932-0658087f49c3
* Corrections for LP17xx UARTs and Nucleus 2Gpatacongo2012-01-251-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4331 42af7a65-404d-4744-a932-0658087f49c3
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-16/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4319 42af7a65-404d-4744-a932-0658087f49c3
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-202-4/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4317 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to PIC32 USB driver and LPC17xx CAN driverpatacongo2012-01-201-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4316 42af7a65-404d-4744-a932-0658087f49c3
* Add configuratin to select TSEG1 and TSEG2 valuespatacongo2012-01-192-17/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4313 42af7a65-404d-4744-a932-0658087f49c3
* SYNC_TIME is 3 quanta in LPC17xx CAN bit time calculationpatacongo2012-01-181-34/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4310 42af7a65-404d-4744-a932-0658087f49c3
* Implement the new CAN txready method for STM32patacongo2012-01-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4291 42af7a65-404d-4744-a932-0658087f49c3
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-101-28/+90
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4290 42af7a65-404d-4744-a932-0658087f49c3
* Fix CAN callback argumentpatacongo2012-01-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4289 42af7a65-404d-4744-a932-0658087f49c3
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-091-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4285 42af7a65-404d-4744-a932-0658087f49c3
* More register definitions for the PIC32 Ethernet driverpatacongo2012-01-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4278 42af7a65-404d-4744-a932-0658087f49c3
* More PIC32 Ethernet register definitionspatacongo2012-01-071-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4277 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32 Ethernet driver (initial is just crude LPC17xx port)patacongo2012-01-071-597/+597
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4276 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate Z80 bugfixes reported by Phillip Klaus Krausepatacongo2012-01-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4270 42af7a65-404d-4744-a932-0658087f49c3
* Fix issue with LPC17xx CAN baud calculationpatacongo2012-01-061-8/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4269 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx CAN PCLK divisor is not a configuration parameterpatacongo2012-01-061-2/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4268 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks for SD media change callbackspatacongo2012-01-063-6/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4267 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to control CAN bit rate via the .config filepatacongo2012-01-052-8/+171
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4266 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for LPC1766-STK without LED supportpatacongo2012-01-031-104/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4256 42af7a65-404d-4744-a932-0658087f49c3
* Improve LPC17xx CAN interrupt handling; Additions to LPC17xx SPI driverpatacongo2012-01-033-21/+97
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4255 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; ↵patacongo2012-01-032-761/+1266
| | | | | | LCP1766-STK NSH configuration will support the CAN loopback test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4253 42af7a65-404d-4744-a932-0658087f49c3