File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " rp2040-pac"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [" The RP-RS team" ]
55edition = " 2018"
66homepage = " https://github.com/rp-rs/rp2040-pac"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments