Skip to content

Commit 771247f

Browse files
committed
Adding changelog entry
1 parent 8d70685 commit 771247f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2121
- Change DMA traits to `embedded-dma`.
2222
- Use bitbanding during clock enabling and peripheral reset to avoid data races.
2323
- Add missing `Write` implementation for `Serial` and implemented better error handling.
24+
- ADC2 and ADC3 no longer allow access to VREF, VBAT, or the internal temperature measurement, as
25+
the ADCs do not have an internal connection for these channels.
2426

2527
### Added
2628

@@ -29,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2931
- Added `check_interrupt` method for GPIO pins
3032
- Basic support for DAC
3133
- Add initial DMA support
34+
- Allow specification of ADC reference voltage in ADC configuraton structure
3235

3336
### Fixed
3437
- Stability fixes related to SD card write

0 commit comments

Comments
 (0)