nuttx/arch/arm/include/armv7-m
chao.an 7b9978883c arch/arm: optimize context switch speed
The current context save implementation saves registers of each task
to xcp context, which is unnecessary because most of the arm registers are
already saved in the task stack, this commit replace the xcp context with
stack context to improve context switching performance and reduce the tcb
space occupation of tcb instance.

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-03-15 23:03:51 +09:00
..
irq_cmnvector.h arch: arm: include: nxstyle fixes 2021-03-22 19:28:38 -07:00
irq_lazyfpu.h arch: arm: include: nxstyle fixes 2021-03-22 19:28:38 -07:00
irq.h arch/arm: optimize context switch speed 2022-03-15 23:03:51 +09:00
nvicpri.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00