esp-rs / esp-flasher-stub

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

Use XTAL_CLOCK as UART source #55

Closed SergioGasquez closed 4 months ago

SergioGasquez commented 4 months ago

Stubs rely on this to detect the crystal frequency.

Blocked until https://github.com/esp-rs/esp-hal/pull/1416 is merged.

dobairoland commented 4 months ago

https://github.com/esp-rs/esp-flasher-stub/pull/57 did not address this?

SergioGasquez commented 4 months ago

57 did not address this?

Yes, forgot to link the PR to this issue.