Dániel Buga
Dániel Buga
cc #4502 Based on top of #4647
This issue tracks the state of the clock tree rework. - #4501 - Model clock trees of other chips - #4517 - #4527 - [ ] ESP32-C5 - #4553 -...
Currently, the keeping changelogs causes some minor, but nontrivial friction: - Even trivial changes require a changelog entry, unless maintainers tell otherwise with a label - Keeping the changelog requires...
Based on https://github.com/esp-rs/esp-hal/pull/2960 we might have some work to do - for one, we should change the other drivers as well. But we could also look into why EnumSet doesn't...
Will this pass?
GPIO27 is VDD_SPI, which is used along with external flash chips. It should not be unconditionally available, as accidentally using it as a GPIO may crash the MCU. Fixing this...
We can collect such cases here and tick them off as we go: - https://github.com/esp-rs/esp-hal/blob/d66281609b4c593ad07d0eb68a86efbbdb364f23/esp-hal/src/system.rs#L584-L585 - https://github.com/esp-rs/esp-hal/blob/d66281609b4c593ad07d0eb68a86efbbdb364f23/esp-hal/src/system.rs#L519-L520 - https://github.com/esp-rs/esp-hal/blob/d66281609b4c593ad07d0eb68a86efbbdb364f23/esp-hal/src/system.rs#L326 - https://github.com/esp-rs/esp-hal/blob/d66281609b4c593ad07d0eb68a86efbbdb364f23/esp-hal/src/system.rs#L375