Skip to content

Conversation

@remibettan
Copy link
Contributor

@remibettan remibettan commented May 21, 2024

Tracked by: RSDEV-1224 ("pre-PR")
This PR allow monitoring the progress of the DFU progress on D500 devices.
This was the progress percentage is real from the FW and represent the actual progress

@remibettan remibettan requested a review from Nir-Az May 21, 2024 11:52
@remibettan remibettan merged commit 009bb25 into realsenseai:development May 26, 2024
@maloel
Copy link
Contributor

maloel commented Jun 6, 2024

I have to say, I hate PRs like this that do not have a description of what was done... :)

std::stringstream ss;
ss << "DFU_GETSTATUS called, state is: " << to_string(dfu_state);
ss << ", iString equals: " << percentage_of_transfer << ", and bwPollTimeOut equals: " << status.bwPollTimeout << std::endl;
LOG_DEBUG(ss.str().c_str());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use stringstream here and not just do the output inside the LOG_DEBUG?

@Nir-Az Nir-Az changed the title D500 dfu Add D500 DFU progress monitoring support Jun 6, 2024
@Nir-Az
Copy link
Collaborator

Nir-Az commented Jun 6, 2024

I have to say, I hate PRs like this that do not have a description of what was done... :)

Noted, Description updated

@remibettan remibettan deleted the d500_dfu branch July 29, 2025 14:07
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.

3 participants