2021-12-21 08:10:10 +11:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
2022-06-14 19:25:12 +10:00
|
|
|
## Unreleased
|
2021-12-21 08:10:10 +11:00
|
|
|
|
2022-08-26 19:05:56 +10:00
|
|
|
## 0.5.0 - 2022-08-26
|
|
|
|
|
2021-12-21 08:10:10 +11:00
|
|
|
### Added
|
|
|
|
|
2022-08-18 07:22:36 +10:00
|
|
|
- `rp2040-e5` feature enabling the workaround for errata 5 on the USB device peripheral.
|
2022-08-22 04:00:57 +10:00
|
|
|
- Support for critical-section 1.0.0 in the examples.
|
2022-08-26 19:05:56 +10:00
|
|
|
- Example for the interpolator
|
2021-12-21 08:10:10 +11:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2022-08-22 04:01:45 +10:00
|
|
|
- Use `rp2040-hal`'s entry function.
|
2022-08-19 05:14:51 +10:00
|
|
|
- Migrate from `embedded-time` to `fugit`
|
2022-08-24 04:34:10 +10:00
|
|
|
- Bump `ws2812-pio` to 0.4.0
|
|
|
|
- Bump `i2c-pio` to 0.4.0
|
2022-08-26 19:05:56 +10:00
|
|
|
- Update to rp2040-hal 0.6.0
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
- Unused dependencies
|
2021-12-21 08:10:10 +11:00
|
|
|
|
2022-06-14 19:25:12 +10:00
|
|
|
## 0.4.0 - 2022-06-13
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Update to rp2040-hal 0.5.0
|
|
|
|
|
|
|
|
## 0.3.0 - 2022-03-11
|
2022-03-12 22:43:16 +11:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Update to rp-hal 0.4.0
|
|
|
|
|
2022-06-14 19:25:12 +10:00
|
|
|
## 0.2.0 - 2021-12-23
|
2021-12-21 08:10:10 +11:00
|
|
|
|
2021-12-23 22:51:02 +11:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Lots of things!
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Basically re-written.
|
|
|
|
|
2022-06-14 19:25:12 +10:00
|
|
|
## 0.1.3 - 2021-02-03
|
2021-12-23 22:51:02 +11:00
|
|
|
|
|
|
|
- Last release outside the [rp-rs] organisation by [@jannic].
|
2021-12-21 08:10:10 +11:00
|
|
|
|
2021-12-23 22:51:02 +11:00
|
|
|
[@jannic]: https://github.com/jannic
|
|
|
|
[rp-rs]: https://github.com/rp-rs
|