Skip to content

Conversation

@pamaury
Copy link
Contributor

@pamaury pamaury commented Dec 25, 2025

Backport #26528. Quite a few conflicts, but the only divergence which is really problematic is the following diff from #26258:

             if self.wait {
                 rescue.set_speed(prev_baudrate)?;
             } else {
-                uart.set_baudrate(prev_baudrate)?;
+                // FIXME: restore speed
+                //uart.set_baudrate(prev_baudrate)?;
             }
         }
         Ok(None)

Indeed, this particular if branch does not exist on master, having been removed in #25820. Furthermore, this FIXME comment is also gone on earlgrey_1.0.0, removed in #26728. Therefore I decided to not pick up that change.

Signed-off-by: Chris Frantz <[email protected]>
(cherry picked from commit 8aa221b)
@pamaury pamaury requested a review from a team as a code owner December 25, 2025 17:35
@pamaury pamaury requested review from timothytrippel and removed request for a team December 25, 2025 17:35
Signed-off-by: Chris Frantz <[email protected]>
(cherry picked from commit 0ce26d6)
Signed-off-by: Chris Frantz <[email protected]>
(cherry picked from commit 373fdcc)
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.

2 participants