Skip to content

Commit e7a1a34

Browse files
Add sparkfun_esp32s3_thing_plus board definition (#89)
* Add `sparkfun_esp32s3_thing_plus` board definition * remove obsolete or unnecessary entrys --------- Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
1 parent d6a505c commit e7a1a34

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": [
5+
"-DARDUINO_ESP32S3_DEV",
6+
"-DARDUINO_USB_MODE=1",
7+
"-DARDUINO_RUNNING_CORE=1",
8+
"-DARDUINO_EVENT_RUNNING_CORE=1",
9+
"-DARDUINO_USB_CDC_ON_BOOT=1"
10+
],
11+
"f_cpu": "240000000L",
12+
"f_flash": "80000000L",
13+
"flash_mode": "qio",
14+
"hwids": [
15+
[
16+
"0x303A",
17+
"0x1001"
18+
]
19+
],
20+
"mcu": "esp32s3",
21+
"variant": "sparkfun_esp32s3_thing_plus"
22+
},
23+
"connectivity": [
24+
"bluetooth",
25+
"wifi"
26+
],
27+
"debug": {
28+
"default_tool": "esp-builtin",
29+
"onboard_tools": [
30+
"esp-builtin"
31+
],
32+
"openocd_target": "esp32s3.cfg"
33+
},
34+
"frameworks": [
35+
"arduino",
36+
"espidf"
37+
],
38+
"name": "SPARKFUN_ESP32S3_THING_PLUS",
39+
"upload": {
40+
"flash_size": "4MB",
41+
"maximum_ram_size": 327680,
42+
"maximum_size": 4194304,
43+
"require_upload_port": true,
44+
"speed": 460800
45+
},
46+
"url": "https://www.sparkfun.com/products/24408",
47+
"vendor": "SparkFun"
48+
}

0 commit comments

Comments
 (0)