Skip to content

Commit c12f1e2

Browse files
authored
add board huidu_hd_wf2 (#91)
An ESP32-S3 board with HUB75 connectors to drive RGB pannels https://www.hdwell.com/Product/index46.html
1 parent 1e67706 commit c12f1e2

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

boards/huidu_hd_wf2.json

+55
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_WF2",
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": "qio",
17+
"hwids": [
18+
[
19+
"0x303A",
20+
"0x1001"
21+
]
22+
],
23+
"mcu": "esp32s3",
24+
"variant": "wifiduino32s3"
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-WF2",
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%90WF2"
54+
]
55+
}

0 commit comments

Comments
 (0)