Skip to content

Commit 1a12733

Browse files
committed
Merge branch 'release/v0.7.1'
2 parents a0f5424 + 139a6be commit 1a12733

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

boards/firebeetle32.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",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "firebeetle32"
11+
},
12+
"frameworks": [
13+
"arduino",
14+
"espidf"
15+
],
16+
"name": "FireBeetle-ESP32",
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://dfrobotblog.wordpress.com",
27+
"vendor": "DFRobot"
28+
}

boards/intorobot.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 -DINTOROBOT_ESP32_DEV",
5+
"f_cpu": "240000000L",
6+
"f_flash": "80000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "intorobot-fig"
11+
},
12+
"frameworks": [
13+
"arduino",
14+
"espidf"
15+
],
16+
"name": "IntoRobot Fig",
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://docs.intorobot.com/zh/hardware/fig/hardware/",
27+
"vendor": "IntoRobot"
28+
}

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/platformio/platform-espressif32.git"
1414
},
15-
"version": "0.7.0",
15+
"version": "0.7.1",
1616
"packageRepositories": [
1717
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1818
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
@@ -46,7 +46,7 @@
4646
"framework-arduinoespressif32": {
4747
"type": "framework",
4848
"optional": true,
49-
"version": "~1.1.2"
49+
"version": "~1.1.3"
5050
},
5151
"framework-espidf": {
5252
"type": "framework",

0 commit comments

Comments
 (0)