- Python 99.1%
- Makefile 0.4%
- Linker Script 0.3%
|
Some checks are pending
Build esptool / Build esptool binaries for linux-aarch64 (push) Waiting to run
Build esptool / Build esptool binaries for linux-amd64 (push) Waiting to run
Build esptool / Build esptool binaries for linux-armv7 (push) Waiting to run
Build esptool / Build esptool binaries for macos-amd64 (push) Waiting to run
Build esptool / Build esptool binaries for macos-arm64 (push) Waiting to run
Build esptool / Build esptool binaries for windows-amd64 (push) Waiting to run
Build esptool / Create GitHub release (push) Blocked by required conditions
Test esptool / test_esptool (3.10) (push) Waiting to run
Test esptool / test_esptool (3.11) (push) Waiting to run
Test esptool / test_esptool (3.12) (push) Waiting to run
Test esptool / test_esptool (3.13) (push) Waiting to run
Test esptool / test_esptool (3.14) (push) Waiting to run
Test esptool / check_stubs (push) Waiting to run
fix: Preserve VID/PID lookup for symlinked ports See merge request espressif/esptool!970 |
||
|---|---|---|
| .github | ||
| .gitlab | ||
| ci | ||
| docs | ||
| esp_rfc2217_server | ||
| espefuse | ||
| espsecure | ||
| esptool | ||
| test | ||
| .git-blame-ignore-revs | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .pre-commit-config.yaml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.rst | ||
| esp_rfc2217_server.py | ||
| espefuse.py | ||
| espsecure.py | ||
| esptool.py | ||
| LICENSE | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.md | ||
| setup.py | ||
esptool
A Python-based, open-source, platform-independent serial utility for flashing, provisioning, and interacting with Espressif SoCs.
Documentation
Visit the documentation or run esptool -h.
Flasher Stub
esptool uploads a small flasher stub program to the chip to improve flashing performance and work around ROM bootloader limitations. The stub is developed in the esp-flasher-stub repository. Prebuilt binaries are bundled with esptool releases.
Contribute
If you're interested in contributing to esptool, please check the contributions guide.
About
esptool was initially created by Fredrik Ahlberg (@themadinventor), and later maintained by Angus Gratton (@projectgus). It is now supported by Espressif Systems. It has also received improvements from many members of the community.
License
This document and the attached source code are released as Free Software under GNU General Public License Version 2 or later. See the accompanying LICENSE file for a copy.