-
Notifications
You must be signed in to change notification settings - Fork 3k
ncs36510: fire interrupt correct timer fix #5390
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
Use Timer1, it is used for us ticker isr handling. Plus reset target counter, that should be 0, go to upper ticker isr handler immediately.
/morph build |
Build : SUCCESSBuild number : 364 Triggering tests/morph test |
Test : SUCCESSBuild number : 176 |
@maciejbocianski @danclement @jacobjohnson-ON Could you please review ? |
Anyone to review this patch? It would unblock another patch adding tests! |
Build : SUCCESSBuild number : 443 Triggering tests/morph test |
Test : FAILUREBuild number : 251 |
Test : SUCCESSBuild number : 253 |
To get some verification, the above reference PR 5046 fails without this patch. Before this patch
with this patch
The above numbers of test cases diff (I merged to master first the test PR then mine). The importance is in the FAIL -> OK |
@fkjagodzinski Please review, see the latest comment with the test results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Nice to see tests passed.
Use Timer1, it is used for us ticker isr handling. Plus reset target counter,
that should be 0, go to upper ticker isr handler immediately.
Found during #5307
cc @maciejbocianski @danclement @jacobjohnson-ON