Merge pull request #1232 from embassy-rs/nrf-qspi-fixes

nrf/qspi: nrf53 support, u32 addrs, remove const generic, add raw read/write.
This commit is contained in:
Dario Nieuwenhuis
2023-03-05 03:19:11 +01:00
committed by GitHub
5 changed files with 168 additions and 101 deletions

View File

@@ -57,7 +57,7 @@ pub mod ppi;
pub mod pwm;
#[cfg(not(any(feature = "nrf51", feature = "_nrf9160", feature = "_nrf5340")))]
pub mod qdec;
#[cfg(feature = "nrf52840")]
#[cfg(any(feature = "nrf52840", feature = "_nrf5340-app"))]
pub mod qspi;
#[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))]
pub mod rng;