[ESP-IDF6.0] Add support for latest IDF6.0

This commit is contained in:
TD-er
2026-03-24 22:41:03 +01:00
parent c0ccc8f4f6
commit 2f7c033bcc
16 changed files with 75 additions and 16 deletions
+3 -6
View File
@@ -6,6 +6,7 @@
"f_flash": "40000000L",
"flash_mode": "dio",
"mcu": "esp32",
"chip_variant": "esp32u",
"variant": "esp32",
"partitions": "boards/partitions/esp32_partition_app1810k_spiffs316k.csv"
},
@@ -30,12 +31,8 @@
"require_upload_port": true,
"speed": 460800
},
"espidf": {
"custom_sdkconfig": [
"CONFIG_FREERTOS_UNICORE=y",
"# CONFIG_BOOTLOADER_SPI_CUSTOM_WP_PIN is not set",
"CONFIG_BOOTLOADER_SPI_WP_PIN=7"
]
"download": {
"speed": 230400
},
"url": "https://en.wikipedia.org/wiki/ESP32",
"vendor": "Espressif"