-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix bug in Nordic SDK 14.2 SPI driver #6720
New issue
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
Conversation
Interrupts were not enabled before transmitting data leading to missed interrupts.
/morph build |
Build : SUCCESSBuild number : 1856 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 1501 |
Test : FAILUREBuild number : 1664 |
/morph export-build |
/morph test |
Test : SUCCESSBuild number : 1666 |
Exporter Build : ABORTEDBuild number : 1503 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 1504 |
Interrupts were not enabled before transmitting data leading to
missed interrupts.
Description
Pull request type