esp-rs / esp-flasher-stub

Rust implementation of flasher stub located in esptool
Apache License 2.0
18 stars 10 forks source link

Use ROM MD5 instead of a external crate #30

Closed MabezDev closed 11 months ago

MabezDev commented 11 months ago

We have save around 3K~ by doing this, we already have the API available in esp-hal: https://github.com/esp-rs/esp-hal/blob/main/esp-hal-common/src/rom/md5.rs

DNedic commented 11 months ago

LGTM, good job!