nuttx/boards/xtensa/esp32s3/common
Tiago Medicci Serrano a71a3258b7 esp32s3/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-10-05 11:25:43 +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/ble: enable the BLE interrupt during a SPI flash operation 2023-10-05 11:25:43 +08:00
src esp32s3-devkit: Provide audio support for ESP32-S3-DevKitC-1 2023-09-05 13:33:05 +08:00
Kconfig xtensa/esp32s3: LCD controller driver 2023-09-19 11:38:05 +08:00
Makefile build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00