Skip to content

Commit 9c69b3c

Browse files
committed
Merge branch 'release/v0.8.0'
2 parents bea8f60 + 4098e7d commit 9c69b3c

25 files changed

+277
-24
lines changed

boards/esp-wrover-kit.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_DEV",
5+
"f_cpu": "240000000L",
6+
"hwids": [
7+
[
8+
"0x0403",
9+
"0x6010"
10+
]
11+
],
12+
"f_flash": "40000000L",
13+
"flash_mode": "dio",
14+
"ldscript": "esp32_out.ld",
15+
"mcu": "esp32",
16+
"variant": "esp32"
17+
},
18+
"connectivity": [
19+
"wifi",
20+
"bluetooth",
21+
"ethernet",
22+
"can"
23+
],
24+
"frameworks": [
25+
"arduino",
26+
"espidf"
27+
],
28+
"name": "Espressif ESP-WROVER-KIT",
29+
"upload": {
30+
"flash_size": "4MB",
31+
"maximum_ram_size": 294912,
32+
"maximum_size": 1310720,
33+
"require_upload_port": true,
34+
"resetmethod": "nodemcu",
35+
"speed": 115200,
36+
"wait_for_upload_port": true
37+
},
38+
"url": "https://espressif.com/en/products/hardware/esp-wrover-kit/overview",
39+
"vendor": "Espressif"
40+
}

boards/esp32-evb.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_ESP32-EVB",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "esp32-evb"
11+
},
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "OLIMEX ESP32-EVB",
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": "https://www.olimex.com/Products/IoT/ESP32-EVB/open-source-hardware",
33+
"vendor": "OLIMEX"
34+
}

boards/esp32-gateway.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_ESP32-GATEWAY",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "esp32-gateway"
11+
},
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "OLIMEX ESP32-GATEWAY",
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": "https://www.olimex.com/Products/IoT/ESP32-GATEWAY/open-source-hardware",
33+
"vendor": "OLIMEX"
34+
}

boards/esp320.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"mcu": "esp32",
1010
"variant": "esp320"
1111
},
12-
"frameworks": [
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
1319
"arduino",
1420
"espidf"
1521
],

boards/esp32dev.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"mcu": "esp32",
1010
"variant": "esp32"
1111
},
12-
"frameworks": [
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
1319
"arduino",
1420
"espidf"
1521
],

boards/esp32doit-devkit-v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"mcu": "esp32",
1010
"variant": "doitESP32devkitV1"
1111
},
12-
"frameworks": [
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
1319
"arduino",
1420
"espidf"
1521
],

boards/esp32thing.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"mcu": "esp32",
1010
"variant": "esp32thing"
1111
},
12-
"frameworks": [
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
1319
"arduino",
1420
"espidf"
1521
],

boards/esp32vn-iot-uno.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"mcu": "esp32",
1010
"variant": "esp32vn-iot-uno"
1111
},
12-
"frameworks": [
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
1319
"arduino",
1420
"espidf"
1521
],

boards/espea32.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@
99
"mcu": "esp32",
1010
"variant": "espea32"
1111
},
12-
"frameworks": [
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
1319
"arduino",
1420
"espidf"
1521
],
1622
"name": "April Brother ESPea32",
1723
"upload": {
18-
"flash_size": "4MB",
24+
"flash_size": "4MB",
1925
"maximum_ram_size": 294912,
2026
"maximum_size": 1310720,
2127
"require_upload_port": true,

boards/espino32.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_ESPino32",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "espino32"
11+
},
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "ESPino32",
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://thaieasyelec.com/products/development-boards/espino-wifi-development-board-detail.html",
33+
"vendor": "ThaiEasyElec"
34+
}

0 commit comments

Comments
 (0)