incubator-nuttx/boards/xtensa/esp32s3/common
Tiago Medicci Serrano 63364a52ff esp32s3/spiflash: pause other CPU before SPI flash operations
Whenever a SPI flash operation is going to take place, it's
necessary to disable both the instruction and data cache. In order
to avoid the other CPU (if SMP is enabled) to retrieve data from
the SPI flash, it needs to be paused until the current SPI flash
operation finishes. All the code that "pauses" the other CPU (in
fact, the CPU spins until `up_cpu_resume` is called) needs to run
from the instruction RAM.
2023-05-24 00:37:46 +08:00
..
include esp32s3/wifi: add support for Wi-Fi (Station mode) 2023-03-10 10:59:14 +02:00
kernel xtensa/esp32s3: Configure the PMS peripheral for Protected Mode 2022-12-07 03:07:45 +08:00
scripts esp32s3/spiflash: pause other CPU before SPI flash operations 2023-05-24 00:37:46 +08:00
src esp32s3/wifi: use `wapi`s init config to save Wi-Fi data 2023-05-12 01:09:09 +08:00
Kconfig
Makefile