DEV_semaphore/.platformio/packages/tool-esptoolpy
David Diaz d76c8bc3c5 Initial commit 2024-07-27 16:03:03 +02:00
..
.github Initial commit 2024-07-27 16:03:03 +02:00
espefuse Initial commit 2024-07-27 16:03:03 +02:00
espsecure Initial commit 2024-07-27 16:03:03 +02:00
esptool Initial commit 2024-07-27 16:03:03 +02:00
flasher_stub Initial commit 2024-07-27 16:03:03 +02:00
.git-blame-ignore-revs Initial commit 2024-07-27 16:03:03 +02:00
.gitignore Initial commit 2024-07-27 16:03:03 +02:00
.gitlab-ci.yml Initial commit 2024-07-27 16:03:03 +02:00
.piopm Initial commit 2024-07-27 16:03:03 +02:00
CONTRIBUTING.rst Initial commit 2024-07-27 16:03:03 +02:00
LICENSE Initial commit 2024-07-27 16:03:03 +02:00
MANIFEST.in Initial commit 2024-07-27 16:03:03 +02:00
README.md Initial commit 2024-07-27 16:03:03 +02:00
esp_rfc2217_server.py Initial commit 2024-07-27 16:03:03 +02:00
espefuse.py Initial commit 2024-07-27 16:03:03 +02:00
espsecure.py Initial commit 2024-07-27 16:03:03 +02:00
esptool.py Initial commit 2024-07-27 16:03:03 +02:00
package.json Initial commit 2024-07-27 16:03:03 +02:00
setup.cfg Initial commit 2024-07-27 16:03:03 +02:00
setup.py Initial commit 2024-07-27 16:03:03 +02:00

README.md

esptool.py

A Python-based, open-source, platform-independent utility to communicate with the ROM bootloader in Espressif chips.

Test esptool Build esptool

Documentation

Visit the documentation or run esptool.py -h.

Contribute

If you're interested in contributing to esptool.py, please check the contributions guide.

About

esptool.py 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.