Tasmota/boards/esp32c3.json

45 lines
1.1 KiB
JSON
Raw Normal View History

{
2022-05-04 12:26:32 +01:00
"build": {
"arduino":{
"ldscript": "esp32c3_out.ld"
},
"core": "esp32",
"extra_flags": "-DESP32_4M -DESP32C3",
2022-05-04 12:26:32 +01:00
"f_cpu": "160000000L",
"f_flash": "80000000L",
2022-08-22 16:25:58 +01:00
"flash_mode": "dio",
2022-05-04 12:26:32 +01:00
"mcu": "esp32c3",
"variant": "esp32c3",
2022-05-14 18:10:34 +01:00
"partitions": "partitions/esp32_partition_app2880k_fs320k.csv"
},
2022-05-04 12:26:32 +01:00
"connectivity": [
2022-08-23 15:50:10 +01:00
"wifi",
"bluetooth"
2022-05-04 12:26:32 +01:00
],
"debug": {
"openocd_target": "esp32c3.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Espressif Generic ESP32-C3 >= 4M Flash, Tasmota 2880k Code/OTA, 320k FS",
2022-05-04 12:26:32 +01:00
"upload": {
"arduino": {
"flash_extra_images": [
[
"0x10000",
"variants/tasmota/tasmota32c3-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://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/hw-reference/esp32c3/user-guide-devkitm-1.html",
"vendor": "Espressif"
}