drivers/ata8520e: migrate to ztimer#17105
Merged
aabadie merged 1 commit intoRIOT-OS:masterfrom Nov 5, 2021
Merged
Conversation
22 tasks
c1d4e63 to
6c02420
Compare
22 tasks
Contributor
|
@aabadie do you by any chance have one of these BOARD's? |
6c02420 to
d748869
Compare
Contributor
Author
Yes there's one at AT but I can't test communication with the sigfox backend: my test account has expired and the antenna is broken... some output with debug enabled:We can see that the timeout is triggered correctly when sending (which is expected). Anyway, I can't do more testing unfortunately. |
fjmolinas
approved these changes
Nov 5, 2021
Contributor
fjmolinas
left a comment
There was a problem hiding this comment.
ACK, LGTM, and best effort test results are provided.
Member
|
There is a leftover |
d748869 to
baa1ed3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR migrates the ata8520e driver (for SigFox) to ztimer. It's still untested, and I don't know how to test it TBH since my SigFox test account has expired for quite some time now.
The migration is not straight forward since there's some timer based logic to wait for an event from the driver. I tried to adapt it but it seems to me that there are no ztimer equivalent to all xtimer functions used there.
Testing procedure
Issues/PRs references
#17111