- Notifications
You must be signed in to change notification settings - Fork145
Serial flasher utility for Espressif SoCs and modules based on esptool.py
License
Apache-2.0, MIT licenses found
Licenses found
esp-rs/espflash
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Serial flasher utilities for Espressif devices, based loosely onesptool.py.
Supports theESP32,ESP32-C2/C3/C5/C6,ESP32-H2,ESP32-P4, andESP32-S2/S3.
A cargo extension for flashing Espressif devices.
For more information and installation instructions, please refer to thecargo-espflash
package'sREADME.
A library and command-line tool for flashing Espressif devices.
For more information and installation instructions, please refer to theespflash
package'sREADME.
We provide a simplepre-commit
hook to verify the formatting of each package prior to committing changes. This can be enabled by placing it in the.git/hooks/
directory:
$ cp pre-commit .git/hooks/pre-commit
When using this hook, you can choose to ignore its failure on a per-commit basis by committing with the--no-verify
flag; however, you will need to be sure that all packages are formatted when submitting a pull request.
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE orhttp://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT orhttp://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion inthe work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, withoutany additional terms or conditions.
About
Serial flasher utility for Espressif SoCs and modules based on esptool.py
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Uh oh!
There was an error while loading.Please reload this page.