Skip to content

Conversation

@MabezDev
Copy link
Member

  • Make Command and friends available outside the connection structure.
  • Respect the self.verify and self.skip flash on Flasher

Copy link
Member

@jessebraham jessebraham left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM!

@jessebraham jessebraham enabled auto-merge June 24, 2025 09:57
@MabezDev MabezDev disabled auto-merge June 25, 2025 09:46
@MabezDev MabezDev force-pushed the lib-improve branch 2 times, most recently from 4c6b0d3 to 55ddb17 Compare June 25, 2025 10:08

env:
CARGO_TERM_COLOR: always
RUST_LOG: debug
Copy link
Member Author

Choose a reason for hiding this comment

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

I can remove this, but I think it's quite useful when things go wrong. If a different level is better, let me know.

Copy link
Member

Choose a reason for hiding this comment

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

No strong feelings either way, only usually check the CI logs when things fail anyway so probably makes sense to keep it in, at least for now.

fi
echo "Writing binary"
result=$(timeout 45 espflash write-bin --monitor 0x0 app.bin --non-interactive 2>&1)
result=$(timeout 90 espflash write-bin --monitor 0x0 app.bin --non-interactive 2>&1)
Copy link
Member Author

Choose a reason for hiding this comment

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

This looks like I'm trying to hide the issue, but I believe that now verify and skip are respected, they are now used by default. This adds time to CI, and on some chips this takes longer than 45s.

Copy link
Member Author

Choose a reason for hiding this comment

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

The same for the timeout in the hi.yml

@MabezDev MabezDev added this pull request to the merge queue Jun 25, 2025
Merged via the queue into main with commit f31f75e Jun 25, 2025
41 checks passed
@jessebraham jessebraham deleted the lib-improve branch June 25, 2025 11:10
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.

5 participants