esp-rs/espflash repo issues and pull requests
Change long form of save-image --ignore-app-descriptor #974 [DaneSlattery] breaking changes
Solves #973
Rename `ignore_app_descriptor` flag to `ignore-app-descriptor` #973 [SergioGasquez]
For now, I can use --ignore_app_descriptor (which, by the way, is the only flag separated by _) Oh that's bad...
Replace old `BLOCK_SIZES` with definitions of the blocks themselves #971 [kyrias]
The actual block definitions only exist within Python classes so this commit uses PyO3 to import the esptool.py...
Deprecate `ignore_app_descriptor` #982 [SergioGasquez] breaking changes
See #974 (review) and #973
Return of direct-boot #706 [JohnnyZig] help wanted image-format
I like your tool, it is fast, simple, does the job and has UART monitor with reset. But I am using it to flash bare...
Official support for encrypted flash #642 [ost-ing] help wanted feature request
After a lengthy discussion on matrix, it seems that there is no official statement about how to get encrypted flash...
Update stubs #983 [SergioGasquez]
Updated stubs to espressif/esptool@5d747d8
[ESP32-S2] Not able to connect prior using esptool #860 [aemarkov] status:needs-investigation
Hello! I am trying to flash Wemos S2 mini (ESP32-S2) via USB. But espflash unable to connect to chip until...
eFuse write support #962 [kyrias]
This pull requests add support for writing eFuses to all currently supported chips. From reading both the relevant...
Use /<commands> for HIL testing like we do in esp-hal #978 [SergioGasquez] CI
See esp-rs/esp-hal#4429
SergioGasquez: Closed by #974