Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps atdf2svd from 0.5.1 to 0.6.0.

Release notes

Sourced from atdf2svd's releases.

Version 0.6.0

Added

  • Added the keep_unsafe_cpu_registers auto-patch which disables the removal of the SP and SREG registers (#82 by @​felias-fogg). This is useful for generating SVD files for hardware debuggers.
  • Added the remove_fuse_and_lockbit auto-patch which removes the FUSE and LOCKBIT peripherals entirely (#82 by @​felias-fogg). Again useful for hardware debuggers.

Fixed

  • Fixed potential undetected partial writes of the SVD file (#92).

#82: Rahix/atdf2svd#82 #92: Rahix/atdf2svd#92

Changelog

Sourced from atdf2svd's changelog.

[0.6.0] - 2025-12-09

Added

  • Added the keep_unsafe_cpu_registers auto-patch which disables the removal of the SP and SREG registers (#82). This is useful for generating SVD files for hardware debuggers.
  • Added the remove_fuse_and_lockbit auto-patch which removes the FUSE and LOCKBIT peripherals entirely (#82). Again useful for hardware debuggers.

Fixed

  • Fixed potential undetected partial writes of the SVD file (#92).

#82: Rahix/atdf2svd#82 #92: Rahix/atdf2svd#92

Commits
  • ffa5a39 Prepare 0.6.0
  • 7b37ecb Update CHANGELOG
  • 6c36fa7 Disable collapsible_if clippy lint for the time being
  • 5ab443a Reorder imports according to rustfmt
  • aac3809 ci: Run clippy and deny all lints
  • efc459b Drop all uses of as conversion
  • f4a90ca Fix all clippy lints
  • 0118cc9 Fix undetected partial writes into the SVD file
  • 7f13ae5 Update to Rust edition 2024
  • eeb6b43 Keep overflow-checks enabled in release build and use panic=abort
  • 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 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)

Bumps [atdf2svd](https://github.com/Rahix/atdf2svd) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/Rahix/atdf2svd/releases)
- [Changelog](https://github.com/Rahix/atdf2svd/blob/main/CHANGELOG.md)
- [Commits](Rahix/atdf2svd@v0.5.1...v0.6.0)

---
updated-dependencies:
- dependency-name: atdf2svd
  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 Dec 15, 2025
@Rahix
Copy link
Owner

Rahix commented Dec 16, 2025

@dependabot ignore this minor version

@dependabot dependabot bot closed this Dec 16, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2025

OK, I won't notify you about version 0.6.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/cargo/atdf2svd-0.6.0 branch December 16, 2025 01:06
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