forked from M-Labs/zynq-rs
libcortex_r5: add lib.rs
This commit is contained in:
parent
efa9a17cd2
commit
ddc184cd89
|
@ -0,0 +1,10 @@
|
|||
#![no_std]
|
||||
#![feature(llvm_asm, global_asm)]
|
||||
#![feature(never_type)]
|
||||
#![feature(const_fn)]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
pub mod asm;
|
||||
pub mod regs;
|
||||
pub mod cache;
|
Loading…
Reference in New Issue