.. |
arm_assert.c
|
Assertions: Identify the running task correctly when dumping task state information. It takes time to switch to the target task after g_readytorun has been modified. If panic/assert happen during this period, the dump will contain the incorrect and confusing information due to the difference between the real running task and the return value of this_task(). This change resolve this problem by adding g_running_task to track the real running task through the context switch.
|
2018-11-15 07:11:51 -06:00 |
arm_blocktask.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
arm_coherent_dcache.c
|
|
|
arm_copyarmstate.c
|
|
|
arm_copyfullstate.c
|
|
|
arm_dataabort.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
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
|
Merged in ebsong/nuttx (pull request #712)
|
2018-08-29 01:50:41 +00:00 |
arm_initialstate.c
|
Merged in ebsong/nuttx (pull request #712)
|
2018-08-29 01:50:41 +00:00 |
arm_l2cc_pl310.c
|
|
|
arm_mpu.c
|
|
|
arm_prefetchabort.c
|
Make sure that labeling is used consistently in all function headers (part 2).
|
2018-02-01 12:03:55 -06:00 |
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
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
arm_signal_dispatch.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
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
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
arm.h
|
|
|
cache.h
|
|
|
cp15_cacheops.h
|
|
|
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
|
Merged in ebsong/nuttx (pull request #712)
|
2018-08-29 01:50:41 +00: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
|
Merged in ebsong/nuttx (pull request #712)
|
2018-08-29 01:50:41 +00:00 |
sctlr.h
|
|
|
svcall.h
|
|
|
Toolchain.defs
|
|
|