Skip to content

Commit 85c523b

Browse files
committed
Add new boards
1 parent ab659a6 commit 85c523b

File tree

5 files changed

+170
-0
lines changed

5 files changed

+170
-0
lines changed

boards/heltec_wifi_kit_32.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_Heltec_WIFI_Kit_32",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "heltec_wifi_kit_32"
11+
},
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "Heltec WIFI Kit 32",
23+
"upload": {
24+
"flash_size": "4MB",
25+
"maximum_ram_size": 294912,
26+
"maximum_size": 1310720,
27+
"require_upload_port": true,
28+
"resetmethod": "nodemcu",
29+
"speed": 115200,
30+
"wait_for_upload_port": true
31+
},
32+
"url": "http://www.heltec.cn",
33+
"vendor": "Heltec Automation"
34+
}

boards/heltec_wifi_lora_32.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_Heltec_WIFI_LoRa_32",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "heltec_wifi_lora_32"
11+
},
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "Heltec WIFI LoRa 32",
23+
"upload": {
24+
"flash_size": "4MB",
25+
"maximum_ram_size": 294912,
26+
"maximum_size": 1310720,
27+
"require_upload_port": true,
28+
"resetmethod": "nodemcu",
29+
"speed": 115200,
30+
"wait_for_upload_port": true
31+
},
32+
"url": "http://www.heltec.cn",
33+
"vendor": "Heltec Automation"
34+
}

boards/m5stack-core-esp32.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_M5Stack-Core-ESP32",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "esp32"
11+
},
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "M5Stack-Core-ESP32",
23+
"upload": {
24+
"flash_size": "4MB",
25+
"maximum_ram_size": 294912,
26+
"maximum_size": 1310720,
27+
"require_upload_port": true,
28+
"resetmethod": "nodemcu",
29+
"speed": 115200,
30+
"wait_for_upload_port": true
31+
},
32+
"url": "http://www.m5stack.com",
33+
"vendor": "M5Stack"
34+
}

boards/mhetesp32devkit.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_MH_ET_LIVE_ESP32DEVKIT",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "mhetesp32devkit"
11+
},
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "MH ET LIVE ESP32DevKIT",
23+
"upload": {
24+
"flash_size": "4MB",
25+
"maximum_ram_size": 294912,
26+
"maximum_size": 1310720,
27+
"require_upload_port": true,
28+
"resetmethod": "nodemcu",
29+
"speed": 115200,
30+
"wait_for_upload_port": true
31+
},
32+
"url": "http://forum.mhetlive.com",
33+
"vendor": "MH-ET Live"
34+
}

boards/mhetesp32minikit.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_MH_ET_LIVE_ESP32MINIKIT",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "mhetesp32minikit"
11+
},
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "MH ET LIVE ESP32MiniKit",
23+
"upload": {
24+
"flash_size": "4MB",
25+
"maximum_ram_size": 294912,
26+
"maximum_size": 1310720,
27+
"require_upload_port": true,
28+
"resetmethod": "nodemcu",
29+
"speed": 115200,
30+
"wait_for_upload_port": true
31+
},
32+
"url": "http://forum.mhetlive.com",
33+
"vendor": "MH-ET Live"
34+
}

0 commit comments

Comments
 (0)