Files
platform-espressif32/boards/onehorse32dev.json
T

37 lines
757 B
JSON
Raw Normal View History

{
"build": {
"core": "esp32",
2017-11-25 14:51:15 +02:00
"extra_flags": "-DARDUINO_ONEHORSE_ESP32_DEV",
"f_cpu": "240000000L",
2017-11-25 00:46:25 +02:00
"f_flash": "40000000L",
"flash_mode": "dout",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "onehorse32dev"
},
2017-07-28 00:44:33 +03:00
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
2018-03-21 23:37:51 +02:00
"frameworks": [
"arduino",
"espidf"
],
"name": "Onehorse ESP32 Dev Module",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
2017-06-23 12:25:57 +03:00
"maximum_size": 1310720,
"require_upload_port": true,
"speed": 115200,
2018-03-21 23:37:51 +02:00
"protocol": "esptool",
"protocols": [
"esptool"
]
},
"url": "https://www.tindie.com/products/onehorse/esp32-development-board/",
"vendor": "Onehorse"
}