Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
docs/ | 11-Mar-2024 | - | 5,142 | 3,588 | ||
espefuse/ | 11-Mar-2024 | - | 13,293 | 10,908 | ||
espsecure/ | 11-Mar-2024 | - | 2,032 | 1,645 | ||
esptool/ | 11-Mar-2024 | - | 7,795 | 6,055 | ||
flasher_stub/ | 11-Mar-2024 | - | 30,953 | 27,340 | ||
.gitignore | D | 11-Mar-2024 | 112 | 17 | 14 | |
.gitlab-ci.yml | D | 11-Mar-2024 | 14.5 KiB | 452 | 385 | |
CONTRIBUTING.rst | D | 11-Mar-2024 | 7.5 KiB | 164 | 91 | |
LICENSE | D | 11-Mar-2024 | 17.7 KiB | 340 | 281 | |
MANIFEST.in | D | 11-Mar-2024 | 270 | 11 | 10 | |
README.md | D | 11-Mar-2024 | 1.3 KiB | 22 | 11 | |
esp_rfc2217_server.py | D | 11-Mar-2024 | 9.7 KiB | 287 | 211 | |
espefuse.py | D | 11-Mar-2024 | 1.1 KiB | 35 | 13 | |
espsecure.py | D | 11-Mar-2024 | 1.1 KiB | 35 | 13 | |
esptool.py | D | 11-Mar-2024 | 1.1 KiB | 35 | 13 | |
setup.cfg | D | 11-Mar-2024 | 876 | 28 | 21 | |
setup.py | D | 11-Mar-2024 | 4.1 KiB | 135 | 114 |
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