We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As seen in #16, sd_softdevice_enable HardFaults if interrupts are disabled.
It'd be cool to detect that and panic with a human-friendly error message so the user can figure out what's wrong.
The text was updated successfully, but these errors were encountered:
We could use https://docs.rs/cortex-m/0.6.3/cortex_m/peripheral/struct.NVIC.html#method.is_enabled on the required interrupts.
Sorry, something went wrong.
No branches or pull requests
As seen in #16, sd_softdevice_enable HardFaults if interrupts are disabled.
It'd be cool to detect that and panic with a human-friendly error message so the user can figure out what's wrong.
The text was updated successfully, but these errors were encountered: