zync_us: add lib.rs

feature/zcu111
Brad Bondurant 2022-11-16 08:57:45 -05:00
parent 79a0d72976
commit 20784803f0
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#![no_std]
extern crate alloc;
/// Re-export so that dependents can always use the same version
pub use libboard_zynq::smoltcp;
pub mod slcr;
pub mod uart;