Expand description
Real Time For the Masses (RTFM) framework for ARM Cortex-M microcontrollers
IMPORTANT: This crate is published as cortex-m-rtfm on crates.io but the name of the
library is rtfm.
The user level documentation can be found here.
Don’t forget to check the documentation of the [#[app]] attribute, which is the main component
of the framework.
[#[app]]: ../cortex_m_rtfm_macros/attr.app.html
Cargo features
Structs
Core peripherals
Traits
Memory safe access to shared resources
Functions
Sets the given
interrupt as pendingAttribute Macros
Attribute used to declare a RTFM application