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

Update examples to RTIC v2 #160

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Update examples to RTIC v2 #160

merged 1 commit into from
Jun 7, 2024

Conversation

mciantyre
Copy link
Member

@mciantyre mciantyre commented May 27, 2024

The new framework has support for async tasks. It might be helpful for demonstrating async drivers, or for users who are comparing RTIC's latest documentation against our examples.

This is a minimal migration, and it's not trying to change any example's behavior. Let me know if you notice something different.

Tested on a 1010EVK using the _pit, _defmt_rtt, and _logging examples. Also tested _rtic_controller on an 1170EVK, and _rtic_peripheral on a 1010EVK.

@mciantyre mciantyre marked this pull request as ready for review June 6, 2024 14:30
The new framework has support for async tasks. It might be helpful for
demonstrating async drivers, or for users who are comparing RTIC's
latest documentation against our examples.

This is a minimal migration, and it's not trying to change any example's
behavior. Let me know if you notice something different.

Tested on a 1010EVK using the `_pit`, `_defmt_rtt`, and `_logging`
examples.  Also tested `_rtic_controller` on an 1170EVK, and
`_rtic_device` on a 1010EVK.
Base automatically changed from lpspi-device to main June 7, 2024 14:55
@mciantyre mciantyre merged commit 95dbb97 into main Jun 7, 2024
94 checks passed
@mciantyre mciantyre deleted the rtic-v2 branch June 7, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants