-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(deps): update embassy-stm32 requirement from 0.1.0 to 0.2.0 in /tests/stm32f072 #70
fix(deps): update embassy-stm32 requirement from 0.1.0 to 0.2.0 in /tests/stm32f072 #70
Conversation
Updates the requirements on [embassy-stm32](https://github.com/embassy-rs/embassy) to permit the latest version. - [Commits](embassy-rs/embassy@embassy-rp-v0.1.0...embassy-stm32-v0.2.0) --- updated-dependencies: - dependency-name: embassy-stm32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
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.
@dependabot merge
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
@dependabot squash and merge |
Had a slight issue with the runner, reinstantiated it by removing the runner config and starting again :) Tests are now running |
For some reason the probe wont connect for the esp32c3 inside the docker container using cargo test. it will run the esp32c3 examples however. Just not the tests. removed all other probes and the .config.toml and it didnt make a difference. the problem is something to do with the cargo test... |
espflash --version is different could be that |
Did a sudo apt-update and upgrade and it started working again... |
@dependabot squash and merge |
Updates the requirements on embassy-stm32 to permit the latest version.
Commits
4fbe1be
Merge pull request #3752 from embassy-rs/embassy-stm32-release-v0.2793eb72
Update stm32-metapac, actually release embassy-stm32 v0.2.05a04b9f
Merge pull request #3751 from embassy-rs/embassy-stm32-release-v0.2593d997
Release embassy-stm32 v0.2.092326f1
Merge pull request #3748 from Volkalex28/fix_usb91f1b0b
Merge pull request #3749 from embassy-rs/embassy-nrf-bugfix9d94d68
Create embassy-nrf 0.3.1fb1368d
Fix unsupported trace! call for EndpointAddresscd70c19
Merge pull request #3745 from dragonnn/nrf_twimcd38669
panic when events_error is set in twim without errorsrcDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @ScottGibb.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)