2021-06-01 14:19:04 +01:00
|
|
|
{
|
2022-05-04 12:26:32 +01:00
|
|
|
"build": {
|
|
|
|
"arduino":{
|
|
|
|
"ldscript": "esp32_out.ld"
|
|
|
|
},
|
|
|
|
"core": "esp32",
|
2023-03-26 16:09:45 +01:00
|
|
|
"extra_flags": "-DARDUINO_ESP32_DEV -DBOARD_HAS_PSRAM -DESP32_4M",
|
2022-11-12 13:04:47 +00:00
|
|
|
"f_cpu": "160000000L",
|
2022-05-04 12:26:32 +01:00
|
|
|
"f_flash": "40000000L",
|
2022-08-23 13:09:48 +01:00
|
|
|
"flash_mode": "dio",
|
2022-05-04 12:26:32 +01:00
|
|
|
"mcu": "esp32",
|
|
|
|
"variant": "esp32",
|
2022-05-14 18:10:34 +01:00
|
|
|
"partitions": "partitions/esp32_partition_app2880k_fs320k.csv"
|
2021-06-01 14:19:04 +01:00
|
|
|
},
|
2022-05-04 12:26:32 +01:00
|
|
|
"connectivity": [
|
|
|
|
"wifi",
|
|
|
|
"bluetooth",
|
|
|
|
"ethernet",
|
|
|
|
"can"
|
|
|
|
],
|
|
|
|
"debug": {
|
|
|
|
"openocd_target": "esp32.cfg"
|
|
|
|
},
|
|
|
|
"frameworks": [
|
|
|
|
"arduino",
|
|
|
|
"espidf"
|
|
|
|
],
|
2022-10-17 15:04:11 +01:00
|
|
|
"name": "Espressif Generic ESP32 >= 4M Flash PSRAM, Tasmota 2880k Code/OTA, 320k FS",
|
2022-05-04 12:26:32 +01:00
|
|
|
"upload": {
|
|
|
|
"arduino": {
|
|
|
|
"flash_extra_images": [
|
|
|
|
[
|
|
|
|
"0x10000",
|
2022-05-05 10:19:39 +01:00
|
|
|
"variants/tasmota/tasmota32-safeboot.bin"
|
2022-05-04 12:26:32 +01:00
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"flash_size": "4MB",
|
|
|
|
"maximum_ram_size": 327680,
|
|
|
|
"maximum_size": 4194304,
|
|
|
|
"require_upload_port": true,
|
|
|
|
"speed": 460800
|
|
|
|
},
|
|
|
|
"url": "https://en.wikipedia.org/wiki/ESP32",
|
|
|
|
"vendor": "Espressif"
|
|
|
|
}
|