mirror of https://github.com/arendst/Tasmota.git
39 lines
883 B
JSON
39 lines
883 B
JSON
{
|
|
"build": {
|
|
"arduino":{
|
|
"ldscript": "esp32_out.ld"
|
|
},
|
|
"core": "esp32",
|
|
"extra_flags": "-DARDUINO_ESP32_DEV -DBOARD_HAS_PSRAM -DARDUINO_USB_CDC_ON_BOOT=0 -DESP32_16M",
|
|
"f_cpu": "80000000L",
|
|
"f_flash": "40000000L",
|
|
"flash_mode": "dout",
|
|
"mcu": "esp32",
|
|
"variant": "esp32",
|
|
"partitions": "partitions/esp32_partition_app2944k_fs10M.csv"
|
|
},
|
|
"connectivity": [
|
|
"wifi",
|
|
"bluetooth",
|
|
"ethernet",
|
|
"can"
|
|
],
|
|
"debug": {
|
|
"openocd_target": "esp32.cfg"
|
|
},
|
|
"frameworks": [
|
|
"arduino",
|
|
"espidf"
|
|
],
|
|
"name": "Espressif Generic ESP32 16M Flash, Tasmota 2944k Code/OTA, 10M FS",
|
|
"upload": {
|
|
"flash_size": "16MB",
|
|
"maximum_ram_size": 327680,
|
|
"maximum_size": 16777216,
|
|
"require_upload_port": true,
|
|
"speed": 460800
|
|
},
|
|
"url": "https://en.wikipedia.org/wiki/ESP32",
|
|
"vendor": "Espressif"
|
|
}
|