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
{{ message }}
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
The #[cfg(...)] flags don't work, which I think is because we don't set them in the build.rs file. I think we need to copy the relevant code from the cortex-m/build.rs file.
This affects armv8m-main because without #[cfg(armv8)] you don't get a SecureFault handler.
The text was updated successfully, but these errors were encountered:
The
#[cfg(...)]
flags don't work, which I think is because we don't set them in the build.rs file. I think we need to copy the relevant code from the cortex-m/build.rs file.This affects armv8m-main because without
#[cfg(armv8)]
you don't get a SecureFault handler.The text was updated successfully, but these errors were encountered: