nuttx/arch/arm/src/common
2013-04-24 07:17:49 -06:00
..
arm-elf.h A little more ELF loader logic 2012-10-25 16:18:20 +00:00
up_allocateheap.c Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs 2013-03-24 17:28:38 +00:00
up_arch.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_checkstack.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
up_createstack.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_etherstub.c Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
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 Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
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 convert Kwikstik K40 configurations to use kconfig-frontends tools 2013-03-25 17:33:41 +00:00
up_interruptcontext.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_lowputs.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_mdelay.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_modifyreg8.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_modifyreg16.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_modifyreg32.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_pthread_start.c Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logic 2013-03-16 17:37:40 +00:00
up_puts.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
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 Add support for calling to and returning from signal handlers in in user-mode threads 2013-03-17 00:40:49 +00:00
up_udelay.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
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 Implement vfork() for the MIPS32 architecture 2013-01-15 15:40:18 +00:00