Commit f3d25074 authored by Jakub Zymelka's avatar Jakub Zymelka Committed by Anas Nashif
Browse files

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: default avatarJakub Zymelka <jakub.zymelka@nordicsemi.no>
parent be8c61ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,5 +27,6 @@ config ADC_NRFX_SAADC
	default y
	depends on DT_HAS_NORDIC_NRF_SAADC_ENABLED
	select ADC_CONFIGURABLE_INPUTS
	select NRFX_SAADC
	help
	  Enable support for nrfx SAADC driver.
+221 −297

File changed.

Preview size limit exceeded, changes collapsed.