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
The default handlers are pretty useless, and mostly just spin wait.
These are defined in the device startup script (for mbed):
https://github.com/lancaster-university/mbed-classic/blob/genuino/targets/cmsis/TARGET_Atmel/TARGET_SAM_CortexM0P/TARGET_SAMD21/TARGET_GENUINO_G18A/TOOLCHAIN_GCC_ARM/startup_samd21.c#L142
Should be pretty trivial to override as they are weak symbols.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The default handlers are pretty useless, and mostly just spin wait.
These are defined in the device startup script (for mbed):
https://github.com/lancaster-university/mbed-classic/blob/genuino/targets/cmsis/TARGET_Atmel/TARGET_SAM_CortexM0P/TARGET_SAMD21/TARGET_GENUINO_G18A/TOOLCHAIN_GCC_ARM/startup_samd21.c#L142
Should be pretty trivial to override as they are weak symbols.
The text was updated successfully, but these errors were encountered: