Tasmota/boards/esp32c3cdc.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2022-05-12 13:17:25 +01:00
{
"build": {
"arduino":{
"ldscript": "esp32c3_out.ld"
},
"core": "esp32",
2022-06-07 15:37:10 +01:00
"extra_flags": "-DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=0 -DESP32_4M -DESP32C3 -DUSE_USB_CDC_CONSOLE",
2022-05-12 13:17:25 +01:00
"f_cpu": "160000000L",
"f_flash": "80000000L",
2022-08-22 16:25:58 +01:00
"flash_mode": "dio",
2022-05-12 13:17:25 +01:00
"mcu": "esp32c3",
"variant": "esp32c3",
2022-05-14 18:10:34 +01:00
"partitions": "partitions/esp32_partition_app2880k_fs320k.csv"
2022-05-12 13:17:25 +01:00
},
"connectivity": [
2022-08-23 15:50:10 +01:00
"wifi",
"bluetooth"
2022-05-12 13:17:25 +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-12 13:17:25 +01:00
"upload": {
"arduino": {
"flash_extra_images": [
[
"0x10000",
2022-06-07 15:37:10 +01:00
"variants/tasmota/tasmota32c3cdc-safeboot.bin"
2022-05-12 13:17:25 +01:00
]
]
},
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"before_reset": "usb_reset",
2022-05-12 13:17:25 +01:00
"speed": 460800
},
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/hw-reference/esp32c3/user-guide-devkitm-1.html",
"vendor": "Espressif"
}