Skip to content

Commit a60aeff

Browse files
committed
Fix some misstakes in the changelog
1 parent df8a6e5 commit a60aeff

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
1012
- Added type aliases `Tx1` for `Tx<USART1>`, `RxDma1` for `RxDma<USART1, dma1::C5>`, etc.
13+
- Add ADC1 reading functions for channels 16 (temperature) and 17 (internal reference voltage)
14+
- Update existing ADC example according to ADC API changes
15+
- Add new ADC example to read ambient temperature using ADC1 CH16
16+
17+
18+
### Breaking changes
19+
20+
- ADC now requires the clock configuration for intialisation
21+
22+
### Changed
1123

1224
## [v0.3.0] - 2019-04-27
1325

@@ -27,9 +39,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2739
- Remove all PWM channel configurations except 'all the channels for default remapping' configuratons
2840
- Update PWM documentation: clarify custom selection of channels
2941
- Add PWM example for custom selection of channels
30-
- Add ADC1 reading functions for channels 16 (temperature) and 17 (internal reference voltage)
31-
- Update existing ADC example according to ADC API changes
32-
- Add new ADC example to read ambient temperature using ADC1 CH16
3342

3443
### Changed
3544

0 commit comments

Comments
 (0)