nuttx/arch/xtensa
YAMAMOTO Takashi e8b1876f99 esp32: enable APP_CPU cache earlier
NuttX uses PSRAM, possibly using the APP_CPU cache MMU,
way before starting the APP_CPU in up_cpu_start().
Flushing the cache when launching the APP_CPU can cause
data corruptions on PSRAM.
Eg. mm_heap structures if the PSRAM is added to a heap.
2024-08-31 00:13:42 +08:00
..
include arch: inline up_testset in arm arm64 riscv xtensa 2024-08-21 01:45:10 +08:00
src esp32: enable APP_CPU cache earlier 2024-08-31 00:13:42 +08:00
Kconfig nuttx/atomic.h:Fix missing type declarations at compile time 2024-08-22 01:44:29 +08:00