File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
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+ ## [ 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 )
11+
1012- Added all possible variants for DREQ enum in CH* _ CTRL*
1113- Update rustdoc to clarify DMA CHAIN_TO behaviour
1214- Add 6 unused interrupts as sw[ 0..5] _ irq under new SW_IRQ peripheral
15+ - Pin to specific svdtools to avoid spontaneous breakage
16+ - Disable clippy warning for derive_partial_eq_without_eq
17+ - Update to SVD from pico-sdk 1.4.0
1318
1419## [ 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 )
1520
Original file line number Diff line number Diff line change 11[package ]
22name = " rp2040-pac"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44authors = [" The RP-RS team" ]
55edition = " 2018"
66homepage = " https://github.com/rp-rs/rp2040-pac"
You can’t perform that action at this time.
0 commit comments