mirror of https://github.com/arendst/Tasmota.git
36 lines
852 B
JSON
36 lines
852 B
JSON
|
{
|
||
|
"build": {
|
||
|
"arduino":{
|
||
|
"ldscript": "esp32s3_out.ld"
|
||
|
},
|
||
|
"core": "esp32",
|
||
|
"extra_flags": "-DBOARD_HAS_PSRAM -DESP32_4M -DESP32S3",
|
||
|
"f_cpu": "240000000L",
|
||
|
"f_flash": "80000000L",
|
||
|
"flash_mode": "dout",
|
||
|
"mcu": "esp32s3",
|
||
|
"variant": "esp32s3",
|
||
|
"partitions": "esp32_partition_app1856k_spiffs320k.csv"
|
||
|
},
|
||
|
"connectivity": [
|
||
|
"wifi"
|
||
|
],
|
||
|
"debug": {
|
||
|
"openocd_target": "esp32s3.cfg"
|
||
|
},
|
||
|
"frameworks": [
|
||
|
"espidf",
|
||
|
"arduino"
|
||
|
],
|
||
|
"name": "Espressif Generic ESP32-S3 4M Flash, Tasmota 1856k Code/OTA, 320k FS",
|
||
|
"upload": {
|
||
|
"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/esp32s3/hw-reference/esp32s3/",
|
||
|
"vendor": "Espressif"
|
||
|
}
|