We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68c56ab + 2f2ad09 commit 2f890d8Copy full SHA for 2f890d8
cortex-m-rt/src/lib.rs
@@ -25,6 +25,10 @@
25
//! [`#[exception]`]: ../cortex_m_rt_macros/fn.exception.html
26
//! [`#[pre_init]`]: ../cortex_m_rt_macros/fn.pre_init.html
27
//!
28
+//! This crate also implements a related attribute called `#[interrupt]`, which allows you
29
+//! to define interrupt handlers. However, since which interrupts are available depends on the
30
+//! microcontroller in use, this attribute should be re-exported and used from a device crate.
31
+//!
32
//! # Requirements
33
34
//! ## `memory.x`
0 commit comments