-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Usage of high-resolution counter device on Zephyr boards. Update to v3.4.0 #2007
Conversation
Could you please provide a description? I have no idea what this does 😄 |
…e sure that HelloWorld programs compile for different boards.
…re targeting Zephyr
@lhstrh yes! I also added some more fixes to this PR. Most importantly I added some test programs that we compile for specific boards, particularily those boards where we have support for "high-resolution timer", this support has caused some issues since it is not just using the Zephyr kernel API. Next step would be buying a bunch of boards and also flashing them and seeing that they can accuratly toggle GPIOs. |
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.
This looks great! Please revert the submodule protocol change and other than that this looks ready to merge...
core/src/main/resources/lib/platform/zephyr/boards/nrf52dk_nrf52832.overlay
Outdated
Show resolved
Hide resolved
…52832.overlay Co-authored-by: Marten Lohstroh <[email protected]>
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.
Thanks for putting emphasis on testing! This looks great.
This PR does three things: