Enable IDF framework for ESP32S3-based boards
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
"openocd_target": "esp32s3.cfg"
|
||||
},
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
"arduino",
|
||||
"espidf"
|
||||
],
|
||||
"name": "Adafruit Feather ESP32-S3 No PSRAM",
|
||||
"upload": {
|
||||
|
||||
@@ -37,7 +37,8 @@
|
||||
"openocd_target": "esp32s3.cfg"
|
||||
},
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
"arduino",
|
||||
"espidf"
|
||||
],
|
||||
"name": "Adafruit QT Py ESP32-S3 No PSRAM",
|
||||
"upload": {
|
||||
|
||||
@@ -26,10 +26,15 @@
|
||||
"wifi"
|
||||
],
|
||||
"debug": {
|
||||
"default_tool": "esp-builtin",
|
||||
"onboard_tools": [
|
||||
"esp-builtin"
|
||||
],
|
||||
"openocd_target": "esp32s3.cfg"
|
||||
},
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
"arduino",
|
||||
"espidf"
|
||||
],
|
||||
"name": "Espressif ESP32-S3-DevKitC-1",
|
||||
"upload": {
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
"openocd_target": "esp32s3.cfg"
|
||||
},
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
"arduino",
|
||||
"espidf"
|
||||
],
|
||||
"name": "Espressif ESP32-S3-Box",
|
||||
"upload": {
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
"openocd_target": "esp32s3.cfg"
|
||||
},
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
"arduino",
|
||||
"espidf"
|
||||
],
|
||||
"name": "ESP32S3 CAM LCD",
|
||||
"upload": {
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
"openocd_target": "esp32s3.cfg"
|
||||
},
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
"arduino",
|
||||
"espidf"
|
||||
],
|
||||
"name": "Unexpected Maker FeatherS3",
|
||||
"upload": {
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
"openocd_target": "esp32s3.cfg"
|
||||
},
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
"arduino",
|
||||
"espidf"
|
||||
],
|
||||
"name": "Unexpected Maker PROS3",
|
||||
"upload": {
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
"openocd_target": "esp32s3.cfg"
|
||||
},
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
"arduino",
|
||||
"espidf"
|
||||
],
|
||||
"name": "Unexpected Maker TinyS3",
|
||||
"upload": {
|
||||
|
||||
Reference in New Issue
Block a user