Skip to content

Commit 0e22141

Browse files
committed
Add support for SparkFun Blynk Board
1 parent 4273b06 commit 0e22141

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

boards/sparkfunBlynk.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"build": {
3+
"core": "esp8266",
4+
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_THING",
5+
"f_cpu": "80000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "qio",
8+
"ldscript": "esp8266.flash.4m1m.ld",
9+
"mcu": "esp8266",
10+
"variant": "thing"
11+
},
12+
"frameworks": [
13+
"arduino"
14+
],
15+
"name": "SparkFun Blynk Board",
16+
"upload": {
17+
"maximum_ram_size": 81920,
18+
"maximum_size": 1044464,
19+
"require_upload_port": true,
20+
"resetmethod": "nodemcu",
21+
"speed": 115200
22+
},
23+
"url": "https://www.sparkfun.com/products/13794",
24+
"vendor": "SparkFun"
25+
}

0 commit comments

Comments
 (0)