Skip to content

Commit f1212d6

Browse files
committed
Enable IDF framework for ESP32S3-based boards
1 parent f84dc9a commit f1212d6

8 files changed

+20
-8
lines changed

boards/adafruit_feather_esp32s3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"openocd_target": "esp32s3.cfg"
3838
},
3939
"frameworks": [
40-
"arduino"
40+
"arduino",
41+
"espidf"
4142
],
4243
"name": "Adafruit Feather ESP32-S3 No PSRAM",
4344
"upload": {

boards/adafruit_qtpy_esp32s3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"openocd_target": "esp32s3.cfg"
3838
},
3939
"frameworks": [
40-
"arduino"
40+
"arduino",
41+
"espidf"
4142
],
4243
"name": "Adafruit QT Py ESP32-S3 No PSRAM",
4344
"upload": {

boards/esp32-s3-devkitc-1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,15 @@
2626
"wifi"
2727
],
2828
"debug": {
29+
"default_tool": "esp-builtin",
30+
"onboard_tools": [
31+
"esp-builtin"
32+
],
2933
"openocd_target": "esp32s3.cfg"
3034
},
3135
"frameworks": [
32-
"arduino"
36+
"arduino",
37+
"espidf"
3338
],
3439
"name": "Espressif ESP32-S3-DevKitC-1",
3540
"upload": {

boards/esp32s3box.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"openocd_target": "esp32s3.cfg"
3434
},
3535
"frameworks": [
36-
"arduino"
36+
"arduino",
37+
"espidf"
3738
],
3839
"name": "Espressif ESP32-S3-Box",
3940
"upload": {

boards/esp32s3camlcd.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"openocd_target": "esp32s3.cfg"
3434
},
3535
"frameworks": [
36-
"arduino"
36+
"arduino",
37+
"espidf"
3738
],
3839
"name": "ESP32S3 CAM LCD",
3940
"upload": {

boards/um_feathers3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"openocd_target": "esp32s3.cfg"
3232
},
3333
"frameworks": [
34-
"arduino"
34+
"arduino",
35+
"espidf"
3536
],
3637
"name": "Unexpected Maker FeatherS3",
3738
"upload": {

boards/um_pros3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"openocd_target": "esp32s3.cfg"
3232
},
3333
"frameworks": [
34-
"arduino"
34+
"arduino",
35+
"espidf"
3536
],
3637
"name": "Unexpected Maker PROS3",
3738
"upload": {

boards/um_tinys3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"openocd_target": "esp32s3.cfg"
3232
},
3333
"frameworks": [
34-
"arduino"
34+
"arduino",
35+
"espidf"
3536
],
3637
"name": "Unexpected Maker TinyS3",
3738
"upload": {

0 commit comments

Comments
 (0)