From 1aae76f524b4627088d600bf45c3050db15f62d7 Mon Sep 17 00:00:00 2001 From: "Michael (XIAO Xufeng)" Date: Thu, 20 Feb 2025 22:10:01 +0800 Subject: [PATCH] doc(compatibility): add compatibility info for h2 v1.2 --- COMPATIBILITY.md | 10 ++++++++++ COMPATIBILITY_CN.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index bf4b025501..8afa7e7363 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -109,6 +109,16 @@ Supported since ESP-IDF v5.1. Supported since ESP-IDF v5.1. +#### v1.2 + +| Release branch | Recommended | Required | +|------------------------|-------------|----------| +| release/v5.1 | v5.1.6+ | v5.1.6 | +| release/v5.2 | v5.2.5+ | v5.2.5 | +| release/v5.3 | v5.3.3+ | v5.3.3 | +| release/v5.4 | v5.4.1+ | v5.4.1 | +| release/v5.5 and above | v5.5+ | v5.5 | + ## 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 dd97416726..94479f3431 100644 --- a/COMPATIBILITY_CN.md +++ b/COMPATIBILITY_CN.md @@ -109,6 +109,16 @@ 从 ESP-IDF v5.1 开始支持。 +#### v1.2 + +| 发布分支 | 推荐版本 | 需求版本 | +|------------------------|-------------|----------| +| release/v5.1 | v5.1.6+ | v5.1.6 | +| release/v5.2 | v5.2.5+ | v5.2.5 | +| release/v5.3 | v5.3.3+ | v5.3.3 | +| release/v5.4 | v5.4.1+ | v5.4.1 | +| release/v5.5 及以上 | v5.5+ | v5.5 | + ## 如果 ESP-IDF 版本低于 `需求版本` 会出现什么情况?