eth-v2: Start Ethernet peripheral implementation

This commit is contained in:
Thales Fragoso
2021-06-07 02:30:38 -03:00
committed by Dario Nieuwenhuis
parent 6386c34079
commit 46e1bae9e3
8 changed files with 737 additions and 2 deletions

View File

@ -29,6 +29,8 @@ pub mod clock;
pub mod dac;
#[cfg(dma)]
pub mod dma;
#[cfg(eth)]
pub mod eth;
#[cfg(i2c)]
pub mod i2c;
#[cfg(pwr)]