From d562f762f5d5ef231c4423e47198b527d14a7529 Mon Sep 17 00:00:00 2001 From: Brandon Matthews Date: Fri, 17 Aug 2018 15:30:38 -0700 Subject: Add note that NVIC::request is not available on armv6m --- src/peripheral/nvic.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/peripheral/nvic.rs b/src/peripheral/nvic.rs index ceda1a1..a81fa6d 100644 --- a/src/peripheral/nvic.rs +++ b/src/peripheral/nvic.rs @@ -84,6 +84,8 @@ impl NVIC { /// Writing a value to the INTID field is the same as manually pending an interrupt by setting /// the corresponding interrupt bit in an Interrupt Set Pending Register. This is similar to /// `set_pending`. + /// + /// This method is not available on ARMv6-M chips. pub fn request(&mut self, interrupt: I) where I: Nr, -- cgit v1.2.3