• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

ci/18-Mar-2025-249191

docs/18-Mar-2025-6,3214,511

esp_rfc2217_server/18-Mar-2025-323244

espefuse/18-Mar-2025-19,20615,871

espsecure/18-Mar-2025-2,1601,755

esptool/18-Mar-2025-10,3438,124

flasher_stub/18-Mar-2025-32,22128,448

test/18-Mar-2025-7,5446,191

CHANGELOG.mdD18-Mar-202510.4 KiB256208

CONTRIBUTING.rstD18-Mar-20259.2 KiB183101

LICENSED18-Mar-202517.7 KiB340281

MANIFEST.inD18-Mar-2025324 1211

README.mdD18-Mar-20251.3 KiB2211

esp_rfc2217_server.pyD18-Mar-20252 KiB5716

espefuse.pyD18-Mar-20251.2 KiB3816

espsecure.pyD18-Mar-20251.2 KiB3816

esptool.pyD18-Mar-20251.1 KiB3816

pyproject.tomlD18-Mar-20255.5 KiB167141

setup.pyD18-Mar-2025542 2219

README.md

1# esptool.py
2
3A Python-based, open-source, platform-independent utility to communicate with the ROM bootloader in Espressif chips.
4
5[![Test esptool](https://github.com/espressif/esptool/actions/workflows/test_esptool.yml/badge.svg?branch=master)](https://github.com/espressif/esptool/actions/workflows/test_esptool.yml) [![Build esptool](https://github.com/espressif/esptool/actions/workflows/build_esptool.yml/badge.svg?branch=master)](https://github.com/espressif/esptool/actions/workflows/build_esptool.yml)
6
7## Documentation
8
9Visit the [documentation](https://docs.espressif.com/projects/esptool/) or run `esptool.py -h`.
10
11## Contribute
12
13If you're interested in contributing to esptool.py, please check the [contributions guide](https://docs.espressif.com/projects/esptool/en/latest/contributing.html).
14
15## About
16
17esptool.py was initially created by Fredrik Ahlberg (@[themadinventor](https://github.com/themadinventor/)), and later maintained by Angus Gratton (@[projectgus](https://github.com/projectgus/)). It is now supported by Espressif Systems. It has also received improvements from many members of the community.
18
19## License
20
21This 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](https://github.com/espressif/esptool/blob/master/LICENSE) for a copy.
22