esp-rs/espflash repo issues and pull requests
Indicate in CLI when a partition was skipped or being verified, fix incorrect chunk size being shown. #908 [nullstalgia]
This is meant to extend #904 to utilize the "skipped" flag in CLI, show an example usage of the verifying signal I...
Investigate espflash library usage #794 [MabezDev] status:needs-investigation
We don't have much from crates.io rev deps, but what we can, and should do is do a code search on Github/Gitlab to...
Document all public types #909 [jessebraham] skip-changelog
Probably still room for improvement with regards to docs, but this at least ensures all public types are documented...
Fix clippy warnings #911 [JurajSadel] skip-changelog
Those annoys me in my another branch 😆
Target module fixups #910 [MabezDev] skip-changelog
Rust API guidelines: `connection` module #913 [SergioGasquez] skip-changelog
Slightly touched flasher module too for C-CONV to have more sense
Apply relevant Rust API Guidelines to _library_ sections of espflash #864 [MabezDev]
https://rust-lang.github.io/api-guidelines/checklist.html To see the relevant API only build the docs locally via...
Apply relevant Rust API guidelines #915 [jessebraham]
Probably still missing some minor things, but I think this is good enough for the release. Most of these things can...
Cannot connect to esp32s3 without `--no-stub` #914 [skibon02]
Information Board: YD-ESP32-23 (https://github.com/rtek1000/YD-ESP32-23?tab=readme-ov-file) Connection: both type-c...
Fix SPI detection on s3 by using the right base address #917 [MabezDev] skip-changelog
Skipping change log because we haven't released since I broke it :D
Version 4.0.0 #916 [jessebraham]
Incompatible with rust edition "2024" #833 [justbuchanan]
I generated a simple project from template with cargo generate esp-rs/esp-idf-template cargo and was able to use...
"efuse blk rev" error with new bootloaders on qemu #919 [SFrijters]
I've read the similar issues that seem to have been resolved, but I'm still a bit out of my depth. I maintain a...
Add app descriptor check to save image #920 [SergioGasquez]
Add app descriptor check to save image Rename check_idf_bootloader to check_app_descriptor Only check_app_descriptor...
Decide where efuses code should live #851 [SergioGasquez]
> I'm also aware that we also have some efuse field generation in esp-hal's xtask, is the plan to retire that and...
Xtask tests #918 [SergioGasquez] skip-changelog
Do not merge
Update check takes a *very* long time to fail #879 [darconeous] status:awaiting-response
I noticed espflash recently started taking waaaaay longer to run on my system. A quick check of spindump indicates...
Improve missing app-desc errors #921 [SergioGasquez] skip-changelog
Improves #919 (comment), related to esp-rs/esp-hal#3750
Installation failure due to yanked dependency #922 [robertbastian]
% cargo install espflash Updating crates.io index Downloaded espflash v4.0.0 Downloaded 1 crate (233.9 KB)...
Add xtask command for running HIL tests #912 [JurajSadel] skip-changelog
Opening as a draft so I can test on the HIL runners.
After flashing a known good Rust program (tested successful with probe-rs on two Xiao C6s), a run --release with...
jessebraham: Very nice, thanks for this!