-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
The blob #12661
The blob #12661
Conversation
// License: Apache 2.0. See LICENSE file in root directory. | ||
// Copyright(c) 2023 Intel Corporation. All Rights Reserved. | ||
|
||
module udds |
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.
What is udds
? For other topics we used raw
namespace.
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.
It's the topic they had built in. We can talk about it.
{ | ||
// For SW-only devices, allow some time for DDS devices to connect | ||
int tries = 3; | ||
std::cout << "No device detected. Waiting..." << std::flush; |
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.
Some devices can already be detected. "Waiting for remote devices" might be better
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.
OK, will change.
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.
Approved, waiting next PRs that will handle the comments and also validate updating FW using the viewer.
Initial support for DFU on DDS
Details:
operator<()
forrs2::device
to use the fw-update-id (didn't work on recovery devices)rs2_check_firmware_compatibility
now works on either recovery or non-recovery devicesStill not done!