Dániel Buga
Dániel Buga
> so maybe we could use those for SDIO_[CLK, CMD]? We shouldn't do any such hackery. These signals simply don't exist as GPIO matrix signals, so they shouldn't have GPIO...
The goal of the QA test is to figure out a path forward with https://github.com/esp-rs/esp-hal/issues/4135 . If it's still possible to starve out an I2S transfer (and why wouldn't it...
According to [the documentation](https://docs.rs/embedded-storage/latest/embedded_storage/nor_flash/trait.NorFlash.html#tymethod.erase): > Erase the given storage range, clearing all data within [from..to]. That's a closed-closed interval. Is our current check really incorrect?
Maybe we should then ask for clarification on the documentation, instead of guessing something and risking doing the wrong thing. This may be a case where the rest of our...