From 53316261b987d4fc8a8e6cf898b52c6ff7934e41 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Wed, 29 Apr 2020 15:37:28 +0200 Subject: [PATCH] Mention S2 chips as well in the main README --- README.md | 4 ++-- README_CN.md | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 277b251abf..6082d528da 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ * [中文版](./README_CN.md) -ESP-IDF is the official development framework for the [ESP32](https://espressif.com/en/products/hardware/esp32/overview) chip. +ESP-IDF is the official development framework for the [ESP32 and ESP32-S Series SoCs](https://www.espressif.com/en/products/hardware/soc). # Developing With ESP-IDF @@ -75,7 +75,7 @@ You don't need to run `idf.py build` before running `idf.py flash`, `idf.py flas ## Viewing Serial Output -The `idf.py monitor` target uses the [idf_monitor tool](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/idf-monitor.html) to display serial output from the ESP32. idf_monitor also has a range of features to decode crash output and interact with the device. [Check the documentation page for details](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/idf-monitor.html). +The `idf.py monitor` target uses the [idf_monitor tool](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/idf-monitor.html) to display serial output from ESP32 or ESP32-S Series SoCs. idf_monitor also has a range of features to decode crash output and interact with the device. [Check the documentation page for details](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/idf-monitor.html). Exit the monitor by typing Ctrl-]. diff --git a/README_CN.md b/README_CN.md index f4cbc0b17a..92cfc189ec 100644 --- a/README_CN.md +++ b/README_CN.md @@ -2,9 +2,7 @@ * [English Version](./README.md) -[![Documentation Status](https://readthedocs.com/projects/espressif-esp-idf/badge/?version=latest)](https://docs.espressif.com/projects/esp-idf/zh_CN/latest/?badge=latest) - -ESP-IDF 是由乐鑫官方推出的针对 [ESP32](https://espressif.com/en/products/hardware/esp32/overview) 系列芯片的开发框架。 +ESP-IDF 是由乐鑫官方推出的针对 [ESP32 和 ESP32-S2](https://www.espressif.com/en/products/hardware/soc) 系列芯片的开发框架。 # 使用 ESP-IDF 进行开发 @@ -74,7 +72,7 @@ ESP-IDF 中的子模块采用相对路径([详见 .gitmodules 文件](.gitmodu ## 观察串口输入 -`idf.py monitor` 会调用 [idf_monitor 工具](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/idf-monitor.html)来显示 ESP32 的串口输出。`idf_monitor` 还包含一系列的功能来解析程序崩溃后的输出结果并与设备进行交互。更多详细内容,请参阅[文档](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/idf-monitor.html). +`idf.py monitor` 会调用 [idf_monitor 工具](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/idf-monitor.html)来显示 ESP32 和 ESP32-S2 的串口输出。`idf_monitor` 还包含一系列的功能来解析程序崩溃后的输出结果并与设备进行交互。更多详细内容,请参阅[文档](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/idf-monitor.html). 输入 `Ctrl-]` 可退出监视器。