Skip to content

Commit 4f15087

Browse files
committed
Add new board Heltec Wifi Kit 32 V2 // Resolve platformio#513
1 parent b76ec06 commit 4f15087

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

boards/heltec_wifi_kit_32_v2.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32_out.ld",
5+
"partitions": "default_8MB.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": "-DARDUINO_HELTEC_WIFI_KIT_32",
9+
"f_cpu": "240000000L",
10+
"f_flash": "40000000L",
11+
"flash_mode": "dio",
12+
"mcu": "esp32",
13+
"variant": "heltec_wifi_kit_32"
14+
},
15+
"connectivity": [
16+
"wifi",
17+
"bluetooth",
18+
"ethernet",
19+
"can"
20+
],
21+
"frameworks": [
22+
"arduino",
23+
"espidf"
24+
],
25+
"name": "Heltec WiFi Kit 32 (V2)",
26+
"upload": {
27+
"flash_size": "8MB",
28+
"maximum_ram_size": 327680,
29+
"maximum_size": 8388608,
30+
"require_upload_port": true,
31+
"speed": 460800
32+
},
33+
"url": "http://www.heltec.cn/project/wifi-kit-32/?lang=en",
34+
"vendor": "Heltec Automation"
35+
}

0 commit comments

Comments
 (0)