File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " rp2040-pac"
3- version = " 0.2.1 "
3+ version = " 0.3.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,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
1111documentation 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
You can’t perform that action at this time.
0 commit comments