summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename _TCB to struct tcb_spatacongo2013-02-047-15/+15
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-6/+25
* Move stream data from TCB to task group structure.patacongo2013-01-261-23/+19
* Move file data from TCB to task grouppatacongo2013-01-261-5/+3
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-152-2/+8
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-141-2/+2
* Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-071-1/+1
* Disable the vfork() OS test... it failspatacongo2013-01-071-3/+7
* Add ostest vfork test (does not work yet)patacongo2013-01-071-6/+39
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-072-24/+168
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-0/+134
* A little more ELF loader logicpatacongo2012-10-251-0/+53
* Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-292-0/+12
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-271-0/+4
* Resync new repository with old repo r5166patacongo2012-09-171-1/+4
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-1315-15/+15
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* Straighten out LPC32 UART clocking (still some baud calculation issues)patacongo2012-07-071-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Add hooks to support STM32 power managementpatacongo2012-03-142-0/+18
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-1/+1
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-112-8/+14
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-15/+36