nuttx/boards/xtensa/esp32/common
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
..
include esp32/irq: Allow IRAM ISRs to run during SPI flash operation 2023-11-10 09:11:35 +08:00
kernel xtensa/esp32: Simplify board linker script selection 2022-12-08 21:55:29 +08:00
scripts esp32/ble: enable the BLE interrupt during a SPI flash operation 2023-11-10 09:11:35 +08:00
src esp32/irq: Allow IRAM ISRs to run during SPI flash operation 2023-11-10 09:11:35 +08:00
Kconfig Fix Kconfig style 2023-06-19 20:05:57 +03:00
Makefile build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00