Skip to content

Commit 47a8b13

Browse files
committed
add board huidu_hd_wf2
An ESP32-S3 board with HUB75 connectors to drive RGB pannels https://www.hdwell.com/Product/index46.html
1 parent 316e9c6 commit 47a8b13

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

boards/huidu_hd_wf2.json

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

0 commit comments

Comments
 (0)