Skip to content
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

kinetis: hwtimer fix off-by-1 in LPTMR ISR #3140

Merged

Conversation

jnohlgard
Copy link
Member

This PR fixes one important bug that was discovered in the current ISR implementation.

There may be some more off-by-1's in the code, but this fix can be merged independently of any other future bugfixes.

@jnohlgard jnohlgard added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Platform: ARM Platform: This PR/issue effects ARM-based platforms CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Jun 2, 2015
@jnohlgard jnohlgard added this to the Release 2015.06 milestone Jun 2, 2015
@jfischer-no
Copy link
Contributor

I overlooked it with "When the LPTMR is enabled and the CNR equals the value in the CMR and increments". Tested, ack from my side.

jnohlgard pushed a commit that referenced this pull request Jun 2, 2015
kinetis: hwtimer fix off-by-1 in LPTMR ISR
@jnohlgard jnohlgard merged commit 7a9f6f9 into RIOT-OS:master Jun 2, 2015
@jnohlgard
Copy link
Member Author

&go

@jnohlgard jnohlgard deleted the pr/kinetis-hwtimer-isr-off-by-1 branch June 2, 2015 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: ARM Platform: This PR/issue effects ARM-based platforms Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants