summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc31xx
Commit message (Expand)AuthorAgeFilesLines
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-1/+1
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-1/+1
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-312-4/+4
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-312-8/+8
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-2/+2
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-2/+2
* Rename kmemalign to kmm_memalign for consitency with other namingGregory Nutt2014-08-312-5/+5
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-281-2/+1
* ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-281-8/+35
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+2
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-083-3/+0
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-3/+7
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-1321-144/+144
* All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabledGregory Nutt2014-03-231-1/+5
* Removed unused configuratin variable: CONFIG_PGTABLE_VADDRGregory Nutt2014-03-011-1/+1
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-271/+311
* Add option to indicatet that data is retained in SDRAMGregory Nutt2014-01-281-0/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-1/+1
* Fix types in conditional compilationGregory Nutt2014-01-102-2/+2
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-052-2/+2
* LPC31 EHCI: Fix errors in DEBUGASSERT statementsGregory Nutt2013-12-041-2/+2
* LPC31 EHCI: Verified that driver works with keyboard (low-speed, interrupt e...Gregory Nutt2013-11-291-1/+1
* LPC31 EHCI: Fixes so that high- and low-speed devices work with the EHCI hostGregory Nutt2013-11-282-16/+63
* LPC31 EHCI: Make stream disable a configurable optionGregory Nutt2013-11-282-1/+13
* LPC31 EHCI: Seems to work after re-ordering some initialization logicGregory Nutt2013-11-271-1/+9
* SAMA5 NAND: Finish upper part of PMECC logic; add HSMC interrupt handlingGregory Nutt2013-11-241-2/+2
* Cosmetic changesGregory Nutt2013-11-221-3/+3
* LPC31xx EHCI: Power power changesGregory Nutt2013-11-211-2/+18
* LPC3131 EHCI: More fixesGregory Nutt2013-11-212-16/+23
* LPC-H3131: SDRAM timing update. Still does not workGregory Nutt2013-11-211-1/+1
* ARM9: More cache control functionsGregory Nutt2013-11-201-24/+25
* LPC3131 EHCI: Add USB host tracing supportGregory Nutt2013-11-192-1/+216
* Add support for the Olimex LPC-H3131 boardGregory Nutt2013-11-181-1/+3
* EA3131: Framework for USB host supportGregory Nutt2013-11-153-14/+83
* LPC31 EHCI: First cut at an EHCI driver for the LPC31Gregory Nutt2013-11-142-2/+4351
* LPC31: Configuration and build support for a forthcoming USB host driver; con...Gregory Nutt2013-11-144-56/+91
* SAMA5 PCK: Add support for programmable clock outputsGregory Nutt2013-11-141-1/+1
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-5/+5
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, s...Gregory Nutt2013-08-101-0/+1
* Correct an error in Cortex-A5 intermediate MMU mappingGregory Nutt2013-07-261-0/+4
* Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt2013-07-244-31/+150
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-1/+1
* Misc Cortex-A5 changes include new file for cache operationsGregory Nutt2013-07-201-1/+1
* A few more SAMA5D3 filesGregory Nutt2013-07-191-1/+1
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-2/+2
* Fix integration of RAM test into the build and configuration systemGregory Nutt2013-06-261-1/+1