Skip to content

Commit b8a8a8c

Browse files
authored
set dio mode for huidu hd-wf boards (#100)
- set dio flash mode for hd-wf boards - add hd-fw4 board
1 parent 9af319e commit b8a8a8c

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

boards/huidu_hd_wf2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
],
1414
"f_cpu": "240000000L",
1515
"f_flash": "80000000L",
16-
"flash_mode": "qio",
16+
"flash_mode": "dio",
1717
"hwids": [
1818
[
1919
"0x303A",
2020
"0x1001"
2121
]
2222
],
2323
"mcu": "esp32s3",
24-
"variant": "wifiduino32s3"
24+
"variant": "huidu_hd_wf2"
2525
},
2626
"connectivity": [
2727
"bluetooth",

boards/huidu_hd_wf4.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"partitions": "default_8MB.csv"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_HUIDU_HD_WF4",
9+
"-DARDUINO_USB_MODE=1",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1",
12+
"-DARDUINO_USB_CDC_ON_BOOT=1"
13+
],
14+
"f_cpu": "240000000L",
15+
"f_flash": "80000000L",
16+
"flash_mode": "dio",
17+
"hwids": [
18+
[
19+
"0x303A",
20+
"0x1001"
21+
]
22+
],
23+
"mcu": "esp32s3",
24+
"variant": "huidu_hd_wf4"
25+
},
26+
"connectivity": [
27+
"bluetooth",
28+
"wifi"
29+
],
30+
"debug": {
31+
"default_tool": "esp-builtin",
32+
"onboard_tools": [
33+
"esp-builtin"
34+
],
35+
"openocd_target": "esp32s3.cfg"
36+
},
37+
"frameworks": [
38+
"arduino",
39+
"espidf"
40+
],
41+
"name": "Huidu HD-WF4",
42+
"upload": {
43+
"flash_size": "8MB",
44+
"maximum_ram_size": 327680,
45+
"maximum_size": 8388608,
46+
"require_upload_port": true,
47+
"speed": 460800
48+
},
49+
"url": "https://www.hdwell.com/Product/index46.html",
50+
"vendor": "Huidu Tech",
51+
"information_urls": [
52+
"https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA/discussions/667",
53+
"https://github.com/vortigont/FireLamp_JeeUI/wiki/Huidu-HD%E2%80%90WF4"
54+
]
55+
}

0 commit comments

Comments
 (0)