/hal_espressif-3.5.0/docs/zh_CN/get-started/ |
D | windows-setup-scratch.rst | 2 从零开始设置 Windows 环境下的工具链 7 除了使用 :doc:`ESP-IDF 工具安装器 <windows-setup>`,用户也可以手动设置 Windows 环境下的工具链,这正是本文的主要内容。手动安装工具可以更好地控制安装流程,同时… 9 使用 ESP-IDF 工具安装器对工具链及其他工具进行快速标准设置,请参照 :doc:`windows-setup`。 12 基于 GNU Make 的构建系统要求 Windows 兼容 MSYS2_ Unix,基于 CMake 的构建系统则无此要求。 14 .. _get-esp-idf-windows-command-line: 21 较早版本 ESP-IDF 使用了 **MSYS2 bash 终端命令行**。目前,基于 CMake 的编译系统可使用常见的 **Windows 命令窗口**,即本指南中使用的终端。 27 .. include-build-file:: inc/git-clone-windows.inc 49 下载最新发布的 Windows 平台稳定版 `CMake`_,并运行安装器。 57 …目前,Ninja 仅提供支持 64 位 Windows 版本的 bin 文件。您也可以配合其他编译工具(如 mingw-make)在 32 位 Windows 版本中使用 CMake 和 ``id… 59 请从 `下载页面 <ninja-dl_>`_ 下载最新发布的 Windows 平台稳定版 Ninja_。 [all …]
|
D | windows-setup.rst | 2 Windows 平台工具链的标准设置 10 …目前,基于 CMake 的构建系统仅支持 64 位 Windows 版本。32 位 Windows 版本的用户可根据 :doc:`传统 GNU Make 构建系统<../get-started-l… 22 …用 :doc:`传统 GNU Make 构建系统<../get-started-legacy/windows-setup>` 和 MSYS2_ Unix 兼容环境。但如今已非必需,用户可直接通过 … 32 .. _get-started-windows-tools-installer: 42 在线安装程序非常小,可以安装 ESP-IDF 的所有版本。在安装过程中,安装程序只下载必要的依赖文件,包括 `Git For Windows`_ 安装器。在线安装程序会将下载的文件存储在缓存目录 `… 44 离线安装程序不需要任何网络连接。安装程序中包含了所有需要的依赖文件,包括 `Git For Windows`_ 安装器。 99 在后续步骤中,我们将使用 Windows 的命令提示符进行操作。 101 …DF 命令提示符窗口的快捷方式。本快捷方式可以打开 Windows 命令提示符(即 cmd.exe),并运行 ``export.bat`` 脚本以设置各环境变量(比如 ``PATH``,``IDF… 122 windows-setup-update 128 .. _Python: https://www.python.org/downloads/windows/ [all …]
|
D | establish-serial-connection.rst | 21 在 Windows 上查看端口 24 检查 Windows 设备管理器中的 COM 端口列表。断开 {IDF_TARGET_NAME} 与 PC 的连接,然后重新连接,查看哪个端口从列表中消失后又再次出现。 37 :alt: Windows 设备管理器中 ESP-WROVER-KIT 的两个 USB 串行端口 40 Windows 设备管理器中 ESP-WROVER-KIT 的两个 USB 串行端口 82 Windows 和 Linux 操作系统 85 …s://www.putty.org/>`_, `PuTTY SSH Client <https://www.putty.org/>`_ 既可用于 Windows 也可用于 Linux。你也可以使用… 87 运行终端,配置在上述步骤中确认的串口:波特率 = 115200,数据位 = 8,停止位 = 1,奇偶校验 = N。以下截屏分别展示了如何在 Windows 和 Linux 中配置串口和上述通信参数(… 89 .. figure:: ../../_static/putty-settings-windows.png 91 :alt: 在 Windows 操作系统中使用 PuTTY 设置串口通信参数 94 在 Windows 操作系统中使用 PuTTY 设置串口通信参数
|
D | index.rst | 73 * 电脑(Windows、Linux 或 Mac OS) 152 * :ref:`get-started-get-prerequisites` (:doc:`Windows <windows-setup>` 、:doc:`Linux <linux-setup>` … 178 Windows <windows-setup> 183 | |windows-logo| | |linux-logo| | |macos-logo| | 185 | `Windows`_ | `Linux`_ | `macOS`_ | 188 .. |windows-logo| image:: ../../_static/windows-logo.png 189 :target: ../get-started/windows-setup.html 197 .. _Windows: ../get-started/windows-setup.html 203 …在本文档中,Linux 和 macOS 操作系统中 ESP-IDF 的默认安装路径为 ``~/esp``;Windows 操作系统中的默认安装路径为 ``%userprofile%\esp``。您… 225 Windows 操作系统 [all …]
|
D | windows-setup-update.rst | 2 在 Windows 环境下更新 ESP-IDF 工具 7 .. _get-started-install_bat-windows: 12 请从 Windows “命令提示符”窗口,切换至 ESP-IDF 的安装目录。然后运行:: 22 .. _get-started-export_bat-windows: 27 ESP-IDF 工具安装器将在“开始菜单”为 “ESP-IDF 命令提示符”创建快捷方式。点击该快捷方式可打开 Windows 命令提示符窗口,您可在该窗口使用所有已安装的工具。
|
/hal_espressif-3.5.0/docs/en/get-started/ |
D | windows-setup-scratch.rst | 2 Setup Windows Toolchain from Scratch 7 This is a step-by-step alternative to running the :doc:`ESP-IDF Tools Installer <windows-setup>` fo… 9 … tools in standard way, using the ESP-IDF Tools installer, proceed to section :doc:`windows-setup`. 12 …The GNU Make based build system requires the MSYS2_ Unix compatibility environment on Windows. The… 14 .. _get-esp-idf-windows-command-line: 21 …mand line. The current cmake-based build system can run in the regular **Windows Command Prompt** … 27 .. include-build-file:: inc/git-clone-windows.inc 49 Download the latest stable release of CMake_ for Windows and run the installer. 57 …binaries for 64-bit Windows. It is possible to use CMake and ``idf.py`` with other build tools, su… 59 Download the Ninja_ latest stable Windows release from the (`download page <ninja-dl_>`_). [all …]
|
D | windows-setup.rst | 2 Standard Setup of Toolchain for Windows 10 …64-bit versions of Windows are supported. 32-bit Windows can use the :doc:`Legacy GNU Make Build S… 22 …started-legacy/windows-setup>` and MSYS2_ Unix compatibility environment. This is no longer requir… 32 .. _get-started-windows-tools-installer: 42 …e installer will download only necessary dependencies including `Git For Windows`_ during the ins… 44 …network connection. The installer contains all required dependencies including `Git For Windows`_ . 99 For the remaining Getting Started steps, we're going to use the Windows Command Prompt. 122 windows-setup-update 128 .. _Python: https://www.python.org/downloads/windows/ 129 .. _Git for Windows: https://gitforwindows.org/
|
D | establish-serial-connection.rst | 21 Check port on Windows 24 Check the list of identified COM ports in the Windows Device Manager. Disconnect {IDF_TARGET_NAME} … 30 :alt: USB to UART bridge of ESP32-DevKitC in Windows Device Manager 33 USB to UART bridge of ESP32-DevKitC in Windows Device Manager 37 :alt: Two USB Serial Ports of ESP-WROVER-KIT in Windows Device Manager 40 Two USB Serial Ports of ESP-WROVER-KIT in Windows Device Manager 82 Windows and Linux 85 …e `PuTTY SSH Client <http://www.putty.org/>`_ that is available for both Windows and Linux. You ca… 87 …nd such transmission parameters (in short described as 115200-8-1-N) on Windows and Linux. Rememb… 89 .. figure:: ../../_static/putty-settings-windows.png [all …]
|
D | index.rst | 73 * **Computer** running Windows, Linux, or macOS 152 * :ref:`get-started-get-prerequisites` for :doc:`Windows <windows-setup>`, :doc:`Linux <linux-setup… 178 Windows <windows-setup> 183 | |windows-logo| | |linux-logo| | |macos-logo| | 185 | `Windows`_ | `Linux`_ | `Mac OS`_ | 188 .. |windows-logo| image:: ../../_static/windows-logo.png 189 :target: ../get-started/windows-setup.html 197 .. _Windows: ../get-started/windows-setup.html 203 …This guide uses the directory ``~/esp`` on Linux and macOS or ``%userprofile%\esp`` on Windows as … 225 Windows subsection [all …]
|
D | windows-setup-update.rst | 2 Updating ESP-IDF tools on Windows 7 .. _get-started-install_bat-windows: 12 From the Windows Command Prompt, change to the directory where ESP-IDF is installed. Then run:: 22 .. _get-started-export_bat-windows:
|
/hal_espressif-3.5.0/docs/zh_CN/get-started-legacy/ |
D | windows-setup-scratch.rst | 2 从零开始设置 Windows 环境下的工具链(传统 GNU Make) 7 手动安装所有工具能更好地控制整个安装流程,同时也方便高阶用户进行自定义安装。此外,经验不足的用户还可以参考 :doc:`预编译环境 <windows-setup>` 中的步骤进行准备。 9 使用预编译环境对工具链进行快速标准设置,请参照 :doc:`windows-setup`。 12 .. _configure-windows-toolchain-from-scratch-legacy: 25 …* 为什么要特别打开这个终端窗口?MSYS2 会对不同环境进行区分。默认的 "MSYS" 环境与 Cygwin 相仿,会为 Windows 系统的 API 调用增加一个转换层。但为了使用支持 CO… 27 …es.sh`` 的脚本。如果您还没有本地 ESP-IDF 副本,也可以从以下地址进行下载(请下载 raw 格式)::idf_raw:`tools/windows/windows_install_p… 91 如果您已完成了 :ref:`configure-windows-toolchain-from-scratch-legacy` 中介绍的所有步骤,则已经拥有了工具链,这里无需重复下载。 95 …仅拥有工具链 *尚无法* 让您在 Windows 中使用 ESP-IDF。除此之外,您还至少需要安装 GNU make、bash 和 sed。上述环境已经包括这些配置,此外还有一个主机编译器(这样… 103 .. _updating-existing-windows-environment-legacy: 108 当 IDF 有更新时,有时需要安装新的工具链或为 Windows MSYS2 环境添加新的系统要求。 [all …]
|
D | establish-serial-connection.rst | 42 查看端口(Windows 用户) 45 检查 Windows 设备管理器中的 COM 端口列表。断开 ESP32 与 PC 的连接,然后重连。查看从列表中消失后再次出现的是哪个端口。 51 :alt: Windows 设备管理器中 ESP32-DevKitC 的 USB 至 UART 桥 54 Windows 设备管理器中 ESP32-DevKitC 的 USB 至 UART 桥 58 :alt: Windows 设备管理器中 ESP-WROVER-KIT 的两个 USB 串行端口 61 Windows 设备管理器中 ESP-WROVER-KIT 的两个 USB 串行端口 96 …用。在本示例中,我们将使用 `PuTTY SSH Client <https://www.putty.org/>`_ 进行验证。该工具同时适用于 Windows 和 Linux 操作系统。您也可以… 98 运行终端,配置串口:波特率 = 115200,数据位 = 8,停止位 = 1,奇偶校验 = N。在 Windows 和 Linux 中配置串口和通信参数(如 115200-8-1-N)的截图如下。注… 100 .. figure:: ../../_static/putty-settings-windows.png 102 :alt: 在 Windows 操作系统中使用 PuTTY 设置串口通信参数 [all …]
|
D | windows-setup.rst | 2 Windows 平台工具链的标准设置(传统 GNU Make) 11 Windows 系统没有内置的 "make" 环境,所以除了安装工具链之外,您还需要一个兼容 GNU 的环境。这里,我们使用 MSYS2_ 环境兼容 GNU。您无需一直使用这个环境,比如您可以使用 … 17 最简便的工具链设置方法是从下方地址下载 Windows 多合一工具链和 MSYS2 压缩包文件: 51 当 IDF 有更新时,有时需要安装新的工具链或为 Windows MSYS2 环境添加新的要求。如需将旧版本预编译环境中的数据迁移至新版本,您可以: 61 此外,您还可以 :ref:`直接更新现有环境(无需下载新的版本)<updating-existing-windows-environment-legacy>`,但步骤更加复杂。 69 windows-setup-scratch
|
D | index.rst | 37 * PC(Windows、Linux 或 macOS) 68 * :doc:`Windows <windows-setup>`、:doc:`Linux <linux-setup>` 和 :doc:`macOS <macos-setup>` 的 :ref:`ge… 95 Windows <windows-setup> 100 | |windows-logo| | |linux-logo| | |macos-logo| | 105 .. |windows-logo| image:: ../../_static/windows-logo.png 106 :target: ../get-started-legacy/windows-setup.html 114 .. _Windows: ../get-started-legacy/windows-setup.html 120 …在本文档中,Linux 和 macOS 操作系统中 ESP-IDF 的默认安装路径为 ``~/esp``;Windows 操作系统的默认路径为 ``%userprofile%\esp``。您也可以… 159 …进行永久设置,具体请前往 :doc:`add-idf_path-to-profile` 章节,查看 :ref:`Windows <add-idf_path-to-profile-windows-l… 197 Windows 操作系统 [all …]
|
D | eclipse-setup.rst | 15 * 首先,请在您的平台上安装相应的 ESP-IDF,具体步骤请按照您的操作系统(Windows、OS X 和 Linux)对应的指示进行安装。 49 * 再次点击 **"Add..."**,并在 ``IDF_PATH`` 处输入 ESP-IDF 所在的完整安装路径。Windows 用户可以从 Windows 浏览器复制 ``IDF_PATH``。 51 …`/home/user-name/esp/xtensa-esp32-elf/bin`` (例)。注意,您需要在补充的路径前增加一个冒号(`:`)。Windows 用户需要将 ``PATH`` 环境… 55 **特别说明**:如果您的 IDF_PATH 或项目不在 ``C:\msys32\home`` 之下,则应使用自定义编译命令:``python ${IDF_PATH}/tools/windows/e…
|
/hal_espressif-3.5.0/docs/en/get-started-legacy/ |
D | windows-setup-scratch.rst | 2 Setup Windows Toolchain from Scratch (Legacy GNU Make) 7 …dvanced users to customize the install. The :doc:`pre-built environment <windows-setup>`, addresse… 9 …e toolchain in standard way, using a prebuilt environment, proceed to section :doc:`windows-setup`. 12 .. _configure-windows-toolchain-from-scratch-legacy: 19 …ly support a 32-bit MSYS environment, it works on both 32-bit and 64-bit Windows.) At time of writ… 25 …t "MSYS" environment is Cygwin-like and uses a translation layer for all Windows API calls. We nee… 27 …can just download that one file in Raw format from here: :idf_raw:`tools/windows/windows_install_p… 29 …shell script into the MSYS2 terminal window. You can type it as a normal Windows path, but use for… 89 …If you followed instructions :ref:`configure-windows-toolchain-from-scratch-legacy`, you already h… 93 …Just having this toolchain is *not enough* to use ESP-IDF on Windows. You will need GNU make, bash… [all …]
|
D | establish-serial-connection.rst | 42 Check port on Windows 45 Check the list of identified COM ports in the Windows Device Manager. Disconnect ESP32 and connect … 51 :alt: USB to UART bridge of ESP32-DevKitC in Windows Device Manager 54 USB to UART bridge of ESP32-DevKitC in Windows Device Manager 58 :alt: Two USB Serial Ports of ESP-WROVER-KIT in Windows Device Manager 61 Two USB Serial Ports of ESP-WROVER-KIT in Windows Device Manager 97 …e `PuTTY SSH Client <http://www.putty.org/>`_ that is available for both Windows and Linux. You ca… 99 …nd such transmission parameters (in short described as 115200-8-1-N) on Windows and Linux. Rememb… 101 .. figure:: ../../_static/putty-settings-windows.png 103 :alt: Setting Serial Communication in PuTTY on Windows [all …]
|
D | windows-setup.rst | 2 Standard Setup of Toolchain for Windows (Legacy GNU Make) 11 Windows doesn't have a built-in "make" environment, so as well as installing the toolchain you will… 17 The quick setup is to download the Windows all-in-one toolchain & MSYS2 zip file from dl.espressif.… 55 …metimes new toolchains are required or new requirements are added to the Windows MSYS2 environment… 65 …he existing environment without downloading a new one <updating-existing-windows-environment-legac… 73 windows-setup-scratch
|
D | index.rst | 37 * **Computer** running Windows, Linux, or macOS 68 * :ref:`get-started-setup-toolchain-legacy` for :doc:`Windows <windows-setup>`, :doc:`Linux <linux-… 95 Windows <windows-setup> 100 | |windows-logo| | |linux-logo| | |macos-logo| | 105 .. |windows-logo| image:: ../../_static/windows-logo.png 106 :target: ../get-started-legacy/windows-setup.html 114 .. _Windows: ../get-started-legacy/windows-setup.html 120 …This guide uses the directory ``~/esp`` on Linux and macOS or ``%userprofile%\esp`` on Windows as … 159 …ently. Please follow the instructions specific to :ref:`Windows <add-idf_path-to-profile-windows-l… 197 Windows subsection [all …]
|
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/esptool/ |
D | basic-options.rst | 23 …ected using the ``-p`` option, like ``-p /dev/ttyUSB0`` (Linux and macOS) or ``-p COM1`` (Windows). 29 …Windows and macOS may require drivers to be installed for a particular USB/serial adapter, before … 31 …On Windows, you can use `Windows Update or Device Manager <https://support.microsoft.com/en-us/hel… 33 …Windows, you have to convert the Windows-style name into a Unix-style path (``COM1`` -> ``/dev/tty… 34 this environment uses a native Windows Python which accepts COM ports as-is.)
|
/hal_espressif-3.5.0/ |
D | requirements.txt | 24 # Windows is not supported since 0.14.0.0. See https://github.com/cs01/gdbgui/issues/348 44 # windows-curses are required in Windows command line but cannot be installed in MSYS2. A requireme… 45 # "windows-curses; sys_platform == 'win32'" would want to install the package on both of them. Ther… 46 …ting MSYS2. So instead, a dummy custom package is used with "windows-curses" dependency for Windows 48 file://${IDF_PATH}/tools/kconfig_new/esp-windows-curses; sys_platform == 'win32'
|
/hal_espressif-3.5.0/tools/idf_monitor_base/ |
D | ansi_color_converter.py | 34 # list mapping the 8 ANSI colors (the indexes) to Windows Console colors 45 …Returns an ANSIColorConverter on Windows and the original output method (orig_output_method) on ot… 55 and convert them into calls to Windows SetConsoleTextAttribute. 59 …Ironically, in Windows this console output is normally wrapped by winpty which will then detect th… 78 … # Windows 10 bug since the Fall Creators Update, sometimes writing to console randomly throws 82 … # Also possible for Windows to throw an OSError error if the data is invalid for the console 126 # Account for Windows Console refusing to accept garbage bytes (serial noise, etc)
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | index.rst | 22 …介绍如何在 :doc:`Windows <building-openocd-windows>`,:doc:`Linux <building-openocd-linux>` 和 :doc:`macO… 45 本文将介绍如何在 Linux、Windows 和 macOS 环境下为 {IDF_TARGET_NAME} 安装 OpenOCD,并使用 GDB 进行软件调试。除部分安装流程有所不同外,所有操作系统… 49 …本文使用的图片素材来自于 Ubuntu 16.04 LTS 上 Eclipse Neon 3 软件的截图,不同的操作系统(Windows、macOS 或 Linux)或不同的 Eclipse 软件… 67 …G 调试和应用程序加载、监视的功能,使得软件从编写、编译、加载到调试的迭代过程变得更加快速简单。Eclipse IDE 及其集成的调试软件均适用于 Windows、Linux 和 macOS 平台。 126 …的值,以确认 OpenOCD 配置文件的路径,Linux 和 macOS 用户可以在终端输入 ``echo $OPENOCD_SCRIPTS``,Windows 用户需要输入 ``echo %OP… 169 打开终端,按照快速入门指南中的 :ref:`设置好开发环境 <get-started-set-up-env>` 章节进行操作,然后运行如下命令,以启动 OpenOCD(该命令适用于 Windows、… 266 Windows <building-openocd-windows> 279 Windows 用户可以执行: 292 Windows 用户的示例如下:
|
/hal_espressif-3.5.0/examples/system/console_usb/ |
D | README.md | 44 - On Windows, it will be one of COM ports 120 …e following log output appears, consider using a different serial monitor (e.g. Putty for Windows). 129 On Windows, try using Putty instead. 135 On Windows 10, macOS, Linux, USB CDC devices do not require additional drivers to be installed. 142 - On Windows, check the Device Manager
|
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/ |
D | index.rst | 22 …Procedure to build OpenOCD from sources for :doc:`Windows <building-openocd-windows>`, :doc:`Linux… 45 …lling OpenOCD for {IDF_TARGET_NAME} and debugging using GDB under Linux, Windows and macOS. Except… 49 …particular user interface looks like, depending on whether you are using Windows, macOS or Linux a… 67 …The Eclipse IDE (and the integrated debugging software) is available for Windows, Linux and macOS … 124 …ENOCD_SCRIPTS`` (for Linux and macOS) or ``echo %OPENOCD_SCRIPTS%`` (for Windows). If a valid path… 167 …on of the Getting Started Guide. Then run OpenOCD (this command works on Windows, Linux, and macOS… 264 Windows <building-openocd-windows> 277 For Windows: 290 and Windows:
|