Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Jan 3, 2024
1 parent 5c1c785 commit da4a415
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rp2040-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- Allow to use ADC free-running mode without FIFO.

### Changed

- bump MSRV to 1.65
- Set startup\_delay\_multiplier of XOSC to 64, and make it configurable.
This should increase compatibility with boards where the oscillator starts up
more slowly than on the Raspberry Pico.
- Some reorganization of ADC code, making sure that AdcPin can only
be created for pins that can actually be used as ADC channels.

## [0.9.1]

Expand Down

0 comments on commit da4a415

Please sign in to comment.