Add support for FireBeetle-ESP32 and IntoRobot Fig

This commit is contained in:
Ivan Kravets
2017-04-24 14:05:02 +03:00
parent 04865b9388
commit 69aedd3bb4
3 changed files with 57 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "firebeetle32"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "FireBeetle-ESP32",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1044464,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
"url": "https://dfrobotblog.wordpress.com",
"vendor": "DFRobot"
}
+28
View File
@@ -0,0 +1,28 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DINTOROBOT_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "intorobot-fig"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "IntoRobot Fig",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1044464,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
"url": "http://docs.intorobot.com/zh/hardware/fig/hardware/",
"vendor": "IntoRobot"
}
+1 -1
View File
@@ -46,7 +46,7 @@
"framework-arduinoespressif32": {
"type": "framework",
"optional": true,
"version": "~1.1.2"
"version": "~1.1.3"
},
"framework-espidf": {
"type": "framework",