Skip to content

Commit fa3cbbe

Browse files
committed
New boards: Heltec Wifi kit 8 and Wio Node
1 parent 1c8c9e4 commit fa3cbbe

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

boards/heltek_kit_8.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"build": {
3+
"core": "esp8266",
4+
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_WEMOS_D1MINI",
5+
"f_cpu": "80000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp8266.flash.4m1m.ld",
9+
"mcu": "esp8266",
10+
"variant": "d1_mini"
11+
},
12+
"connectivity": [
13+
"wifi"
14+
],
15+
"frameworks": [
16+
"arduino",
17+
"esp8266-rtos-sdk",
18+
"esp8266-nonos-sdk"
19+
],
20+
"name": "Heltec Wifi kit 8",
21+
"upload": {
22+
"maximum_ram_size": 81920,
23+
"maximum_size": 4194304,
24+
"require_upload_port": true,
25+
"resetmethod": "nodemcu",
26+
"speed": 115200
27+
},
28+
"url": "http://www.heltec.cn/project/wifi_kit_8/",
29+
"vendor": "Heltec"
30+
}

boards/wio_node.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"build": {
3+
"core": "esp8266",
4+
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP_WROOM_02",
5+
"f_cpu": "80000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "qio",
8+
"ldscript": "esp8266.flash.4m1m.ld",
9+
"mcu": "esp8266",
10+
"variant": "nodemcu"
11+
},
12+
"connectivity": [
13+
"wifi"
14+
],
15+
"frameworks": [
16+
"arduino",
17+
"esp8266-rtos-sdk",
18+
"esp8266-nonos-sdk"
19+
],
20+
"name": "Wio Node",
21+
"upload": {
22+
"maximum_ram_size": 81920,
23+
"maximum_size": 4194304,
24+
"require_upload_port": true,
25+
"resetmethod": "nodemcu",
26+
"speed": 115200
27+
},
28+
"url": "https://www.seeedstudio.com/Wio-Node-p-2637.html",
29+
"vendor": "SeeedStudio"
30+
}

0 commit comments

Comments
 (0)