Dániel Buga
Dániel Buga
To be quite honest, running code from external flash will also fail if said flash is not memory mapped. The one exception I can think of is a bootloader that...
Turns out we need this for the ESP32, too 🙃
Yes, but `target-gen test` doesn't use the new reads so it would fail even if the flash algo is otherwise working.
> From my tests it starts breaking at 0x1C0000, 0x1B0000 works fine This is a good hint, thanks for including it.
Do you actually have an issue using probe-rs, or do you just have a problem with the info output showing you errors?
> Is changing clock sources at runtime without resetting the peripheral: > - Possible? > - A good idea? Where it isn't, we'll have to return a ConfigError. But generally...
I think the most safe option is to not provide a stable way to configure split halves just now. Although I also think we shouldn't provide stable split halves in...
That is a good idea, which we can actually add later (by providing a three-way split alternative for those who need it). Together with https://github.com/esp-rs/esp-hal/pull/2904 I think we can even...
Hmm a three-way split doesn't solve the problem that we have with spooky action in the distance. While we don't have to split the config structure up, we still can...
I don't understand why we need to special-case the clock source config.