Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps pio-proc from 0.2.2 to 0.3.0.

Changelog

Sourced from pio-proc's changelog.

[0.3.0] Crates.io Github

  • Added support for new PIO features in RP235x chips
  • Reexport pio_asm! and pio_file! macros from the pio crate. You should not directly depend on pio-proc anymore.
  • pio_file! now ensures the Rust program is recompiled when the referenced PIO file is modified.
  • Added check to ensure argument for SET is not out of range.
  • Fixed encoding of IN instruction with bit_count == 32

0.2.1 Crates.io Github

  • Fixed the search path for pio_file when using relative paths
  • Check that the irq specified in a wait command is valid
  • rename ParsedInstruction refiy method to reify
  • Fix global directive newlines error
  • Use (rel)ative bit for IRQ WaitSource
  • disambiguate the use of pio_proc macros vs pio::Assembler
  • Limit valid range if irqs for wait command
  • Enable constant encoding for InstructionOperands
  • Support // comments in .pio files

0.2.0 Crates.io Github

  • Updated syntax to allow for .pio files
  • Updated pio asm macro with new syntax to follow asm!
  • Add optional rel flag to index on WAIT IRQ instruction. (Breaking change, adds parameter to public data structures)

0.1.0 Crates.io Github

  • First release
Commits

Dependabot compatibility score

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.

Bumps [pio-proc](https://github.com/rp-rs/pio-rs) from 0.2.2 to 0.3.0.
- [Release notes](https://github.com/rp-rs/pio-rs/releases)
- [Changelog](https://github.com/rp-rs/pio-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rp-rs/pio-rs/commits)

---
updated-dependencies:
- dependency-name: pio-proc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 3, 2025
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.

0 participants