diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 7d2d62882c..c332a3c2af 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -140,6 +140,12 @@ Supported since ESP-IDF v5.1. | release/v5.4 | v5.4.1+ | v5.4.1 | | release/v5.5 and above | v5.5+ | v5.5 | +### ESP32-P4 + +#### v1.0, v1.3 + +Supported since ESP-IDF v5.3. + ## What If the ESP-IDF Version Is Lower than the `Required` Version? Latest ESP-IDF versions can prevent from downloading to, or even execute binaries on unsupported chips. ESP-IDF of versions v4.4.5+, v5.0.1+, v5.1 and above have both esptool download check and bootloader loading check against the chip revision. While ESP-IDF v4.3.5 has only esptool downloading check. diff --git a/COMPATIBILITY_CN.md b/COMPATIBILITY_CN.md index 02175e87e4..9097a97ffe 100644 --- a/COMPATIBILITY_CN.md +++ b/COMPATIBILITY_CN.md @@ -140,6 +140,11 @@ | release/v5.4 | v5.4.1+ | v5.4.1 | | release/v5.5 及以上 | v5.5+ | v5.5 | +### ESP32-P4 + +#### v1.0, v1.3 + +从 ESP-IDF v5.3 开始支持。 ## 如果 ESP-IDF 版本低于 `需求版本` 会出现什么情况?