summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx
Commit message (Expand)AuthorAgeFilesLines
* More LPC1788 updates from Rommel Marcelopatacongo2013-02-194-1/+731
* LPC1788 updates from Rommel Marcelo; NUC120 updatespatacongo2013-02-179-69/+146
* LPC1788 PLL configuration from Rommel Marcelopatacongo2013-02-161-16/+16
* Missing stdbool.h inclusion; fixes LPC17xx compile errorpatacongo2013-02-131-0/+1
* A few more fixes for LPC1788 compilation (still more needed)patacongo2013-02-131-4/+11
* A few fixes for LPC1788 compilation (more needed)patacongo2013-02-131-2/+2
* LPC1788 header file updates from Rommel Marcelopatacongo2013-02-135-116/+270
* Add LED, button definition, and more EMC logic for the LPC1788patacongo2013-02-121-18/+19
* Add LPC1788 EMC initialization logicpatacongo2013-02-127-21/+297
* Add EMC register definitions for the LPC1788patacongo2013-02-123-135/+483
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-084-35/+233
* Updated LPC78x GPIO logic from Rommel Marcelopatacongo2013-02-031-63/+128
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+1
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-0/+16
* Remove the g_iocon[] arrarypatacongo2013-01-303-42/+3
* LPC1788 updated from Rommel Marcelopatacongo2013-01-303-34/+389
* Missed changed from last lpc1788 check-inpatacongo2013-01-231-3/+3
* Add lpc178x_iocon.h from Rommel Marcelopatacongo2013-01-222-1/+153
* lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit s...patacongo2013-01-225-777/+852
* Use of BASEPRI to control ARM interrupts is now functionalpatacongo2013-01-222-18/+35
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-222-2/+10
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-222-15/+44
* Add configuration for Wave Share Open1788 (fragmentary)patacongo2013-01-181-0/+8
* Add vectors for the LPC1788 - from Rommel Marcelopatacongo2013-01-183-71/+257
* More LPC1788 register definitions from Rommel Marcelopatacongo2013-01-188-540/+2036
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-1872-4309/+5930
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-183-157/+60
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-2/+2
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-3/+4
* Correct some errors in the LPC17xx SYSCON register bit definitions (from Romm...patacongo2013-01-051-8/+8
* configs/z8f64200100kit/ostest at same level as ez80 configurations; nuttx/arc...patacongo2012-11-271-241/+300
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-211-32/+0
* Mostly cosmetic changespatacongo2012-11-131-5/+12
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+4
* Optimized ARMv7-M memcpy() function from Mike Smithpatacongo2012-10-201-8/+12
* Email address change in nuttx/patacongo2012-09-1325-4590/+4590
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-6/+34
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-6/+6
* Add LPC31 Kconfigpatacongo2012-09-062-7/+7
* LPC17xx Kconfig looks goodpatacongo2012-09-051-2/+27
* Update LPC17 Kconfigpatacongo2012-09-052-8/+157
* Add configuration for the LM3Spatacongo2012-09-051-8/+0
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-0/+449
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-271-17/+4
* More patches/bugfixes from Katepatacongo2012-08-261-0/+20
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-1/+7
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-6/+6
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-012-3/+7
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-69/+138