diff --git a/doc/introduction/introducing_zephyr.rst b/doc/introduction/introducing_zephyr.rst index f05166d77..1c7127367 100644 --- a/doc/introduction/introducing_zephyr.rst +++ b/doc/introduction/introducing_zephyr.rst @@ -17,8 +17,6 @@ Zephyr 项目及其内核遵循 Apache License, version 2.0 许可。 与其它微型内核相比,Zephyr 内核有很多独特的优秀特性: -与其它微型内核相比,Zephyr 内核有很多独特的优秀特性: - #. **单地址空间**。将应用程序相关的代码与内核结合在一起,创建一个在硬件上加载、运行的单一镜像。应用程序代码和内核代码运行在同一个共享地址空间。 #. **高度可配置**。应用程序 *只需要* 包含它们需要的功能。 @@ -44,4 +42,4 @@ Zephyr 项目及其内核遵循 Apache License, version 2.0 许可。 基本术语和概念 ****************************** -参考 :ref:`glossary` 。 \ No newline at end of file +参考 :ref:`glossary` 。