Skip to content

Commit efa5ec8

Browse files
author
James Munns
committed
Add changelog for Serial and CRC32
1 parent 25ca58a commit efa5ec8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2323
- Add missing `Write` implementation for `Serial` and implemented better error handling.
2424
- [breaking-change] ADC2 and ADC3 no longer allow access to VREF, VBAT, or the internal
2525
temperature measurement (ADC2 and ADC3 do not have an internal connection for these channels)
26+
- Improved Serial baudrate calculation to be correct for higher baudrates or lower PCLKs
2627

2728
### Added
2829

@@ -32,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3233
- Basic support for DAC
3334
- Add initial DMA support
3435
- Allow specification of ADC reference voltage in ADC configuraton structure
36+
- Added support for hardware-based CRC32 functionality
3537

3638
### Fixed
3739
- Stability fixes related to SD card write

0 commit comments

Comments
 (0)