Merge branch 'docs/translate-cmake-notes' into 'master'

Translate notes regarding CMake-based build system

See merge request idf/esp-idf!4231
This commit is contained in:
Angus Gratton 2019-02-15 08:19:05 +08:00
commit 301e3e0d55
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 后弃用。