Skip to content

Commit 4d0fee3

Browse files
authored
Merge pull request #84 from jannic-dev-forks/release-0.5.0
Prepare for release 0.5.0
2 parents 9e77694 + 3758173 commit 4d0fee3

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.5.0] [Crates.io](https://crates.io/crates/rp2040-pac/0.5.0) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.5.0)
9+
10+
- Rebuild with svd2rust 0.29.0, svdtools 0.3.0 (rust version)
11+
- Add docs.rs metadata to include documentation gated by the `rt` feature
12+
- Add enum for SPI frame format
13+
- Update to SVD from pico-sdk 1.5.1
14+
- Bump dependency on vcell to version 0.1.3
915

1016
## [0.4.0] [Crates.io](https://crates.io/crates/rp2040-pac/0.4.0) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.4.0)
1117

@@ -73,7 +79,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7379

7480
- Initialized crate
7581

76-
[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.3.0...HEAD
82+
[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.5.0...HEAD
83+
[0.5.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.4.0...v0.5.0
84+
[0.4.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.3.0...v0.4.0
7785
[0.3.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.1...v0.3.0
7886
[0.2.1]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.0...v0.2.1
7987
[0.2.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.4...v0.2.0

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.4.0"
3+
version = "0.5.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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ 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.21 and [svdtools], using
10-
the SVD file in the [pico-sdk v1.4.0]. Some manual fixes have been made to the
11-
documentation formatting, and the removal of some unrecognized lints.
9+
This crate has been built using [svd2rust] version 0.29.0 and [svdtools], using
10+
the SVD file in the [pico-sdk v1.5.1].
1211

1312
[svd2rust]: https://github.com/rust-embedded/svd2rust
1413
[svdtools]: https://github.com/stm32-rs/svdtools
15-
[pico-sdk v1.4.0]: https://github.com/raspberrypi/pico-sdk/blob/1.4.0/src/rp2040/hardware_regs/rp2040.svd
14+
[pico-sdk v1.5.1]: https://github.com/raspberrypi/pico-sdk/blob/1.5.1/src/rp2040/hardware_regs/rp2040.svd
1615

1716
## Licence
1817

0 commit comments

Comments
 (0)