Crate aarch32_rt_macros

Crate aarch32_rt_macros 

Source
Expand description

Macros for the aarch32-rt library

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.