Skip to content

Commit d8454be

Browse files
jaz1-nordicnika-nordic
authored andcommitted
[nrf fromtree] drivers: adc: rework Nordic SAADC driver
SHIM Nordic modification for the ADC driver controlling the SAADC peripheral. Replaced HAL based implementation in favor of nrfx driver. As a next step, it is planned to implement a feature that will allow the peripheral SAADC timer to be used for sampling, and for this it is necessary to use the nrfx driver in this SHIM. This will allow more accurate and faster sampling than the kernel mechanism currently provides. Signed-off-by: Jakub Zymelka <[email protected]> (cherry picked from commit f3d2507)
1 parent b91ba6b commit d8454be

File tree

2 files changed

+222
-297
lines changed

2 files changed

+222
-297
lines changed

drivers/adc/Kconfig.nrfx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ config ADC_NRFX_SAADC
2727
default y
2828
depends on DT_HAS_NORDIC_NRF_SAADC_ENABLED
2929
select ADC_CONFIGURABLE_INPUTS
30+
select NRFX_SAADC
3031
help
3132
Enable support for nrfx SAADC driver.

0 commit comments

Comments
 (0)