esp-rs / esp-flasher-stub

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

Support ESP8266 #36

Closed SergioGasquez closed 9 months ago

SergioGasquez commented 9 months ago

Shall we also support ESP8266 and generate stubs for it?

MabezDev commented 9 months ago

This stub is built on esp-hal, and we don't support esp8266 in esp-hal so this might be quite a lot of work to get it going.

SergioGasquez commented 9 months ago

Then I guess well keep using the C-stub for ESP8266, thanks!