You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
265: Cross-Reference Example files in documentation r=hargoniX a=robamu
I think these examples help would a lot, so I added them in the struct comment block
Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
Copy file name to clipboardExpand all lines: src/ethernet/mod.rs
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@
5
5
//! - SMSC LAN8742a
6
6
//! - Micrel KSZ8081R
7
7
//!
8
+
//! # Examples
9
+
//!
10
+
//! - [Simple link checker for the Nucleo-H743ZI2](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/ethernet-nucleo-h743zi2.rs)
11
+
//! - [Simple link checker for the STM32H747I-DISCO](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/ethernet-stm32h747i-disco.rs)
12
+
//! - [Ethernet example for the STM32H747I-DISCO using RTIC](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/ethernet-rtic-stm32h747i-disco.rs)
8
13
9
14
/// Station Management Interface (SMI) on an ethernet PHY
0 commit comments