nuttx/arch/arm/src/common
2018-11-24 18:20:57 -06:00
..
arm-elf.h
up_allocateheap.c
up_arch.h
up_checkstack.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
up_createstack.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
up_etherstub.c
up_exit.c arch/: Update all _exit() implementations for all architectures so that they correctly called the scheduler instumentation layer for the new task that runs when the old one exits. This missing instrumentation was confusing the Critical Section Monitor logic with uses this instrumentation to track the state of critical sections. 2018-11-24 18:20:57 -06:00
up_hostfs.c arch/arm: (1) Add semihost support for syslog, (2) Add semihost support for HostFS 2018-08-23 08:00:07 -06:00
up_idle.c
up_initialize.c arch/arm/src/max326xx: Add framework for MAX326XX standard DMA support. 2018-11-20 08:09:03 -06:00
up_internal.h arch/arm/src/max326xx: Add framework for MAX326XX standard DMA support. 2018-11-20 08:09:03 -06:00
up_interruptcontext.c Trivial coding standard fix. 2018-06-08 11:14:28 -06:00
up_lowputs.c
up_mdelay.c
up_modifyreg8.c Merged in masayuki2009/nuttx.nuttx/lc823450_smp_improvement (pull request #554) 2017-12-08 12:31:34 +00:00
up_modifyreg16.c Merged in masayuki2009/nuttx.nuttx/lc823450_smp_improvement (pull request #554) 2017-12-08 12:31:34 +00:00
up_modifyreg32.c Merged in masayuki2009/nuttx.nuttx/lc823450_smp_improvement (pull request #554) 2017-12-08 12:31:34 +00:00
up_pthread_start.c
up_puts.c
up_releasestack.c pthreads: Add support static pthread stack. Add standard pthread_attr_setstack() and pthread_attr_getstack(). In all cases where the stack is released, add check to see which allocator must be used to free the stack: The user or the kernel allocator. 2018-08-23 09:49:20 -06:00
up_semi_syslog.c arch/arm: (1) Add semihost support for syslog, (2) Add semihost support for HostFS 2018-08-23 08:00:07 -06:00
up_stackframe.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
up_task_start.c
up_udelay.c Correct mispelling 2017-04-22 17:03:34 -06:00
up_usestack.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
up_vfork.c arch/ and task/sched: vfork operation needs to allocate and copy the task argument too. Also correction of the address correction cannot depend on the stack pointer since it is not available in all architectures. Rather callculate the offset from the stack allocation pointer 2018-08-24 07:43:00 -06:00
up_vfork.h