-
Notifications
You must be signed in to change notification settings - Fork 272
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
Enable C2 HIL #1680
Enable C2 HIL #1680
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
622f13c
to
2a9d165
Compare
What's the order of operations here? I guess we need to physically move the wires before we can merge this? |
Yes, we would need to update the wiring and merge this asap after the wires are updated (otherwise HIL workflows will fail) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! I can do the wiring changes.
@JurajSadel please go ahead and change the wires, then merge this once that's complete. Thank you 🥰 |
@JurajSadel any updates here? |
2a9d165
to
0fbe911
Compare
0fbe911
to
a270eb8
Compare
Tomas just updated the wiring! Ill proceed with the merging |
* ci: Enable c2 hil * docs: Update pins and add C2 * feat: Update C2 probe-rs args * test: Update pins and disable failing tests * docs: Update S3 wires
* ci: Enable c2 hil * docs: Update pins and add C2 * feat: Update C2 probe-rs args * test: Update pins and disable failing tests * docs: Update S3 wires * ci: Enable C2 hil tests
cc57ffc
to
3ea076a
Compare
Currently, C2 HIL is not added as a required check as probe-rs cant detect the chip in our self-hosted runner. Ill try to fix this asap |
Thank you for your contribution!
We appreciate the time and effort you've put into this pull request.
To help us review it efficiently, please ensure you've gone through the following checklist:
Submission Checklist 📝
cargo xtask fmt-packages
command to ensure that all changed code is formatted correctly.CHANGELOG.md
in the proper section.Extra:
Pull Request Details 📖
Description
GPIO2
andGPIO4
, we should now useGPIO2
and `GPIO3delay
s are failing, added the error to HIL testing issues on different targets #1524 and disabled them for C2Important
Once merged we need to add the
HIL Test | esp32c2
test to the required checksTesting
Locally run the test suite, modifying the connected pins, without errors for C2, C3, C6, H2, S2 and S3.