moved some generic components

This commit is contained in:
2025-02-24 12:29:02 +01:00
parent 3f6e6921d6
commit 86323a3ff7
6 changed files with 4275 additions and 4428 deletions

View File

@ -4,7 +4,7 @@
//! [provided by Xilinx](https://github.com/Xilinx/embeddedsw/tree/master/lib/bsp/standalone/src/arm/cortexa9/gcc).
#![no_std]
#[cfg(feature="rt")]
pub mod rt;
pub mod mmu;
mod mmu_table;
#[cfg(feature = "rt")]
pub mod rt;