Enable IDF framework for ESP32S3-based boards

This commit is contained in:
Valerii Koval
2022-06-14 14:55:56 +03:00
parent f84dc9a3c8
commit f1212d67ee
8 changed files with 20 additions and 8 deletions
+2 -1
View File
@@ -37,7 +37,8 @@
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino"
"arduino",
"espidf"
],
"name": "Adafruit Feather ESP32-S3 No PSRAM",
"upload": {
+2 -1
View File
@@ -37,7 +37,8 @@
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino"
"arduino",
"espidf"
],
"name": "Adafruit QT Py ESP32-S3 No PSRAM",
"upload": {
+6 -1
View File
@@ -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": {
+2 -1
View File
@@ -33,7 +33,8 @@
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino"
"arduino",
"espidf"
],
"name": "Espressif ESP32-S3-Box",
"upload": {
+2 -1
View File
@@ -33,7 +33,8 @@
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino"
"arduino",
"espidf"
],
"name": "ESP32S3 CAM LCD",
"upload": {
+2 -1
View File
@@ -31,7 +31,8 @@
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino"
"arduino",
"espidf"
],
"name": "Unexpected Maker FeatherS3",
"upload": {
+2 -1
View File
@@ -31,7 +31,8 @@
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino"
"arduino",
"espidf"
],
"name": "Unexpected Maker PROS3",
"upload": {
+2 -1
View File
@@ -31,7 +31,8 @@
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino"
"arduino",
"espidf"
],
"name": "Unexpected Maker TinyS3",
"upload": {