Skip to content

Commit

Permalink
Merge pull request #39 from plaes/bump-rust
Browse files Browse the repository at this point in the history
Switch `rust-toolchain.toml` to latest stable
  • Loading branch information
Dirbaio authored Nov 13, 2024
2 parents 4df74f6 + 7c3cc2a commit e77e8bb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ proc-macro2 = "1.0"
anyhow = "1.0.79"
regex = "1.10.3"
serde = { version = "1.0.196", features = [ "derive" ]}
serde_yaml = "0.9.31"
svd-parser = { git = "https://github.com/Dirbaio/svd.git", rev = "1bbf7d870a42bf1d17cc84e840d5f5d1cd0a0fa7", features = ["derive-from", "expand"] }
#svd-parser = { path = "./svd/svd-parser", features = ["derive-from", "expand"] }
# Development has stopped for `serde_yaml`
serde_yaml = "=0.9.34-deprecated"
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

## PACs using chiptool

Tested with the RP2040 SVD. Other SVDs might not work quite right yet.
It is mainly used by [Embassy project][embassy] to generate PACs targeting
Raspberry Pi RP2040 and RP2350, Atmel STM32-series and Nordic Semiconductor
nRF5x-series microcontrollers. Other SVDs might not work quite right yet.

- https://github.com/embassy-rs/rp-pac
- https://github.com/embassy-rs/nrf-pac
Expand Down Expand Up @@ -251,4 +253,5 @@ Conduct][coc], the maintainer of this crate, the [Tools team][team], promises
to intervene to uphold that code of conduct.

[coc]: CODE_OF_CONDUCT.md
[embassy]: https://embassy.dev/
[team]: https://github.com/rust-embedded/wg#the-tools-team
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
channel = "nightly-2023-12-20"
channel = "1.82"
components = [ "rust-src", "rustfmt" ]

0 comments on commit e77e8bb

Please sign in to comment.