Skip to content

Commit 53784ac

Browse files
committed
Add new board Invent One
1 parent 542aa6b commit 53784ac

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

boards/inventone.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_GENERIC",
5+
"f_cpu": "80000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "eagle.flash.4m1m.ld",
9+
"mcu": "esp8266",
10+
"variant": "inventone"
11+
},
12+
"connectivity": [
13+
"wifi"
14+
],
15+
"frameworks": [
16+
"arduino",
17+
"simba",
18+
"esp8266-rtos-sdk",
19+
"esp8266-nonos-sdk"
20+
],
21+
"name": "Invent One",
22+
"upload": {
23+
"maximum_ram_size": 81920,
24+
"maximum_size": 4194304,
25+
"require_upload_port": true,
26+
"resetmethod": "nodemcu",
27+
"speed": 115200
28+
},
29+
"url": "https://inventone.ng/",
30+
"vendor": "Invent One"
31+
}

0 commit comments

Comments
 (0)