nuttx/boards/xtensa/esp32/common/scripts
Tiago Medicci Serrano 18718316dc esp32/ble: enable the BLE interrupt during a SPI flash operation
This commit sets the BLE's interrupt as a IRAM-enabled interrupt,
which enables it to run during a SPI flash operation. This enables
us to create a cache to off-load semaphores and message queues
operations and treat them when the SPI flash operation is finished.
By doing that, we avoid packet losses during a SPI flash operation.
2023-11-10 09:11:35 +08:00
..
.gitignore
esp32_aliases.ld
esp32_rom.ld arch/xtensa/esp32: Add missing SPI Flash ROM functions 2023-05-27 03:16:20 +08:00
flat_memory.ld
kernel-space.ld
legacy_sections.ld esp32/ble: enable the BLE interrupt during a SPI flash operation 2023-11-10 09:11:35 +08:00
mcuboot_sections.ld
protected_memory.ld
user-space.ld