-
Notifications
You must be signed in to change notification settings - Fork 367
H2: Add timer_interrupt example
#576
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
bjoernQ
left a comment
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
MabezDev
left a comment
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!
SergioGasquez
left a comment
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.
Also tested the timer_interrupt example and seems to be working fine!
* H2: Use PLL_48M_CLK in Timg driver and add imer_interrupt example * Clean timer driver, add helper configure_src_clk and configure_wdt_src_clk methods * H2: Add imer_interrupt example * add helper methods for selecting default clk src * Change PR number in the Changelog
* H2: Use PLL_48M_CLK in Timg driver and add imer_interrupt example * Clean timer driver, add helper configure_src_clk and configure_wdt_src_clk methods * H2: Add imer_interrupt example * add helper methods for selecting default clk src * Change PR number in the Changelog
Refactors timer driver a little bit - adds helper functions which configure default
clk_srcforTimgsandWdts.Removes
steal()warning