From df9f1fa522a209bad9a23c8da30d4fad1168b3e2 Mon Sep 17 00:00:00 2001 From: Bjarki Arge Andreasen Date: Fri, 5 Jul 2024 12:40:13 +0200 Subject: [PATCH] doc: release notes: add adc_nrfx_saadc patch note. Add note describing patch which fixes issue which allowed negative readings in single-ended mode. Signed-off-by: Bjarki Arge Andreasen --- doc/releases/release-notes-3.7.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index 06236f777f4b922..2d74844586634fd 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -386,6 +386,10 @@ Drivers and Sensors * Added support for STM32H7R/S series. + * Fixed issue which allowed negative ADC readings in single-ended mode using the ``adc_nrfx_saadc.c`` + device driver. Note that this fix prevents the nRF54H and nRF54L series from performing + 8-bit resolution single-ended readings due to hardware limitations. + * Auxiliary Display * Audio