Skip to content

Commit 95cd03c

Browse files
committed
Merge branch 'docs/clarify_c2_esp8684_relation' into 'master'
docs: add clarification about the relationship between ESP32-C2 and ESP8684 See merge request espressif/esp-idf!41454
2 parents c6d7d5d + a536b2b commit 95cd03c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/en/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ This is the documentation for Espressif IoT Development Framework (`esp-idf <htt
1919

2020
This document describes using ESP-IDF with the {IDF_TARGET_NAME} SoC.
2121

22+
.. only:: esp32c2
23+
24+
.. important::
25+
26+
The {IDF_TARGET_NAME} SoC series group currently includes only one series, the ESP8684. Therefore, any reference to {IDF_TARGET_NAME} in this document applies to the ESP8684.
27+
28+
2229
================== ================== ==================
2330
|Get Started|_ |API Reference|_ |API Guides|_
2431
------------------ ------------------ ------------------

docs/zh_CN/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ ESP-IDF 编程指南
1919

2020
本文档仅包含针对 {IDF_TARGET_NAME} 芯片的 ESP-IDF 使用。
2121

22+
.. only:: esp32c2
23+
24+
.. important::
25+
26+
{IDF_TARGET_NAME} 芯片系列合集当前仅包含 ESP8684 一个系列,因此本文中出现的 {IDF_TARGET_NAME} 指的就是 ESP8684 芯片系列。
27+
28+
2229
================== ================== ==================
2330
|快速入门|_ |API 参考|_ |API 指南|_
2431
------------------ ------------------ ------------------

0 commit comments

Comments
 (0)