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

Update rp2040-pac requirement from >=0.2.0,<0.6 to >=0.2.0, <0.7 #895

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Updates the requirements on rp2040-pac to permit the latest version.

Release notes

Sourced from rp2040-pac's releases.

v0.6.0

  • Collect ADDR_ENDP* registers into an array
  • Add host_poll_interval field to EP_CONTROL registers
  • Add EPX_CONTROL register to USBCTRL_DPRAM
  • Rebuild with svdtools 0.3.9
  • Rebuild with svd2rust 0.31.5
  • Rebuild with form 0.11.1
  • Add VSEL_A field to VREG register
Changelog

Sourced from rp2040-pac's changelog.

[0.6.0] Crates.io Github

  • Collect ADDR_ENDP* registers into an array
  • Add host_poll_interval field to EP_CONTROL registers
  • add EPX_CONTROL register to USBCTRL_DPRAM
  • Rebuild with svdtools 0.3.9
  • Rebuild with svd2rust 0.31.5
  • Rebuild with form 0.11.1
  • Add VSEL_A field to VREG register

[0.5.0] Crates.io Github

  • Rebuild with svd2rust 0.29.0, svdtools 0.3.0 (rust version)
  • Add docs.rs metadata to include documentation gated by the rt feature
  • Add enum for SPI frame format
  • Update to SVD from pico-sdk 1.5.1
  • Bump dependency on vcell to version 0.1.3

[0.4.0] Crates.io Github

  • Added all possible variants for DREQ enum in CH*_CTRL*
  • Update rustdoc to clarify DMA CHAIN_TO behaviour
  • Add 6 unused interrupts as sw[0..5]_irq under new SW_IRQ peripheral
  • Pin to specific svdtools to avoid spontaneous breakage
  • Disable clippy warning for derive_partial_eq_without_eq
  • Update to SVD from pico-sdk 1.4.0

[0.3.0] Crates.io Github

  • Change FUNCSEL on GPIOx_CTRL to be generic
    • it was previously duplicating GPIO0 functions across all GPIO pins
  • Arrayify spinlockX registers in SIO
  • Rebuild with svd2rust 0.21.0

[0.2.1] Crates.io Github

  • Rebuild with svd2rust 0.2.0
  • Improvements to comment formatting from newer svd2rust

[0.2.0] Crates.io Github

  • Update source SVD to pico-sdk 1.3.0
  • Remove patches that were no longer required thanks to new SVD file.
  • Arrayify procX_intX registers in IO_BANK1. This is a breaking change.

[0.1.5] Crates.io Github

  • Update cortex-m-rt to 0.7.0
  • Fix cargo license declaration
  • arrayify USB endpoint registers

... (truncated)

Commits
  • f31d0ee Merge pull request #92 from jannic-dev-forks/release-0.6.0
  • 0b16be0 Set version to 0.6.0 and update CHANGELOG.md
  • 615f600 Merge pull request #91 from AkiyukiOkayasu/bump-svd2rust-0.31.5
  • 7c1181c Add --reexport-interrupt feature to svd2rust
  • a886967 Merge pull request #1 from jannic-dev-forks/reexport
  • 00b87d4 Add --reexport-core-peripherals flag to svd2rust
  • 4488b0e Update CHANGELOG
  • a9de30d Update generated files
  • b373a55 Collecting registers require an explicit description
  • 0001b23 Update svdtool v0.3.9
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [rp2040-pac](https://github.com/rp-rs/rp2040-pac) to permit the latest version.
- [Release notes](https://github.com/rp-rs/rp2040-pac/releases)
- [Changelog](https://github.com/rp-rs/rp2040-pac/blob/main/CHANGELOG.md)
- [Commits](rp-rs/rp2040-pac@v0.2.0...v0.6.0)

---
updated-dependencies:
- dependency-name: rp2040-pac
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the skip-changelog Sometimes changes are not significant enough for a changelog entry label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Sometimes changes are not significant enough for a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants