Skip to content

Commit db03cfd

Browse files
committed
Merge branch 'release/v5.0.0'
2 parents f9cf6b9 + 9fca05e commit db03cfd

28 files changed

+303
-307
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-devkitlipo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "qio",
11+
"hwids": [["0x1A86", "0x7523"]],
1112
"mcu": "esp32",
1213
"variant": "esp32-devkit-lipo"
1314
},

boards/esp32-evb.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "dio",
11+
"hwids": [["0x1A86", "0x7523"]],
1112
"mcu": "esp32",
1213
"variant": "esp32-evb"
1314
},

boards/esp32-gateway.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "dio",
11+
"hwids": [["0x1A86", "0x7523"]],
1112
"mcu": "esp32",
1213
"variant": "esp32-gateway"
1314
},

boards/esp32-poe-iso.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "dio",
11+
"hwids": [["0x1A86", "0x7523"]],
1112
"mcu": "esp32",
1213
"variant": "esp32-poe-iso"
1314
},

boards/esp32-poe.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "dio",
11+
"hwids": [["0x1A86", "0x7523"]],
1112
"mcu": "esp32",
1213
"variant": "esp32-poe"
1314
},

boards/esp32-s3-devkitc-1.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s3_out.ld"
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "default_8MB.csv"
56
},
67
"core": "esp32",
78
"extra_flags": [
@@ -26,16 +27,21 @@
2627
"wifi"
2728
],
2829
"debug": {
30+
"default_tool": "esp-builtin",
31+
"onboard_tools": [
32+
"esp-builtin"
33+
],
2934
"openocd_target": "esp32s3.cfg"
3035
},
3136
"frameworks": [
32-
"arduino"
37+
"arduino",
38+
"espidf"
3339
],
34-
"name": "Espressif ESP32-S3-DevKitC-1",
40+
"name": "Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)",
3541
"upload": {
36-
"flash_size": "4MB",
42+
"flash_size": "8MB",
3743
"maximum_ram_size": 327680,
38-
"maximum_size": 4194304,
44+
"maximum_size": 8388608,
3945
"require_upload_port": true,
4046
"speed": 460800
4147
},

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": {

0 commit comments

Comments
 (0)