Skip to content

Commit

Permalink
Merge pull request #55 from rp-rs/release_030
Browse files Browse the repository at this point in the history
Updated to 0.3.0
  • Loading branch information
thejpster authored Jan 30, 2022
2 parents be403d1 + f732b97 commit cb1f969
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- None

## [0.3.0] [Crates.io](https://crates.io/crates/rp2040-pac/0.3.0) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.3.0)

- 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](https://crates.io/crates/rp2040-pac/0.2.1) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.2.1)

Expand Down Expand Up @@ -61,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initialized crate

[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.4...v0.2.0
[0.1.4]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.3...v0.1.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rp2040-pac"
version = "0.2.1"
version = "0.3.0"
authors = ["The RP-RS team"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp2040-pac"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Cortex-M0+ microcontroller.
[Peripheral Access Crate]: https://rust-embedded.github.io/book/start/registers.html
[RP2040]: https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf

This crate has been built using [svd2rust] version 0.19 and [svdtools], using
the SVD file in the [pico-sdk v1.2.0]. Some manual fixes have been made to the
This crate has been built using [svd2rust] version 0.21 and [svdtools], using
the SVD file in the [pico-sdk v1.3.0]. Some manual fixes have been made to the
documentation formatting, and the removal of some unrecognized lints.

[svd2rust]: https://github.com/rust-embedded/svd2rust
[svdtools]: https://github.com/stm32-rs/svdtools
[pico-sdk v1.2.0]: https://github.com/raspberrypi/pico-sdk/blob/1.2.0/src/rp2040/hardware_regs/rp2040.svd
[pico-sdk v1.3.0]: https://github.com/raspberrypi/pico-sdk/blob/1.3.0/src/rp2040/hardware_regs/rp2040.svd

## Licence

Expand Down

0 comments on commit cb1f969

Please sign in to comment.