rticx-cortex-m 0.1.0

RTICX distribution for single-core Cortex-M targets (armv6-m and armv7-m and above)
Documentation
1
2
3
4
5
#![no_std]

pub mod export;

pub use rticx_cortex_m_macro::app;