Skip to content

Commit 8cc8e5a

Browse files
committed
Move/add example links for qspi and octospi
1 parent d18574d commit 8cc8e5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/xspi/mod.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
//! let config = xspi::Config::new(12.mhz()).fifo_threshold(16);
6565
//! ```
6666
//!
67+
//! # Examples
68+
//!
69+
//! - [Simple QSPI example](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/qspi.rs)
70+
//! - [QSPI memory usage](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/qspi_flash_memory.rs)
71+
//! - [QSPI using MDMA](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/qspi_mdma.rs)
72+
//! - [OCTOSPI memory usage](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/octospi.rs)
73+
//!
6774
//! # Limitations
6875
//!
6976
//! This driver currently only supports indirect operation mode of the xSPI

0 commit comments

Comments
 (0)