Skip to content

Commit 2649ba8

Browse files
committed
Merge branch 'release/v0.7.3'
2 parents 53cfcd1 + a1235f8 commit 2649ba8

11 files changed

+123
-10
lines changed

boards/esp32thing.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"core": "esp32",
4-
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_DEV",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_THING",
55
"f_cpu": "240000000L",
66
"f_flash": "80000000L",
77
"flash_mode": "dio",
@@ -15,7 +15,8 @@
1515
],
1616
"name": "SparkFun ESP32 Thing",
1717
"upload": {
18-
"maximum_ram_size": 114688,
18+
"flash_size": "4MB",
19+
"maximum_ram_size": 294912,
1920
"maximum_size": 1044464,
2021
"require_upload_port": true,
2122
"resetmethod": "nodemcu",

boards/featheresp32.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_FEATHER_ESP32",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "feather_esp32"
11+
},
12+
"frameworks": [
13+
"arduino",
14+
"espidf"
15+
],
16+
"name": "Adafruit ESP32 Feather",
17+
"upload": {
18+
"flash_size": "4MB",
19+
"maximum_ram_size": 294912,
20+
"maximum_size": 1044464,
21+
"require_upload_port": true,
22+
"resetmethod": "nodemcu",
23+
"speed": 115200,
24+
"wait_for_upload_port": true
25+
},
26+
"url": "https://www.adafruit.com/product/3405",
27+
"vendor": "Adafruit"
28+
}

boards/firebeetle32.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"core": "esp32",
4-
"extra_flags": "-DESP32_DEV",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_DEV",
55
"f_cpu": "240000000L",
66
"f_flash": "80000000L",
77
"flash_mode": "dio",

boards/hornbill32dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"core": "esp32",
4-
"extra_flags": "-DESP32_DEV -DHORNBILL_ESP32_DEV",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_HORNBILL_ESP32_DEV",
55
"f_cpu": "240000000L",
66
"f_flash": "80000000L",
77
"flash_mode": "dio",

boards/hornbill32minima.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"core": "esp32",
4-
"extra_flags": "-DESP32_DEV -DHORNBILL_ESP32_MINIMA",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_HORNBILL_ESP32_MINIMA",
55
"f_cpu": "240000000L",
66
"f_flash": "80000000L",
77
"flash_mode": "dio",

boards/intorobot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"core": "esp32",
4-
"extra_flags": "-DESP32_DEV -DINTOROBOT_ESP32_DEV",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_INTOROBOT_ESP32_DEV",
55
"f_cpu": "240000000L",
66
"f_flash": "80000000L",
77
"flash_mode": "dio",

boards/lolin32.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"core": "esp32",
4-
"extra_flags": "-DESP32_DEV -DARDUINO_LoLin32",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_LOLIN32",
55
"f_cpu": "240000000L",
66
"f_flash": "80000000L",
77
"flash_mode": "dio",
@@ -13,7 +13,7 @@
1313
"arduino",
1414
"espidf"
1515
],
16-
"name": "WEMOS LoLin32",
16+
"name": "WEMOS LOLIN32",
1717
"upload": {
1818
"flash_size": "4MB",
1919
"maximum_ram_size": 294912,

boards/nodemcu-32s.json

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

boards/onehorse32dev.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_ONEHORSE_ESP32_DEV",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dout",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "onehorse32dev"
11+
},
12+
"frameworks": [
13+
"arduino",
14+
"espidf"
15+
],
16+
"name": "Onehorse ESP32 Dev Module",
17+
"upload": {
18+
"flash_size": "4MB",
19+
"maximum_ram_size": 294912,
20+
"maximum_size": 1044464,
21+
"require_upload_port": true,
22+
"resetmethod": "nodemcu",
23+
"speed": 115200,
24+
"wait_for_upload_port": true
25+
},
26+
"url": "https://www.tindie.com/products/onehorse/esp32-development-board/",
27+
"vendor": "Onehorse"
28+
}

boards/widora-air.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DESP32_DEV -DARDUINO_WIDORA_AIR",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "widora-air"
11+
},
12+
"frameworks": [
13+
"arduino",
14+
"espidf"
15+
],
16+
"name": "Widora AIR",
17+
"upload": {
18+
"flash_size": "16MB",
19+
"maximum_ram_size": 294912,
20+
"maximum_size": 1044464,
21+
"require_upload_port": true,
22+
"resetmethod": "nodemcu",
23+
"speed": 115200,
24+
"wait_for_upload_port": true
25+
},
26+
"url": "http://widora.io",
27+
"vendor": "Widora"
28+
}

0 commit comments

Comments
 (0)