Expand description
ARM Cortex-M hardware support.
Re-exports§
pub use crate::cortex_m::core::ArchCore;pub use cortex_m_rt;
Modules§
- core
- ARM Cortex-M implementation of
ICore. - memory_
protection - ARM Cortex-M implementation of
IMemoryProtection. - startup
- ARM Cortex-M implementation of
IStartup. - sync
- ARM Cortex-M implementation of
ISync. - syscall
- ARM Cortex-M implementation of
ISyscall.