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

espflash always pulls in libudev for UART operation, even if one only decodes the IDF format. #500

Closed Yatekii closed 6 months ago

Yatekii commented 8 months ago

I would love if this could be put behind a feature flag so other crates don't need the udev dependency :)