nuttx/arch/arm/src/common
2013-09-24 11:45:13 -06:00
..
arm-elf.h
up_allocateheap.c Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_ 2013-07-26 10:09:17 -06:00
up_arch.h
up_checkstack.c Standardize stack checking interface 2013-09-24 11:45:13 -06:00
up_createstack.c Standardize stack checking interface 2013-09-24 11:45:13 -06:00
up_etherstub.c
up_exit.c _exit() should not call atexit() or on_exit() functions; Rename task_deletecurrent() to task_exit() 2013-04-18 16:15:20 -06:00
up_idle.c
up_initialize.c Adding missing registration of /dev/zero; Condition registration of /dev/null. From Ken Petit 2013-04-24 07:17:49 -06:00
up_internal.h Standardize stack checking interface 2013-09-24 11:45:13 -06:00
up_interruptcontext.c
up_lowputs.c
up_mdelay.c
up_modifyreg8.c
up_modifyreg16.c
up_modifyreg32.c
up_pthread_start.c
up_puts.c
up_releasestack.c In the kernel build, allocate the stacks for kernel threads from the kernel heap so that they are protected from medddling by the applications 2013-03-20 20:27:08 +00:00
up_signal_dispatch.c Rework of kernel build signal dispatch to user-space handlers 2013-03-23 14:46:02 +00:00
up_stackframe.c Corrections needed after further test of stack-based task arguments 2013-03-21 23:37:11 +00:00
up_task_start.c
up_udelay.c
up_usestack.c In the kernel build, allocate the stacks for kernel threads from the kernel heap so that they are protected from medddling by the applications 2013-03-20 20:27:08 +00:00
up_vfork.c Change prototypes of up_create_stack and up_release_stack to include a task type parameter 2013-03-20 18:22:21 +00:00
up_vfork.h