38 lines
791 B
JSON
38 lines
791 B
JSON
{
|
|
"build": {
|
|
"core": "esp32",
|
|
"extra_flags": "-DARDUINO_ONEHORSE_ESP32_DEV",
|
|
"f_cpu": "240000000L",
|
|
"f_flash": "40000000L",
|
|
"flash_mode": "dout",
|
|
"ldscript": "esp32_out.ld",
|
|
"mcu": "esp32",
|
|
"variant": "onehorse32dev"
|
|
},
|
|
"connectivity": [
|
|
"wifi",
|
|
"bluetooth",
|
|
"ethernet",
|
|
"can"
|
|
],
|
|
"frameworks": [
|
|
"arduino",
|
|
"espidf"
|
|
],
|
|
"name": "Onehorse ESP32 Dev Module",
|
|
"upload": {
|
|
"flash_size": "4MB",
|
|
"maximum_ram_size": 294912,
|
|
"maximum_size": 1310720,
|
|
"require_upload_port": true,
|
|
"speed": 115200,
|
|
"wait_for_upload_port": true,
|
|
"protocol": "esptool",
|
|
"protocols": [
|
|
"esptool"
|
|
]
|
|
},
|
|
"url": "https://www.tindie.com/products/onehorse/esp32-development-board/",
|
|
"vendor": "Onehorse"
|
|
}
|