when flash mode QIO is used. IDF does not correctly init solo1 MCUs in mode QIO. The settings forces correct init
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"build": {
|
|
"core": "esp32",
|
|
"extra_flags": "-DARDUINO_TASMOTA -DESP32_4M -DCORE32SOLO1",
|
|
"f_cpu": "160000000L",
|
|
"f_flash": "40000000L",
|
|
"flash_mode": "dio",
|
|
"mcu": "esp32",
|
|
"variant": "esp32",
|
|
"partitions": "partitions/esp32_partition_app2880k_fs320k.csv"
|
|
},
|
|
"connectivity": [
|
|
"wifi",
|
|
"bluetooth",
|
|
"ethernet",
|
|
"can"
|
|
],
|
|
"debug": {
|
|
"openocd_target": "esp32-solo-1.cfg"
|
|
},
|
|
"frameworks": [
|
|
"arduino",
|
|
"espidf"
|
|
],
|
|
"name": "Espressif Generic ESP32-solo1 >= 4M Flash, Tasmota 2880k Code/OTA, 320k FS",
|
|
"upload": {
|
|
"arduino": {
|
|
"flash_extra_images": [
|
|
[
|
|
"0x10000",
|
|
"tasmota32solo1-safeboot.bin"
|
|
]
|
|
]
|
|
},
|
|
"flash_size": "4MB",
|
|
"maximum_ram_size": 327680,
|
|
"maximum_size": 4194304,
|
|
"require_upload_port": true,
|
|
"speed": 460800
|
|
},
|
|
"download": {
|
|
"speed": 230400
|
|
},
|
|
"espidf": {
|
|
"custom_sdkconfig": [
|
|
"CONFIG_FREERTOS_UNICORE=y",
|
|
"# CONFIG_BOOTLOADER_SPI_CUSTOM_WP_PIN is not set",
|
|
"CONFIG_BOOTLOADER_SPI_WP_PIN=7"
|
|
]
|
|
},
|
|
"url": "https://www.espressif.com/sites/default/files/documentation/esp32-solo-1_datasheet_en.pdf",
|
|
"vendor": "Espressif"
|
|
}
|