libcortex_r5: add asm.rs based on cortex a9

feature/cortex-r5
Brad Bondurant 2022-11-10 09:21:33 -05:00
parent 4ae8ffa640
commit ab6d14f492
1 changed files with 1 additions and 0 deletions

1
libcortex_r5/src/asm.rs Normal file
View File

@ -0,0 +1 @@
pub use libcortex_a9::asm::*;