Skip to content

Commit cb1f969

Browse files
authored
Merge pull request #55 from rp-rs/release_030
Updated to 0.3.0
2 parents be403d1 + f732b97 commit cb1f969

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- None
11+
12+
## [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)
13+
1014
- Change `FUNCSEL` on `GPIOx_CTRL` to be generic
1115
- it was previously duplicating GPIO0 functions across all GPIO pins
1216
- Arrayify `spinlockX` registers in `SIO`
17+
- Rebuild with svd2rust 0.21.0
1318

1419
## [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)
1520

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

6267
- Initialized crate
6368

64-
[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.1...HEAD
69+
[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.3.0...HEAD
70+
[0.3.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.1...v0.3.0
6571
[0.2.1]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.0...v0.2.1
6672
[0.2.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.4...v0.2.0
6773
[0.1.4]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.3...v0.1.4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rp2040-pac"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["The RP-RS team"]
55
edition = "2018"
66
homepage = "https://github.com/rp-rs/rp2040-pac"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Cortex-M0+ microcontroller.
66
[Peripheral Access Crate]: https://rust-embedded.github.io/book/start/registers.html
77
[RP2040]: https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf
88

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

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

1717
## Licence
1818

0 commit comments

Comments
 (0)