2021-06-01 14:19:04 +01:00
|
|
|
{
|
|
|
|
"build": {
|
|
|
|
"arduino":{
|
2021-06-02 16:56:01 +01:00
|
|
|
"ldscript": "esp32_out.ld"
|
2021-06-01 14:19:04 +01:00
|
|
|
},
|
|
|
|
"core": "esp32",
|
2021-12-29 13:37:41 +00:00
|
|
|
"extra_flags": "-DARDUINO_ESP32_DEV -DBOARD_HAS_PSRAM -DARDUINO_USB_CDC_ON_BOOT=0 -DESP32_16M",
|
2021-06-08 20:05:52 +01:00
|
|
|
"f_cpu": "80000000L",
|
2021-06-01 14:19:04 +01:00
|
|
|
"f_flash": "40000000L",
|
2022-08-23 13:09:48 +01:00
|
|
|
"flash_mode": "dio",
|
2021-06-01 14:19:04 +01:00
|
|
|
"mcu": "esp32",
|
2021-06-02 16:56:01 +01:00
|
|
|
"variant": "esp32",
|
2022-05-14 18:10:34 +01:00
|
|
|
"partitions": "partitions/esp32_partition_app2944k_fs10M.csv"
|
2021-06-01 14:19:04 +01:00
|
|
|
},
|
|
|
|
"connectivity": [
|
|
|
|
"wifi",
|
|
|
|
"bluetooth",
|
|
|
|
"ethernet",
|
|
|
|
"can"
|
|
|
|
],
|
|
|
|
"debug": {
|
2021-07-24 17:03:13 +01:00
|
|
|
"openocd_target": "esp32.cfg"
|
2021-06-01 14:19:04 +01:00
|
|
|
},
|
|
|
|
"frameworks": [
|
|
|
|
"arduino",
|
|
|
|
"espidf"
|
|
|
|
],
|
2021-12-31 16:34:24 +00:00
|
|
|
"name": "Espressif Generic ESP32 16M Flash, Tasmota 2944k Code/OTA, 10M FS",
|
2021-06-01 14:19:04 +01:00
|
|
|
"upload": {
|
|
|
|
"flash_size": "16MB",
|
|
|
|
"maximum_ram_size": 327680,
|
|
|
|
"maximum_size": 16777216,
|
|
|
|
"require_upload_port": true,
|
|
|
|
"speed": 460800
|
|
|
|
},
|
|
|
|
"url": "https://en.wikipedia.org/wiki/ESP32",
|
|
|
|
"vendor": "Espressif"
|
|
|
|
}
|