Crate cortex_ar_rt_macros

Crate cortex_ar_rt_macros 

Source
Expand description

Macros for the cortex-a-rt and cortex-r-rt libraries

Provides #[entry], #[exception(...)] and #[irq] attribute macros.

Do not use this crate directly.

Based on https://github.com/rust-embedded/cortex-m/tree/c-m-rt-v0.7.5/cortex-m-rt/macros.

Attribute Macrosยง

entry
Creates an unsafe program entry point (i.e. a kmain function).
exception
Creates an unsafe exception handler.
irq
Creates an unsafe interrupt handler.