]> granicus.if.org Git - esp-idf/commitdiff
translate cmake notes
authorliying <liying@Natasha-de-MacBook.local>
Sat, 2 Feb 2019 06:36:08 +0000 (14:36 +0800)
committerbot <bot@espressif.com>
Wed, 13 Feb 2019 05:58:44 +0000 (05:58 +0000)
docs/zh_CN/cmake-pending-features.rst
docs/zh_CN/cmake-warning.rst

index 6a45fbef9d7143d5d0efd6deea460a0743b88457..d281889175a884551ff9a1de9273ce9969536f77 100644 (file)
@@ -1 +1,10 @@
-.. include:: /../en/cmake-pending-features.rst
+.. important::
+   目前,CMake 编译系统尚不支持以下功能:
+
+   - Eclipse IDE 文档
+   - 安全启动
+   - Flash 加密
+
+   未来,CMake 编译系统将在 ESP-IDF v4.0 发布后取代现有基于 GNU Make 的编译系统,成为默认编译系统。我们会在 ESP-IDF v4.0 发布前逐步完善上述功能。
+
+
index 09479207f827640c8599f50a393f19f664c6362c..5eab20e486233ac54625de8bd53f5160e49a608d 100644 (file)
@@ -1 +1,4 @@
-.. include:: /../en/cmake-warning.rst
+.. note::
+   本文档介绍了 CMake 编译系统的使用。目前,CMake 编译系统仍处于预览发布阶段,如您在使用中遇到任何问题,请前往 ESP-IDF 提交 `Issues <https://github.com/espressif/esp-idf/issues>`_。
+
+   未来,CMake 编译系统将在 ESP-IDF v4.0 发布后过渡为默认编译系统,现行基于 GNU Make 的编译系统将在 ESP-IDF v5.0 后弃用。