Skip to content

Commit

Permalink
Merge pull request #84 from jannic-dev-forks/release-0.5.0
Browse files Browse the repository at this point in the history
Prepare for release 0.5.0
  • Loading branch information
jannic authored Aug 2, 2023
2 parents 9e77694 + 3758173 commit 4d0fee3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [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)

- Rebuild with svd2rust 0.29.0, svdtools 0.3.0 (rust version)
- Add docs.rs metadata to include documentation gated by the `rt` feature
- Add enum for SPI frame format
- Update to SVD from pico-sdk 1.5.1
- Bump dependency on vcell to version 0.1.3

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

Expand Down Expand Up @@ -73,7 +79,9 @@ 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.3.0...HEAD
[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.3.0...v0.4.0
[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
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.4.0"
version = "0.5.0"
authors = ["The RP-RS team"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp2040-pac"
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ 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.21 and [svdtools], using
the SVD file in the [pico-sdk v1.4.0]. Some manual fixes have been made to the
documentation formatting, and the removal of some unrecognized lints.
This crate has been built using [svd2rust] version 0.29.0 and [svdtools], using
the SVD file in the [pico-sdk v1.5.1].

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

## Licence

Expand Down

0 comments on commit 4d0fee3

Please sign in to comment.