You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation of svd2rust, the --reexport-interrupt flag is deprecated. However according to the documentation of cortex-m-rt, the #[interrupt] macro should only be used via the svd2rust reexport, and indeed it fails to compile when used directly, with a confusing error.
How is the interrupt macro supposed to be used without the --reexport-interrupt flag passed to svd2rust? This should at least be documented clearly in the svd2rust documentation.
The text was updated successfully, but these errors were encountered:
According to the documentation of
svd2rust
, the--reexport-interrupt
flag is deprecated. However according to the documentation ofcortex-m-rt
, the#[interrupt]
macro should only be used via thesvd2rust
reexport, and indeed it fails to compile when used directly, with a confusing error.How is the interrupt macro supposed to be used without the
--reexport-interrupt
flag passed tosvd2rust
? This should at least be documented clearly in thesvd2rust
documentation.The text was updated successfully, but these errors were encountered: