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

Use latest (unpublished) version of esp-hal #74

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jessebraham
Copy link
Member

This project has fallen quite far behind, so I have updated all dependencies, namely esp-hal.

Unfortunately there seem to be some issues with UART, at least on the ESP32-C6 which is what I used for testing. USB is working however. Will need further investigation, but just opening a draft for now regardless.

Copy link
Member

@SergioGasquez SergioGasquez left a comment

Choose a reason for hiding this comment

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

Changes LGTM! What are the issues you encountered?

src/main.rs Outdated Show resolved Hide resolved
@jessebraham jessebraham changed the title Use latest published release of esp-hal Use latest (unpublished) version of esp-hal Feb 5, 2025
@jessebraham
Copy link
Member Author

Updated to the latest commit in the main branch, UART appears to be working again. Some additional testing would be appreciated, once we publish the next version I can update this branch to use that.

@SergioGasquez
Copy link
Member

Thanks for updating them! I can help you with the testing once we have the new esp-hal version published!

@jessebraham
Copy link
Member Author

Updated to the latest commit in the main branch, UART appears to be working again.

Unfortunately, not actually the case; seems I installed the development version using the new stubs of cargo-espflash, but not espflash, the latter of which is used by the xtask in esp-hal 😅 Oops. Anyway, will investigate the UART issues as previously planned.

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