12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- Metadata-Version: 2.0
- Name: esptool
- Version: 2.6
- Summary: A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips.
- Home-page: https://github.com/espressif/esptool
- Author: Fredrik Ahlberg (themadinventor) & Angus Gratton (projectgus)
- Author-email: angus@espressif.com
- License: GPLv2+
- Platform: UNKNOWN
- Classifier: Development Status :: 5 - Production/Stable
- Classifier: Intended Audience :: Developers
- Classifier: Natural Language :: English
- Classifier: Operating System :: POSIX
- Classifier: Operating System :: Microsoft :: Windows
- Classifier: Operating System :: MacOS :: MacOS X
- Classifier: Topic :: Software Development :: Embedded Systems
- Classifier: Environment :: Console
- Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Programming Language :: Python :: 3.4
- Classifier: Programming Language :: Python :: 3.5
- Classifier: Programming Language :: Python :: 3.6
- Requires-Dist: ecdsa
- Requires-Dist: pyaes
- Requires-Dist: pyserial (>=3.0)
- ==========
- esptool.py
- ==========
- A command line utility to communicate with the ROM bootloader in Espressif ESP8266 & ESP32 microcontrollers.
- Allows flashing firmware, reading back firmware, querying chip parameters, etc.
- The esptool.py project is hosted on github: https://github.com/espressif/esptool
- Installation
- ------------
- esptool can be installed via pip:
- $ pip install --upgrade esptool
- Since version 1.3, esptool supports both Python 2.7 and Python 3.4 or newer.
- Since version 2.0, esptool supports both ESP8266 & ESP32.
- Usage
- -----
- Please see the `Usage section of the README.md file <https://github.com/espressif/esptool#usage>`_.
- You can also get help information by running `esptool.py --help`.
- Contributing
- ------------
- Please see the `CONTRIBUTING.md file on github <https://github.com/espressif/esptool/blob/master/CONTRIBUTING.md>`_.
|