-
Notifications
You must be signed in to change notification settings - Fork 2k
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
drivers/at86rf2xx: migrate to ztimer #18822
Conversation
Murdock results✔️ PASSED 782409e tests/driver_at86rf2xx_aes: remove unnessesary xtimer.h import
ArtifactsThis only reflects a subset of all builds from https://ci-prod.riot-os.org. Please refer to https://ci.riot-os.org for a complete build for now. |
x-timer is not officially deprecated, though everyone I talked to says it should be... I started but I guess we cannot really deprecate until everything in RIOT isn't using it anymore. #18560 BTW. This is one of the needed steps in the process, so thanks for pushing it! |
We can deprecate it, but we then need to make sure that until the removal date, the full migration is done :-). |
Thank you! |
Contribution description
Migrate the AT86RF2xx driver to ztimer.
Testing procedure
Green murdock.
The
ztimer_xtimer_compat
module is already doing the same thing:xtimer_compat.h
Issues/PRs references