Skip to content

Commit de49a76

Browse files
authored
Update Arduino core to v2.0.8
Resolves #1079
1 parent 8b7e12d commit de49a76

File tree

4 files changed

+100
-2
lines changed

4 files changed

+100
-2
lines changed

boards/lolin_s3_mini.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld",
5+
"memory_type": "qio_qspi"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DBOARD_HAS_PSRAM",
10+
"-DARDUINO_LOLIN_S3_MINI",
11+
"-DARDUINO_USB_MODE=1"
12+
],
13+
"f_cpu": "240000000L",
14+
"f_flash": "80000000L",
15+
"flash_mode": "qio",
16+
"hwids": [
17+
[
18+
"0x303A",
19+
"0x8167"
20+
]
21+
],
22+
"mcu": "esp32s3",
23+
"variant": "lolin_s3_mini"
24+
},
25+
"connectivity": [
26+
"wifi"
27+
],
28+
"debug": {
29+
"openocd_target": "esp32s3.cfg"
30+
},
31+
"frameworks": [
32+
"arduino",
33+
"espidf"
34+
],
35+
"name": "WEMOS LOLIN S3 Mini",
36+
"upload": {
37+
"flash_size": "4MB",
38+
"maximum_ram_size": 327680,
39+
"maximum_size": 4194304,
40+
"require_upload_port": true,
41+
"speed": 460800
42+
},
43+
"url": "https://www.wemos.cc/en/latest/s3/index.html",
44+
"vendor": "WEMOS"
45+
}
46+

boards/seeed_xiao_esp32c3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"hwids": [
1616
[
1717
"0x2886",
18-
"0x0047"
18+
"0x0046"
1919
],
2020
[
2121
"0x303a",

boards/seeed_xiao_esp32s3.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "default_8MB.csv",
6+
"memory_type": "qio_qspi"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_XIAO_ESP32S3",
11+
"-DARDUINO_USB_MODE=1",
12+
"-DARDUINO_USB_CDC_ON_BOOT=1",
13+
"-DARDUINO_RUNNING_CORE=1",
14+
"-DARDUINO_EVENT_RUNNING_CORE=1"
15+
],
16+
"f_cpu": "240000000L",
17+
"f_flash": "80000000L",
18+
"flash_mode": "qio",
19+
"hwids": [
20+
[
21+
"0x2886",
22+
"0x0056"
23+
],
24+
[
25+
"0x2886",
26+
"0x8056"
27+
]
28+
],
29+
"mcu": "esp32s3",
30+
"variant": "XIAO_ESP32S3"
31+
},
32+
"connectivity": [
33+
"wifi"
34+
],
35+
"debug": {
36+
"openocd_target": "esp32s3.cfg"
37+
},
38+
"frameworks": [
39+
"arduino",
40+
"espidf"
41+
],
42+
"name": "Seeed Studio XIAO ESP32S3",
43+
"upload": {
44+
"flash_size": "8MB",
45+
"maximum_ram_size": 327680,
46+
"maximum_size": 8388608,
47+
"require_upload_port": true,
48+
"speed": 460800
49+
},
50+
"url": "https://www.seeedstudio.com/XIAO-ESP32S3-p-5627.html",
51+
"vendor": "Seeed Studio"
52+
}

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"type": "framework",
7171
"optional": true,
7272
"owner": "platformio",
73-
"version": "~3.20007.0"
73+
"version": "~3.20008.0"
7474
},
7575
"framework-arduino-mbcwb": {
7676
"type": "framework",

0 commit comments

Comments
 (0)