summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common
Commit message (Expand)AuthorAgeFilesLines
* Add protection from C++ name mangling in the ARM up_internal.h. From Lorenz ...Gregory Nutt2014-11-121-14/+26
* SAM4: Fix a usbnsh build problem that has crept into all serial driversGregory Nutt2014-10-291-2/+2
* Misc changes to get a clean build after all of the syslog changes. There are...Gregory Nutt2014-10-081-5/+0
* Simplification of conditional compilation suggested by pn_boutevilleGregory Nutt2014-10-071-4/+8
* Fix some recently introduced typos, build problems, and warningsGregory Nutt2014-10-051-0/+15
* More vfork(): If we get to vfork() via system call, then we need to clone so...Gregory Nutt2014-09-291-0/+20
* Fix vfork(). Now that arguments are kept on the stack, the way that argument...Gregory Nutt2014-09-291-10/+10
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-201-4/+5
* These files were deleted and moved to a different location (see previos commit)Gregory Nutt2014-09-161-103/+0
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-021-2/+3
* Fix common heap allocation logic, taking into account the kernel build requir...Gregory Nutt2014-09-011-14/+30
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-2/+2
* Various changes/fixes to get configs/stm32f4discovery/kostest working after t...Gregory Nutt2014-08-292-6/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-296-29/+59
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-271-1/+12
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-083-3/+3
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-3/+4
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-2/+2
* ARM: Move L2 cache initialization to much later in the sequenceGregory Nutt2014-07-272-3/+15
* Beginning of a crypto/ subsystem from Max NeklyudovGregory Nutt2014-07-031-0/+8
* Updated system timer logic from Bob DoironGregory Nutt2014-04-301-1/+2
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* Move the un-definitions of __ramfuncs__ from the sam_clockconfig.c to the com...Gregory Nutt2014-04-171-1/+9
* More trailing whilespace removalGregory Nutt2014-04-134-6/+6
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+1
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* SAMA5: On some hardware, reconfiguring the PLL while executing out of NOR FLA...Gregory Nutt2014-04-031-1/+1
* Add logic to check interrupt stack usageGregory Nutt2014-03-232-15/+97
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-4/+0
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-244-10/+10
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-151-5/+7
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-6/+6
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-013-23/+48
* KL: Now builds up_putsGregory Nutt2013-10-011-1/+2
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* Standardize stack checking interfaceGregory Nutt2013-09-243-26/+9
* Add hooks to select Cortex-A8Gregory Nutt2013-08-271-2/+2
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-262-6/+6
* Improve Cortex-A5 context switching so that a little less copying is doneGregory Nutt2013-07-241-3/+64
* ARMv7-N: Fix a copy error introduced in the previous check-inGregory Nutt2013-07-231-12/+2
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-5/+32
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-0/+8
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Completes coding of the LPC17 DMA driverpatacongo2013-03-301-1/+1
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-251-1/+1