From 38e1063a25cd4ebb2fe74b907c220bb2b74f9946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20G=C5=82=C4=85bek?= Date: Thu, 27 May 2021 19:40:15 +0200 Subject: [PATCH] doc: release-notes-2.6: Add entries for ADC and PWM drivers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add release notes related to ADC and PWM. Signed-off-by: Andrzej Głąbek --- doc/releases/release-notes-2.6.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/releases/release-notes-2.6.rst b/doc/releases/release-notes-2.6.rst index af27ec77f53..dceaf630f0b 100644 --- a/doc/releases/release-notes-2.6.rst +++ b/doc/releases/release-notes-2.6.rst @@ -330,6 +330,12 @@ Drivers and Sensors * ADC + * Added support on TI CC32xx. + * Added support on ITE IT8xxx2. + * Added support for DMA and HW triggers in the MCUX ADC16 driver. + * Added ADC emulator. + * Moved definitions of ADC acquisition time macros so that those macros can be used in dts files. + * Bluetooth * The Kconfig option ``CONFIG_BT_CTLR_TO_HOST_UART_DEV_NAME`` was removed. @@ -481,7 +487,8 @@ Drivers and Sensors * PWM - * Added support on STM32F2 and STM32L1 + * Added support on STM32F2 and STM32L1. + * Added support on Silicon Labs Gecko SoCs. * Sensor