Skip to content

Commit 57dde85

Browse files
committed
Add new boards: WeMos D1 mini Pro and 4D Systems gen4 IoD Range // Resolve platformio#8
1 parent f9e8fac commit 57dde85

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

boards/d1_mini_pro.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 -DESP8266_WEMOS_D1MINIPRO",
5+
"f_cpu": "80000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "eagle.flash.16m.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": "WeMos D1 mini Pro",
21+
"upload": {
22+
"maximum_ram_size": 81920,
23+
"maximum_size": 16777216,
24+
"require_upload_port": true,
25+
"resetmethod": "nodemcu",
26+
"speed": 115200
27+
},
28+
"url": "https://wiki.wemos.cc/products:d1:d1_mini",
29+
"vendor": "WEMOS"
30+
}

boards/gen4iod.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"build": {
3+
"core": "esp8266",
4+
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_GEN4_IOD",
5+
"f_cpu": "80000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "qio",
8+
"ldscript": "eagle.flash.512k64.ld",
9+
"mcu": "esp8266",
10+
"variant": "generic"
11+
},
12+
"connectivity": [
13+
"wifi"
14+
],
15+
"frameworks": [
16+
"arduino",
17+
"simba",
18+
"esp8266-rtos-sdk",
19+
"esp8266-nonos-sdk"
20+
],
21+
"name": "4D Systems gen4 IoD Range",
22+
"upload": {
23+
"maximum_ram_size": 81920,
24+
"maximum_size": 524288,
25+
"require_upload_port": true,
26+
"resetmethod": "ck",
27+
"speed": 115200
28+
},
29+
"url": "http://www.4dsystems.com.au/product/gen4_IoD/",
30+
"vendor": "4D Systems"
31+
}

0 commit comments

Comments
 (0)