esp-rs / espflash

Serial flasher utility for Espressif SoCs and modules based on esptool.py
Apache License 2.0
455 stars 110 forks source link

Add serialport feature #535

Closed SergioGasquez closed 5 months ago

SergioGasquez commented 6 months ago

This tries to avoid always pulling libudev, see #500. Not sure if it is the best approach, though.

bjoernQ commented 6 months ago

I think this is for probe-rs but I'm wondering what is probe-rs actually using from espflash? Just the image creation? Would it make sense (long term) to have it in its own crate?

SergioGasquez commented 6 months ago

what is probe-rs actually using from espflash?

In the issue #500, they mention “even if one only decodes the IDF format”, so that's one thing, not sure if they are using anything else.