Files
platform-espressif32/boards/hornbill32minima.json
T

35 lines
742 B
JSON
Raw Normal View History

2017-01-19 23:02:25 +02:00
{
"build": {
"core": "esp32",
2017-05-18 14:32:01 +03:00
"extra_flags": "-DESP32_DEV -DARDUINO_HORNBILL_ESP32_MINIMA",
2017-01-19 23:02:25 +02:00
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "hornbill32minima"
},
2017-07-28 00:44:33 +03:00
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
2017-01-19 23:02:25 +02:00
"arduino",
"espidf"
],
"name": "Hornbill ESP32 Minima",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
2017-06-23 12:25:57 +03:00
"maximum_size": 1310720,
2017-01-19 23:02:25 +02:00
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
"url": "https://hackaday.io/project/18997-hornbill",
"vendor": "Hornbill"
}