Jesse Braham 06259e9587 Update flasher stubs and bootloaders (#426)
* Update all flasher stubs to their latest versions

* Rebuild all bootloaders using the `release/v5.1` branch

* Update the resources `README`

* Regenerate test image, so that tests pass again

* Re-build the bootloader for the C2 to support newer revisions
2023-06-08 06:01:42 -07:00
2023-05-30 09:37:27 -07:00
2023-05-26 09:40:27 -07:00
2023-05-31 05:48:08 -07:00

espflash

GitHub Workflow Status Crates.io Matrix

Serial flasher utilities for Espressif devices, based loosely on esptool.py.

Supports the ESP32, ESP32-C2/C3/C6, ESP32-S2/S3, ESP32-H2 and ESP8266.

cargo-espflash

A cargo extension for flashing Espressif devices.

For more information and installation instructions, please refer to the cargo-espflash package's README.

espflash

A library and command-line tool for flashing Espressif devices.

For more information and installation instructions, please refer to the espflash package's README.

Git Hooks

We provide a simple pre-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.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Description
Serial flasher utility for Espressif SoCs and modules based on esptool.py
Readme 34 MiB
Languages
Rust 99.9%