Skip to content

Commit 582f8db

Browse files
committed
Add new ESPrectro board
1 parent 7d02fbb commit 582f8db

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

boards/espectro.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_ESPECTRO",
5+
"f_cpu": "80000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp8266.flash.4m1m.ld",
9+
"mcu": "esp8266",
10+
"variant": "espectro"
11+
},
12+
"frameworks": [
13+
"arduino"
14+
],
15+
"name": "ESPrectro Core",
16+
"upload": {
17+
"maximum_ram_size": 81920,
18+
"maximum_size": 4194304,
19+
"require_upload_port": true,
20+
"resetmethod": "nodemcu",
21+
"speed": 921600
22+
},
23+
"url": "https://shop.makestro.com/en/product/espectro-core/",
24+
"vendor": "DycodeX"
25+
}

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/platformio/platform-espressif8266.git"
1515
},
16-
"version": "1.0.3",
16+
"version": "1.0.4-a1",
1717
"packageRepositories": [
1818
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1919
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
@@ -38,7 +38,7 @@
3838
"framework-arduinoespressif8266": {
3939
"type": "framework",
4040
"optional": true,
41-
"version": "~1.20300.0"
41+
"version": "~1.20300.1"
4242
},
4343
"framework-simba": {
4444
"type": "framework",

0 commit comments

Comments
 (0)