nuttx/arch/risc-v
Huang Qi 5cde8c6934 risc-v: Let g_cpu_basestack determined at compile time
Fix the CPU1 idle tasks stack corruption since the cpux's idle stack
is loaded from g_cpu_basestack (data section) before, but on this time
it maybe not ready since it is initialized by CPU0, and the value
from g_cpu_basestack is random.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2022-02-15 11:40:34 +09:00
..
include Extend the RISC-V PMP functionality 2022-01-25 20:22:34 +08:00
src risc-v: Let g_cpu_basestack determined at compile time 2022-02-15 11:40:34 +09:00
Kconfig Extend the RISC-V PMP functionality 2022-01-25 20:22:34 +08:00