@@ -5,11 +5,29 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.9.1 ]
9
9
10
- ## Fixed
10
+ ### Added
11
+
12
+ - Add function to enable multiple PWM slices at the same time - #668 @jlpettersson
13
+ - Add uart\_ is\_ busy() method - #711 @Rahix
14
+ - Re-export fugit - #573 @jannic
15
+ - Add function to clear PIO fifos - #670 @ThadHouse
16
+ - Implement WriteIter and WriteIterRead - #703 @thejpster
17
+ - Implement InputPin for all pin configurations - #689 @jannic
18
+ - Provide functions to access watchdog scratch registers - #685 @jannic
19
+ - Implement reset() and halt() functions - #613 @jannic
20
+
21
+ ### Fixed
22
+
23
+ - Fix USB PLL's VCO frequency according to updated datasheet - #688 @ithinuel , @jannic
24
+ - Fix UART transmit\_ flushed method - #713 @jannic
25
+ - Fix calculation of pll frequency for refdiv != 1 - #691 @vinsynth
26
+
27
+ ### Changed
11
28
12
- - Fixed USB PLL's VCO frequency according to updated datasheet - #688 @ithinuel , @jannic
29
+ - Improve documentation - #692 #696 #697 #698 #699 #702 #704 #709 #714 @9names @fu5ha @ithinuel @jannic
30
+ - Migrate to eh1\_ 0 rc 1 - #681 @ithinuel
13
31
14
32
## [ 0.9.0]
15
33
@@ -321,7 +339,8 @@ The Minimum-Supported Rust Version (MSRV) for this release is 1.54.
321
339
322
340
- Initial release
323
341
324
- [ Unreleased ] : https://github.com/rp-rs/rp-hal/compare/v0.9.0...HEAD
342
+ [ Unreleased ] : https://github.com/rp-rs/rp-hal/compare/v0.9.1...HEAD
343
+ [ 0.9.1 ] : https://github.com/rp-rs/rp-hal/compare/v0.9.0...v0.9.1
325
344
[ 0.9.0 ] : https://github.com/rp-rs/rp-hal/compare/v0.8.1...v0.9.0
326
345
[ 0.8.1 ] : https://github.com/rp-rs/rp-hal/compare/v0.8.0...v0.8.1
327
346
[ 0.8.0 ] : https://github.com/rp-rs/rp-hal/compare/v0.7.0...v0.8.0
0 commit comments