mirror of
https://github.com/esp-rs/espflash.git
synced 2026-03-31 03:28:56 +00:00
3516c4bfd0135f05170df5800aba37d25f9703a8
* ci: ✨ Add Rasberry CI * ci: 🐛 Fix typo * ci: 🐛 Fix args order * ci: 🐛 Fix args order * ci: ⬆️ Bump actions/checkout * ci: ⬆️ Bump Swatinem/rust-cache * ci: ⚡️ Avoid using actions-rs * ci: ⚡️ Replace actions-rs/toolchain by dtolnay/rust-toolchain * ci: ⚡️ Fix CI warnings * ci: 🎨 Fix inputs * ci: ⚡️ Update mad9000/actions-find-and-replace-string and remove action-rs * ci: ⚡️ Update mad9000/actions-find-and-replace-string and remove action-rs * style: 🚨 Fix clippy warning * docs: 🎨 Fix links * build: 🎨 Format includes * style: 🎨 Sort dependencies * build: ⬆️ Bump dependencies * build: ⬆️ Bump dependencies * ci: ⚡️ Fail if there is a clippy warning * docs: 📝 Remove docstrings * docs: 📝 Update docstrings * docs: 📝 Update monitor docstrings * docs: 📝 Update monitor docstrings * docs: 📝 Update config docstrings * docs: 📝 Update cli mod docstrings * docs: 📝 Update docstrings * style: 🔊 Update log * revert: ⏪️ Revert cargo version upgrade * revert: ⏪️ Revert cargo version upgrade * ci: ⚡️ Fail on clippy warnings * build: ⬇️ Downgrade dependencies to maintain msrv * build: ⏪️ Rever pinned dependency * Update espflash/src/flasher/mod.rs Co-authored-by: Jesse Braham <jessebraham@users.noreply.github.com> * docs: 📝 Add refences to types * docs: 📝 Fix typo --------- Co-authored-by: Jesse Braham <jessebraham@users.noreply.github.com>
espflash
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.
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
Languages
Rust
99.9%