You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`esp_rfc2217_server.py` - RFC2217 serial-over-TCP server
12
12
13
-
**Project type:** Python 3.10+ package with console entry points, using setuptools build system and Click/rich_click for CLI interfaces. Supports ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C5, ESP32-C6, ESP32-H2, ESP32-P4, ESP8266, and other Espressif chips.
13
+
**Project type:** Python 3.10+ package with console entry points, using setuptools build system and Click/rich_click for CLI interfaces. Supports ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C5, ESP32-C6, ESP32-H2, ESP32-H21, ESP32-P4, ESP8266, and other Espressif chips.
14
14
15
15
**Repository size:**~200 files, primarily Python code with some binary stub flasher files and YAML configuration files.
16
16
@@ -35,7 +35,7 @@ This document provides essential information for coding agents working on the es
35
35
3.**Verify installation works:**
36
36
```bash
37
37
esptool.py --help
38
-
espefuse.py --help
38
+
espefuse.py --help
39
39
espsecure.py --help
40
40
esp_rfc2217_server.py --help
41
41
```
@@ -163,7 +163,7 @@ esptool recognizes these environment variables for default behavior:
163
163
-**`ESPTOOL_PORT`** - Default serial port
164
164
-**`ESPTOOL_BAUD`** - Default baud rate
165
165
-**`ESPTOOL_FF`** - Default flash frequency
166
-
-**`ESPTOOL_FM`** - Default flash mode
166
+
-**`ESPTOOL_FM`** - Default flash mode
167
167
-**`ESPTOOL_FS`** - Default flash size
168
168
-**`ESPTOOL_BEFORE`** - Default reset mode before operation
169
169
-**`ESPTOOL_AFTER`** - Default reset mode after operation
@@ -87,7 +87,7 @@ This guide explains how to select the boot mode correctly and describes the boot
87
87
88
88
{IDF_TARGET_STRAP_BOOT_2_GPIO} must also be either left unconnected/floating, or driven Low, in order to enter the serial bootloader.
89
89
90
-
.. only:: esp32c3 or esp32c2 or esp32h2 or esp32c6 or esp32p4 or esp32c5 or esp32c61
90
+
.. only:: esp32c3 or esp32c2 or esp32h2 or esp32c6 or esp32p4 or esp32c5 or esp32c61 or esp32h21
91
91
92
92
{IDF_TARGET_STRAP_BOOT_2_GPIO} must also be driven High, in order to enter the serial bootloader reliably. The strapping combination of {IDF_TARGET_STRAP_BOOT_2_GPIO} = 0 and {IDF_TARGET_STRAP_BOOT_GPIO} = 0 is invalid and will trigger unexpected behavior.
0 commit comments