nuttx/arch/arm
ligd dfdb3aa2f4 armv8m: support busfault forward to TEE
For TEE & REE, securefault & busfault are not banked, so the faults can
only forword to TEE/REE.
But how to crash dump the other core which not handled faults ?

Here we provide a way to resolve this problem:
1. Set the securefault & busfault to TEE
2. busfault happend from TEE, then directly dump TEE
3. busfault happend from REE, then generate nonsecurefault
4. Back to REE, and dump

Signed-off-by: ligd <liguiding1@xiaomi.com>
2023-08-05 12:40:34 -07:00
..
include singal: add stack_t define 2023-07-31 07:50:10 -07:00
src armv8m: support busfault forward to TEE 2023-08-05 12:40:34 -07:00
CMakeLists.txt
Kconfig Initial support for NUCLEO-U5A5ZJ-Q board 2023-07-23 18:42:05 -07:00