summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc43xx
Commit message (Expand)AuthorAgeFilesLines
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-251-1/+3
* Remove up_assert_codeGregory Nutt2013-04-253-8/+8
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-247-1/+438
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-182-1/+13
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-4/+4
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-092-8/+13
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-6/+6
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-6/+40
* Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-231-2/+5
* Use of BASEPRI to control ARM interrupts is now functionalpatacongo2013-01-221-16/+16
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-2/+1
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-222-20/+41
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-2/+2
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-4/+6
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-211-28/+0
* 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-0/+4
* Email address change in nuttx/patacongo2012-09-133-3/+3
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-5/+15
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-4/+4
* Update LPC43 Kconfigpatacongo2012-09-062-4/+32
* Add configuration for the LM3Spatacongo2012-09-051-15/+0
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-43/+1
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-153/+3
* Kconfig changes + back out part of last check-in: The 2STOP setting must be ...patacongo2012-09-041-12/+12
* Add a USB0 device header file for LPC43patacongo2012-08-072-3/+99
* Update documentation to describe customization of NSH; Add the framework for ...patacongo2012-08-072-0/+2670
* LPC43 updatepatacongo2012-08-031-1/+1
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-021-1/+1
* Correct an addressing error in the LPC32 SPIFI MTD driverpatacongo2012-08-021-7/+7
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-4/+2
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-243-6/+14
* Ooops.. c_speed is now read-onlypatacongo2012-07-241-0/+42
* LP43xx SPIFI MTD driver updatepatacongo2012-07-233-9/+111
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-231-2/+8
* Add completed but untested support for RS-485 on the LPC43xxpatacongo2012-07-203-18/+243
* Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)patacongo2012-07-201-0/+60
* Update driver to work with and external SPIFI library (vs. ROM)patacongo2012-07-183-17/+106
* Create an MTD driver for SPIFIpatacongo2012-07-183-78/+908
* Add logic to initialize the LPC43xx SPIFI devicepatacongo2012-07-177-11/+671
* Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHzpatacongo2012-07-163-31/+219
* Fix an error in LPC43xx clock configuratin that can cause fail to bootpatacongo2012-07-162-5/+4
* LPC43 Need to use fractional dividers to get the low-level UART BAUD correctpatacongo2012-07-113-231/+152
* Add an NSH configuration for the LPC43xxpatacongo2012-07-111-1/+1
* LP43xx... disable debug traps on hardfaultspatacongo2012-07-111-0/+11
* Kconfig updatepatacongo2012-07-101-17/+411
* Fix another LPC43xx pin configuration problempatacongo2012-07-101-9/+9
* Several fixes to LPC43 pin and GPIO configurationpatacongo2012-07-103-11/+15