better naming
This commit is contained in:
10
zynq7000-rt/src/lib.rs
Normal file
10
zynq7000-rt/src/lib.rs
Normal file
@ -0,0 +1,10 @@
|
||||
//! Rust bare metal run-time support for the AMD Zynq 7000 SoCs
|
||||
//!
|
||||
//! This includes basic low-level startup code similar to the bare-metal boot routines
|
||||
//! [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;
|
Reference in New Issue
Block a user