Skip to content

chore(deps): bump embassy-stm32 from 0.5.0 to 0.6.0#182

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/embassy-stm32-0.6.0
Closed

chore(deps): bump embassy-stm32 from 0.5.0 to 0.6.0#182
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/embassy-stm32-0.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps embassy-stm32 from 0.5.0 to 0.6.0.

Commits
  • 84444a1 chore: prepare embassy-hal-internal release
  • 50c6aac chore: bump embassy-time-driver version
  • ca966f8 Merge pull request #5699 from embassy-rs/update-stm32-metapac
  • a343e0a chore: update stm32-metapac version
  • 8095ff0 Merge pull request #5671 from embassy-rs/stm32-executor-platform
  • 92829a9 stm32: remove internal-only _allow-disable-rtc.
  • 0f59f10 stm32: separate low-power and custom executor.
  • 5bc8260 Merge pull request #5692 from okhsunrog/timer-break-input
  • 3bea5ab stm32: timer: add break input configuration and comparator routing
  • d481373 Merge pull request #5691 from felipebalbi/mcxa/update-deps
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 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 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)

Bumps [embassy-stm32](https://github.com/embassy-rs/embassy) from 0.5.0 to 0.6.0.
- [Changelog](https://github.com/embassy-rs/embassy/blob/main/RELEASE.md)
- [Commits](embassy-rs/embassy@embassy-stm32-v0.5.0...embassy-stm32-v0.6.0)

---
updated-dependencies:
- dependency-name: embassy-stm32
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 23, 2026
@orhun
Copy link
Copy Markdown
Member

orhun commented Mar 23, 2026

ping @Vaishnav-Sabari-Girish this is related to the example you have added in #177

do you mind taking a look? (the build/clippy is failing)

@Vaishnav-Sabari-Girish
Copy link
Copy Markdown
Contributor

Got it. I'll take a look and resolve the issue @orhun

@Vaishnav-Sabari-Girish
Copy link
Copy Markdown
Contributor

Hey @orhun
Dependabot's version bumps introduced a few breaking API changes that caused the CI to fail. I've pushed a fix to get everything compiling and passing again.

What was fixed:

  • Embassy 0.6.0 API: Reordered the arguments in I2c::new (pins now go before DMA channels) and updated the bind_interrupts! macro to use the correct DMA1_CHANNELx naming convention for the STM32L4 PAC.

  • Embassy Executor 0.10.0: Updated the deprecated arch-cortex-m feature flag to platform-cortex-m.

  • Bump mousefood: Bumped the mousefood version to 0.5.0

Let me know if you need any other tweaks!

The PR has been opened at #184

@orhun orhun closed this in #184 Mar 24, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/embassy-stm32-0.6.0 branch March 24, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants