|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Unreleased Changes |
| 3 | +All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -Working on patching the svd for better workflow, using [svdtools](https://pypi.org/project/svdtools/) |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
6 | 7 |
|
7 | | -## Release 0.1.3 |
8 | | -[Release 0.1.3 on Crates.io](https://crates.io/crates/rp2040-pac/0.1.3) |
| 8 | +## [Unreleased] |
9 | 9 |
|
10 | | -[Release 0.1.3 on GitHub](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.3) |
| 10 | +## [0.1.4] [Crates.io](https://crates.io/crates/rp2040-pac/0.1.4) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.4) |
| 11 | + |
| 12 | +- Removed broken register (as per errata) |
| 13 | +- Fixed lineendings in documentation |
| 14 | +- Update svd2rust to 0.19.0 |
| 15 | +- Made SIE_STATUS CONNECTED read-write |
| 16 | +- Fixed update script for OSX |
| 17 | +- Changed SIO SPINLOCKs to read-write |
| 18 | + |
| 19 | +## [0.1.3] [Crates.io](https://crates.io/crates/rp2040-pac/0.1.3) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.3) |
11 | 20 |
|
12 | 21 | - Update source SVD to pico-sdk 1.2.0 |
13 | 22 | - Cluster PWM channels |
14 | 23 | - Bump cortex-m dep to 0.7.3 |
15 | 24 |
|
16 | | -## Release 0.1.2 |
17 | | -[Release 0.1.2 on Crates.io](https://crates.io/crates/rp2040-pac/0.1.2) |
18 | | - |
19 | | -[Release 0.1.2 on GitHub](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.2) |
| 25 | +## [0.1.2] [Crates.io](https://crates.io/crates/rp2040-pac/0.1.2) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.2) |
20 | 26 |
|
21 | 27 | - Switched GPIO for IO_BANK and QSPI_BANK to be arrays instead. |
22 | 28 | - Change BUFF_STATUS access to read-write |
23 | 29 | - Re-clustered IO_QSPI. Fixed naming to remove double underscore |
24 | 30 | - Renamed GPIO_QSPI_[STAT,CTRL] -> GPIO_[STAT,CTRL] |
25 | 31 | - Convert DMA chunnels to a list of register clusters |
26 | 32 |
|
27 | | -## Release 0.1.1 |
28 | | -[Release 0.1.1 on Crates.io](https://crates.io/crates/rp2040-pac/0.1.1) |
29 | | - |
30 | | -[Release 0.1.1 on GitHub](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.1) |
| 33 | +## [0.1.1] [Crates.io](https://crates.io/crates/rp2040-pac/0.1.1) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.1) |
31 | 34 |
|
32 | 35 | - Created using svd2rust 0.17.0 from https://github.com/raspberrypi/pico-sdk/blob/1.0.0/src/rp2040/hardware_regs/rp2040.svd |
33 | 36 | - Alphabetized Peripherals |
34 | 37 |
|
35 | | -## Release 0.1.0 |
36 | | -[Release 0.1.0 on Crates.io](https://crates.io/crates/rp2040-pac/0.1.0) |
37 | | - |
38 | | -[Release 0.1.0 on GitHub](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.0) |
| 38 | +## [0.1.0] [Crates.io](https://crates.io/crates/rp2040-pac/0.1.0) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.0) |
39 | 39 |
|
40 | 40 | - Initialized crate |
| 41 | + |
| 42 | +[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.4...HEAD |
| 43 | +[0.1.4]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.3...v0.1.4 |
| 44 | +[0.1.3]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.2...v0.1.3 |
| 45 | +[0.1.2]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.1...v0.1.2 |
| 46 | +[0.1.1]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.0...v0.1.1 |
| 47 | +[0.1.0]: https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.0 |
0 commit comments