libcortex_r5: add lib.rs
This commit is contained in:
parent
efa9a17cd2
commit
ddc184cd89
10
libcortex_r5/src/lib.rs
Normal file
10
libcortex_r5/src/lib.rs
Normal file
@ -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
Block a user