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

RFC: Remove direct-boot support #550

Closed SergioGasquez closed 5 months ago

SergioGasquez commented 5 months ago

Since it was removed in esp-hal, shall we remove direct-boot support?

MabezDev commented 5 months ago

Imo there doesn't seem to be a maintenance cost in keeping it, and it still might be useful for other frameworks, for example Zephyr recently started supporting it (though they called it simple boot). With that said, I don't maintain espflash so I will leave the decision to someone more qualified :D.

SergioGasquez commented 5 months ago

I guess we can leave it, the RFC idea was linked to https://github.com/esp-rs/espflash/issues/519#issuecomment-1829931606, and we've decided to keep ESP8266, so lets go with the same approach here.