We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c56ab commit 2f2ad09Copy full SHA for 2f2ad09
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