This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
#[exception]
should check that the exception exists on the target core
#214
Milestone
In reference to this comment:
cortex-m-rt/macros/src/lib.rs
Lines 289 to 290 in 7050c73
I've lost a lot of time due to not realizing that
MemoryManagement
does not exist on M0(+) chips (instead,HardFault
is invoked). At least in this particular case it should be easy to forbid it since it never exists onthumbv6
-based targets.Exceptions that don't exist on ARMv6:
MemoryManagement
BusFault
UsageFault
DebugMonitor
Exceptions that only exist on ARMv8:
SecureFault
The text was updated successfully, but these errors were encountered: