You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
+
## [v0.9.0] - 2022-03-02
11
+
10
12
### Added
11
13
12
14
- Reexport gpio pins to `gpio` mod
13
15
- Added the ability to specify the word size (8 or 9 bits) for `Serial` (USART). When using parity, the parity bit is included in the number of bits of the word.
14
16
-`blocking::serial::Write` for `Tx` and `Serial`. `core::fmt::Write` for `Serial`
15
17
-`Instance` for Timer's, rtic-monotonic fugit impl
16
-
- Serial can now be reconfigured, allowing to change e.g. the baud rate after initialisation.
18
+
- Serial can now be reconfigured, allowing to change e.g. the baud rate after initialization.
17
19
18
20
### Changed
19
21
22
+
- Use `embedded-dma` 0.2.0
20
23
- Connectivity line devices configuration supports ADC2
21
24
- replace `GetBusFreq` with `BusClock` and `BusTimerClock`
22
25
@@ -302,7 +305,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
0 commit comments