nuttx/arch/arm/src/armv7-r
Xiang Xiao 2c3020ddaf arch/Toolchain.defs: Replace --print-file-name=libgcc.a with --print-libgcc-file-name
to more compatable with clang: https://reviews.llvm.org/D25338

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-01-31 09:46:04 +01:00
..
arm_blocktask.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
arm_cache.c armv7-a/r:cache: implemention clean&flush_dcache_all 2022-01-27 15:15:28 +08:00
arm_copyarmstate.c
arm_copyfullstate.c
arm_dataabort.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
arm_doirq.c
arm_fetchadd.S arch/arm: Fix the style issue in assemble files 2021-04-04 14:39:16 +01:00
arm_fpuconfig.S arch/arm: Remove .cpu directive from assemble file 2021-04-04 17:29:42 -07:00
arm_fullcontextrestore.S ARM: fix CPSR corruption after exception handling 2021-07-19 08:41:06 -03:00
arm_gicv2.c arch: arm: armv7-r: fix nxstyle errors 2021-03-25 19:42:44 -07:00
arm_head.S arch/arm: Remove .cpu directive from assemble file 2021-04-04 17:29:42 -07:00
arm_initialstate.c arch: Colorize the idle thread stack in an unified way 2021-06-10 06:50:41 -07:00
arm_l2cc_pl310.c arch: arm: armv7-r: fix nxstyle errors 2021-03-25 19:42:44 -07:00
arm_mpu.c armv7-m,armv7-r,armv8-m:MPU Add mpu_reset and ARM_MPU_EARLY_RESET 2021-10-23 03:58:26 -05:00
arm_prefetchabort.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
arm_releasepending.c
arm_reprioritizertr.c arch/*_reprioritizertr.c: Fix typos in comments. 2021-08-14 11:19:34 -07:00
arm_restorefpu.S arm/v7-a/fpu: add VFP-v3 D32 support 2021-05-21 09:55:00 -03:00
arm_savefpu.S arm/v7-a/fpu: add VFP-v3 D32 support 2021-05-21 09:55:00 -03:00
arm_saveusercontext.S arm/v7-a/fpu: add VFP-v3 D32 support 2021-05-21 09:55:00 -03:00
arm_schedulesigaction.c
arm_sigdeliver.c signal: signal handler may cause task's state error 2022-01-05 21:36:44 +09:00
arm_signal_dispatch.c
arm_signal_handler.S arch/arm: Remove .cpu directive from assemble file 2021-04-04 17:29:42 -07:00
arm_syscall.c Fix error: implicit declaration of function 'up_cpu_index' 2022-01-20 23:21:21 +08:00
arm_tcbinfo.c sched/tcbinfo: Fix the compile warning 2022-01-27 17:36:27 +08:00
arm_testset.S arch/*_testset: Fix few typos. 2021-08-25 00:20:20 +08:00
arm_unblocktask.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
arm_undefinedinsn.c Fix error: implicit declaration of function 'up_cpu_index' 2022-01-20 23:21:21 +08:00
arm_vectoraddrexcptn.S arch/arm: Fix the style issue in assemble files 2021-04-04 14:39:16 +01:00
arm_vectors.S ARM: fix CPSR corruption after exception handling 2021-07-19 08:41:06 -03:00
arm_vectortab.S arch/arm: Fix the style issue in assemble files 2021-04-04 14:39:16 +01:00
arm.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
barriers.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
cp15_cacheops.h armv7-a/r:cache: implemention clean&flush_dcache_all 2022-01-27 15:15:28 +08:00
cp15_clean_dcache_all.S armv7-a/r:cache: implemention clean&flush_dcache_all 2022-01-27 15:15:28 +08:00
cp15_clean_dcache.S arch: armv7-r: move references from License header 2021-04-07 06:43:20 -05:00
cp15_coherent_dcache.S arch: armv7-r: move references from License header 2021-04-07 06:43:20 -05:00
cp15_flush_dcache_all.S armv7-a/r:cache: implemention clean&flush_dcache_all 2022-01-27 15:15:28 +08:00
cp15_flush_dcache.S arch: armv7-r: move references from License header 2021-04-07 06:43:20 -05:00
cp15_invalidate_dcache_all.S armv7-a/r:cp15_invalidate_dcache_all: fix Sets mask error. 2022-01-27 15:13:08 +08:00
cp15_invalidate_dcache.S arch: armv7-r: move references from License header 2021-04-07 06:43:20 -05:00
cp15.h arch: armv7-r: Gregory Nutt: update licenses to Apache 2021-04-07 06:43:20 -05:00
fpu.h
gic.h arch: arm: armv7-r: fix nxstyle errors 2021-03-25 19:42:44 -07:00
Kconfig
l2cc_pl310.h arch: arm: armv7-r: fix nxstyle errors 2021-03-25 19:42:44 -07:00
l2cc.h
mpcore.h arch: arm: armv7-r: fix nxstyle errors 2021-03-25 19:42:44 -07:00
mpu.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
sctlr.h arch/arm: Fix the style warning 2021-03-26 17:01:24 +01:00
svcall.h libc: Move pthread_create to user space 2021-05-21 22:46:52 -06:00
Toolchain.defs arch/Toolchain.defs: Replace --print-file-name=libgcc.a with --print-libgcc-file-name 2022-01-31 09:46:04 +01:00
vfork.S arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00