-
Notifications
You must be signed in to change notification settings - Fork 134
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
[driver] DW3110 UWB radio #1210
Conversation
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!
cc @rleh I assume you already reviewed this in the RCA, so I can just merge it?
@salkinium I'm taking a look at this tomorrow evening. Wanted to review it since some time but never got to it. Can we wait one more day? |
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.
Very nice, thanks!
Co-authored-by: Raphael Lehmann <raphael@rleh.de> Co-authored-by: Elias H. <46895028+kingelilol@users.noreply.github.com>
Co-authored-by: Raphael Lehmann <raphael@rleh.de> Co-authored-by: Elias H. <46895028+kingelilol@users.noreply.github.com>
3c9be48
to
e579250
Compare
Fixed the register definition, removed the const specifier, removed the checkResult member function and replaced with std::ranges::equal and added __NOP() to the while loop. |
Still works. |
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!
Reopening this under my name on request by @rleh.
Driver and example are working and have been tested on real hardware.
Most of the important features should be implemented.