rp-hal-boards/rp2040-hal
Andrea Nall 8d0fde20c6 Add SubsystemReset trait to handle subsystem resets
dd a `SubsystemReset` trait which adds a `reset_bring_up` function to the
relevant PAC types to handle bringing subsystems out of reset.

Also, correct that the PLL and UART modules did not bring the relevant
subsystems out of reset and refactor the GPIO module to use the
SubsystemReset trait.
2021-05-16 13:12:26 -05:00
..
examples typo fix, rustfmt 2021-05-10 08:29:59 -05:00
src Add SubsystemReset trait to handle subsystem resets 2021-05-16 13:12:26 -05:00
.gitignore Initial Commit: Updated author information. 2021-01-22 09:18:12 -05:00
Cargo.toml Remove duplicate entry in Cargo.toml 2021-05-05 12:48:40 +10:00