translate cmake notes

This commit is contained in:
liying 2019-02-02 14:36:08 +08:00 committed by bot
parent 3aa5a1e5a2
commit 149a5a0d49
2 changed files with 14 additions and 2 deletions

View 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 发布前逐步完善上述功能。

View 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 后弃用。