mirror of
https://github.com/esp-rs/espflash.git
synced 2026-03-11 16:20:15 +00:00
* Create the `xtask` package * Implement and xtask subcommand to generate eFuse field definitions from YAML files * Generate eFuse field definitions * Update `target` module to provide new eFuse reading API * All non-problematic chips working with new eFuse API * ESP32 is now working * ESP32-S2 is now (mostly) working * Very necessary change :) * Clean up the mess I made of the imports * Address clippy lints * Update `CHANGELOG.md` * Perform fewer raw eFuse field reads for ESP32 * Address review comment regarding `xtask` package * Verify that `xtask` package builds in CI * Fix block offset calculation
8 lines
125 B
TOML
8 lines
125 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["cargo-espflash", "espflash", "xtask"]
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
strip = true
|