nuttx/arch/arm/src/armv7-r
2019-03-19 13:20:23 -06:00
..
arm_assert.c arch/xxx/src/xxx/up_assert.c: Dump CPU0 IDLE stack only when PID equals 0. IDLE threads of other CPUs do not need this special check 2019-01-26 10:59:23 -06:00
arm_blocktask.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
arm_cache.c ARMv7-A/R: Add barriers.h header file for consistency with ARMv7-M. 2019-03-19 13:20:23 -06:00
arm_copyarmstate.c
arm_copyfullstate.c
arm_dataabort.c
arm_doirq.c
arm_fetchadd.S Some ommissions from previous commit. 2018-02-04 12:36:51 -06:00
arm_fpuconfig.S arch/arm/include/tms570, arm/src/armv7-r, and arm/src/tms570: Adds support for the TMS570LS3137ZWT and corrects seversl ARMv7-R and TMS570 issues 2018-04-18 08:58:36 -06:00
arm_fullcontextrestore.S arch/arm/include/tms570, arm/src/armv7-r, and arm/src/tms570: Adds support for the TMS570LS3137ZWT and corrects seversl ARMv7-R and TMS570 issues 2018-04-18 08:58:36 -06:00
arm_gicv2.c Merged in ebsong/nuttx (pull request #712) 2018-08-29 01:50:41 +00:00
arm_head.S arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
arm_initialstate.c This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 2019-02-04 13:42:51 -06:00
arm_l2cc_pl310.c
arm_mpu.c
arm_prefetchabort.c
arm_releasepending.c
arm_reprioritizertr.c Replace non critical PANIC with DEBUGPANIC to save the code space 2018-08-24 06:21:15 -06:00
arm_restorefpu.S arch/arm/include/tms570, arm/src/armv7-r, and arm/src/tms570: Adds support for the TMS570LS3137ZWT and corrects seversl ARMv7-R and TMS570 issues 2018-04-18 08:58:36 -06:00
arm_savefpu.S
arm_saveusercontext.S arch/arm/include/tms570, arm/src/armv7-r, and arm/src/tms570: Adds support for the TMS570LS3137ZWT and corrects seversl ARMv7-R and TMS570 issues 2018-04-18 08:58:36 -06:00
arm_schedulesigaction.c Merged in ebsong/nuttx (pull request #712) 2018-08-29 01:50:41 +00:00
arm_sigdeliver.c arch/: Fix an interlock that was broken by commit 641a98a434 in all implementations of up_sigdeliver. 2019-02-03 17:14:32 -06:00
arm_signal_dispatch.c
arm_signal_handler.S arch/arm/include/tms570, arm/src/armv7-r, and arm/src/tms570: Adds support for the TMS570LS3137ZWT and corrects seversl ARMv7-R and TMS570 issues 2018-04-18 08:58:36 -06:00
arm_syscall.c arm syscalls: svcall/sycall logic needs to get the ucontext argument from R4 instead of stack since all syscall parameters pass from registers in syscall.h 2018-08-24 07:11:18 -06:00
arm_testset.S armv7-a, armv7-r, armv7-m: Add atomic read-add-write and read-subtract-write functions. 2018-02-04 12:22:03 -06:00
arm_unblocktask.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
arm_undefinedinsn.c
arm_vectoraddrexcptn.S
arm_vectors.S
arm_vectortab.S
arm_vfork.S This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 2019-02-04 13:42:51 -06:00
arm.h Squashed commit of the following: 2019-02-04 16:20:35 -06:00
barriers.h ARMv7-A/R: Add barriers.h header file for consistency with ARMv7-M. 2019-03-19 13:20:23 -06:00
cp15_cacheops.h arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
cp15_clean_dcache.S
cp15_coherent_dcache.S
cp15_flush_dcache.S arch/arm/src/armv7-a: Replicate the same fix was previously commited for the armv7-r. 2018-09-20 21:40:29 -06:00
cp15_invalidate_dcache_all.S
cp15_invalidate_dcache.S
cp15.h Merged in ebsong/nuttx (pull request #712) 2018-08-29 01:50:41 +00:00
fpu.h
gic.h Merged in ebsong/nuttx (pull request #712) 2018-08-29 01:50:41 +00:00
Kconfig arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
l2cc_pl310.h
l2cc.h
mpcore.h Merged in ebsong/nuttx (pull request #712) 2018-08-29 01:50:41 +00:00
mpu.h arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
sctlr.h
svcall.h
Toolchain.defs