From da4a415aa7e4a136821b3e4aff1e539f02fae707 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Wed, 3 Jan 2024 18:04:02 +0000 Subject: [PATCH] Update changelog --- rp2040-hal/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rp2040-hal/CHANGELOG.md b/rp2040-hal/CHANGELOG.md index 0e8fb7583..f7ca329cb 100644 --- a/rp2040-hal/CHANGELOG.md +++ b/rp2040-hal/CHANGELOG.md @@ -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]