summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-241-2/+81
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-8/+10
* A few fixes related to dispatched signals in kernel mode (there are still iss...patacongo2013-03-221-2/+2
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-3/+10
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-0/+144
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-203-12/+58
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-204-24/+70
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-172-1/+102
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-161-0/+96
* Switch to user-mode before starting a new taskpatacongo2013-03-141-0/+96
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-142-3/+3
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-103-5/+5
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+8
* Add debug output when memory allocations failpatacongo2013-02-281-16/+32
* Cortex-M0/NUC120 now passes OS test; calibration NuTiny-NUC120 delay looppatacongo2013-02-261-3/+4
* Another Cortex-M0 fixpatacongo2013-02-261-6/+15
* Fixes for NuTiny-NUC120 configuration and buildpatacongo2013-02-231-52/+56
* First cut at support for Cortex-M0patacongo2013-02-161-2/+3
* Some fixes needed for STM32 build after recent scheduler changespatacongo2013-02-071-14/+14