Skip to content

Commit 91c1786

Browse files
mess-makermess-makerJason2866
authored
add WT32-SC01-plus board manifest (#55)
* add WT32-SC01-plus board manifest * use tinyuf2 16MB partition scheme --------- Co-authored-by: mess-maker <[email protected]> Co-authored-by: Jason2866 <[email protected]>
1 parent b1b345d commit 91c1786

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

boards/wt32-sc01-plus.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"partitions": "tinyuf2-partitions-16MB.csv",
5+
"memory_type": "qio_qspi"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_WT32_SC01_PLUS",
10+
"-DBOARD_HAS_PSRAM",
11+
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_RUNNING_CORE=1",
13+
"-DARDUINO_EVENT_RUNNING_CORE=1"
14+
],
15+
"f_cpu": "240000000L",
16+
"f_flash": "80000000L",
17+
"flash_mode": "qio",
18+
"hwids": [
19+
[
20+
"0X303A",
21+
"0x1001"
22+
]
23+
],
24+
"mcu": "esp32s3",
25+
"variant": "wt32-sc01-plus"
26+
},
27+
"connectivity": [
28+
"bluetooth",
29+
"wifi"
30+
],
31+
"debug": {
32+
"openocd_target": "esp32s3.cfg"
33+
},
34+
"frameworks": [
35+
"arduino",
36+
"espidf"
37+
],
38+
"name": "wt32-sc01-plus",
39+
"upload": {
40+
"flash_size": "16MB",
41+
"maximum_ram_size": 327680,
42+
"maximum_size": 16777216,
43+
"use_1200bps_touch": true,
44+
"wait_for_upload_port": true,
45+
"require_upload_port": true,
46+
"speed": 460800
47+
},
48+
"url": "http://www.wireless-tag.com/portfolio/wt32-eth01",
49+
"vendor": "Wireless-Tag"
50+
}

0 commit comments

Comments
 (0)