This adds support for the ESP32s3 based Adafruit QT Py, as well as its PSRAM variant. Signed-off-by: Ian Wakely <raveious.irw@gmail.com>
7 lines
201 B
INI
7 lines
201 B
INI
set ESP_RTOS none
|
|
set ESP32_ONLYCPU 1
|
|
|
|
# Source the JTAG interface configuration file
|
|
source [find interface/esp_usb_jtag.cfg]
|
|
# Source the ESP32-S3 configuration file
|
|
source [find target/esp32s3.cfg]
|