nuttx/boards/xtensa/esp32s3/esp32s3-devkit/src
Tiago Medicci Serrano 01b6c87b15 esp32s3: Implement the Wi-Fi/BLE coexistence
ESP32-S3 has only one 2.4 GHz ISM band RF module, which is shared
by Bluetooth and Wi-Fi, so Bluetooth can’t receive or transmit data
while Wi-Fi is receiving or transmitting data and vice versa.
Under such circumstances, ESP32-S3 uses the time-division
multiplexing method to receive and transmit packets.
2023-08-14 16:29:21 -03:00
..
esp32s3_appinit.c
esp32s3_board_spi.c esp32s3-devkit: Add support to ST7735 SPI LCD 2022-07-09 01:36:41 +08:00
esp32s3_boot.c
esp32s3_bringup.c esp32s3: Implement the Wi-Fi/BLE coexistence 2023-08-14 16:29:21 -03:00
esp32s3_buttons.c boards: Fix buttons GPIO IRQ on ESP boards 2022-11-28 17:24:57 -03:00
esp32s3_djoystick.c boards: enter/leave critical section should in pairs 2022-11-22 08:19:24 +09:00
esp32s3_ledc.c esp32s3-devkit: Add support LED PWM initialization 2023-02-08 11:02:19 +08:00
esp32s3_reset.c esp32s3: add reset/shutdown handler to run registered callbacks 2023-03-10 10:59:14 +02:00
esp32s3_st7735.c esp32s3-devkit: Add support to ST7735 SPI LCD 2022-07-09 01:36:41 +08:00
esp32s3-devkit.h esp32s3-devkit: Add support LED PWM initialization 2023-02-08 11:02:19 +08:00
Make.defs build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00