Skip to content
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

Add serialport feature #535

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Conversation

SergioGasquez
Copy link
Member

This tries to avoid always pulling libudev, see #500. Not sure if it is the best approach, though.

Copy link
Contributor

@bjoernQ bjoernQ left a comment

Choose a reason for hiding this comment

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

LGTM

@bjoernQ
Copy link
Contributor

bjoernQ commented Jan 11, 2024

I think this is for probe-rs but I'm wondering what is probe-rs actually using from espflash? Just the image creation? Would it make sense (long term) to have it in its own crate?

@SergioGasquez
Copy link
Member Author

SergioGasquez commented Jan 11, 2024

what is probe-rs actually using from espflash?

In the issue #500, they mention “even if one only decodes the IDF format”, so that's one thing, not sure if they are using anything else.

@SergioGasquez SergioGasquez merged commit bc93514 into esp-rs:main Jan 11, 2024
19 checks passed
@SergioGasquez SergioGasquez deleted the feat/libudev-feature branch January 11, 2024 08:54
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.

espflash always pulls in libudev for UART operation, even if one only decodes the IDF format.
2 participants