Skip to content

Commit fdcc5a6

Browse files
authored
Add board Wireless-Tag WT32-ETH01 (wt32-eth01) (platformio#689)
1 parent 5f6a3f4 commit fdcc5a6

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

boards/wt32-eth01.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_WT32_ETH01"
9+
],
10+
"f_cpu": "240000000L",
11+
"f_flash": "40000000L",
12+
"flash_mode": "dio",
13+
"mcu": "esp32",
14+
"variant": "wt32-eth01"
15+
},
16+
"connectivity": [
17+
"wifi",
18+
"bluetooth",
19+
"ethernet",
20+
"can"
21+
],
22+
"debug": {
23+
"openocd_board": "esp-wroom-32.cfg"
24+
},
25+
"frameworks": [
26+
"arduino",
27+
"espidf"
28+
],
29+
"name": "Wireless-Tag WT32-ETH01 Ethernet Module",
30+
"upload": {
31+
"flash_size": "4MB",
32+
"maximum_ram_size": 327680,
33+
"maximum_size": 4194304,
34+
"require_upload_port": true,
35+
"speed": 460800
36+
},
37+
"url": "http://www.wireless-tag.com/portfolio/wt32-eth01/",
38+
"vendor": "Wireless-Tag"
39+
}

0 commit comments

Comments
 (0)