From 7361aca98b5a0a997bd761fdcfdff59b9fa5f5fd Mon Sep 17 00:00:00 2001 From: Xiao Xufeng Date: Fri, 20 Dec 2024 03:29:21 +0800 Subject: [PATCH] doc(compatibility): add compatibility info for c2 v2.0 --- COMPATIBILITY.md | 12 ++++++++++++ COMPATIBILITY_CN.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index bf4b025501..190bf1cd63 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -97,6 +97,18 @@ Supported since ESP-IDF v5.0. | release/v5.2 | v5.2.2+ | v5.2 | | release/v5.3 and above | v5.3+ | v5.3 | +#### v2.0 + +| Release branch | Recommended | Required | +|------------------------|-------------|----------| +| release/v5.0 | v5.0.8+ | v5.0.8 | +| release/v5.1 | v5.1.5+ | v5.1.5* | +| release/v5.2 | v5.2.4+ | v5.2.4 | +| release/v5.3 | v5.3.2+ | v5.3.2* | +| release/v5.4 and above | v5.4+ | v5.4 | + +Note: IDF v5.1.5 and v5.3.2 are compatible with C2 v2.0. However the chip revision check hasn't been updated on these releases. Enable `ESP32C2_REV2_DEVELOPMENT` config to bypass the outdated check. + ### ESP32-C6 #### v0.0, v0.1 diff --git a/COMPATIBILITY_CN.md b/COMPATIBILITY_CN.md index dd97416726..eae30b6446 100644 --- a/COMPATIBILITY_CN.md +++ b/COMPATIBILITY_CN.md @@ -97,6 +97,18 @@ | release/v5.2 | v5.2.2+ | v5.1 | | release/v5.3 及以上 | v5.3+ | v5.3 | +#### v2.0 + +| 发布分支 | 推荐版本 | 需求版本 | +|------------------------|-------------|----------| +| release/v5.0 | v5.0.8+ | v5.0.8 | +| release/v5.1 | v5.1.5+ | v5.1.5* | +| release/v5.2 | v5.2.4+ | v5.2.4 | +| release/v5.3 | v5.3.2+ | v5.3.2* | +| release/v5.4 及以上 | v5.4+ | v5.4 | + +提示: IDF v5.1.5 及 v5.3.2 与 C2 v2.0 兼容,但芯片版本检查尚未在这些发布版本更新。使能 `ESP32C2_REV2_DEVELOPMENT` 选项来跳过这些过时的检查。 + ### ESP32-C6 #### v0.0, v0.1