Update builder for Arduino framework

This commit is contained in:
Valeriy Koval
2017-01-19 23:02:25 +02:00
parent ac7715704e
commit bc4107bc9d
11 changed files with 95 additions and 11 deletions
+1
View File
@@ -15,6 +15,7 @@
],
"name": "Electronic SweetPeas ESP320",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1044464,
"require_upload_port": true,
+2 -1
View File
@@ -15,7 +15,8 @@
],
"name": "Espressif ESP32 Dev Module",
"upload": {
"maximum_ram_size": 114688,
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1044464,
"require_upload_port": true,
"resetmethod": "nodemcu",
+1
View File
@@ -15,6 +15,7 @@
],
"name": "April Brother ESPea32",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1044464,
"require_upload_port": true,
+28
View File
@@ -0,0 +1,28 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DHORNBILL_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "hornbill32dev"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Hornbill ESP32 Dev",
"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://hackaday.io/project/18997-hornbill",
"vendor": "Hornbill"
}
+28
View File
@@ -0,0 +1,28 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DHORNBILL_ESP32_MINIMA",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "hornbill32minima"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Hornbill ESP32 Minima",
"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://hackaday.io/project/18997-hornbill",
"vendor": "Hornbill"
}
+1
View File
@@ -15,6 +15,7 @@
],
"name": "WEMOS LoLin32",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1044464,
"require_upload_port": true,
+1
View File
@@ -17,6 +17,7 @@
],
"name": "MakerAsia Nano32",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1044464,
"require_upload_port": true,
+1
View File
@@ -15,6 +15,7 @@
],
"name": "Node32s",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 114688,
"maximum_size": 1044464,
"require_upload_port": true,
+1
View File
@@ -15,6 +15,7 @@
],
"name": "Noduino Quantum",
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 294912,
"maximum_size": 1044464,
"require_upload_port": true,