Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
ci/ | 18-Mar-2025 | - | 249 | 191 | ||
docs/ | 18-Mar-2025 | - | 6,321 | 4,511 | ||
esp_rfc2217_server/ | 18-Mar-2025 | - | 323 | 244 | ||
espefuse/ | 18-Mar-2025 | - | 19,206 | 15,871 | ||
espsecure/ | 18-Mar-2025 | - | 2,160 | 1,755 | ||
esptool/ | 18-Mar-2025 | - | 10,343 | 8,124 | ||
flasher_stub/ | 18-Mar-2025 | - | 32,221 | 28,448 | ||
test/ | 18-Mar-2025 | - | 7,544 | 6,191 | ||
CHANGELOG.md | D | 18-Mar-2025 | 10.4 KiB | 256 | 208 | |
CONTRIBUTING.rst | D | 18-Mar-2025 | 9.2 KiB | 183 | 101 | |
LICENSE | D | 18-Mar-2025 | 17.7 KiB | 340 | 281 | |
MANIFEST.in | D | 18-Mar-2025 | 324 | 12 | 11 | |
README.md | D | 18-Mar-2025 | 1.3 KiB | 22 | 11 | |
esp_rfc2217_server.py | D | 18-Mar-2025 | 2 KiB | 57 | 16 | |
espefuse.py | D | 18-Mar-2025 | 1.2 KiB | 38 | 16 | |
espsecure.py | D | 18-Mar-2025 | 1.2 KiB | 38 | 16 | |
esptool.py | D | 18-Mar-2025 | 1.1 KiB | 38 | 16 | |
pyproject.toml | D | 18-Mar-2025 | 5.5 KiB | 167 | 141 | |
setup.py | D | 18-Mar-2025 | 542 | 22 | 19 |
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[](https://github.com/espressif/esptool/actions/workflows/test_esptool.yml) [](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