drivers: add adc driver for the NXP RT series
adc driver is based on the NXP MCUX hal library Signed-off-by: Andrei Auchynnikau <ovchinnikov@strim-tech.com>
This commit is contained in:
parent
9c7f790103
commit
3b3a30612f
6 changed files with 353 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
#define DT_DRV_COMPAT nordic_nrf_adc
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(nordic_nrf_saadc)
|
||||
#define DT_DRV_COMPAT nordic_nrf_saadc
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(nxp_mcux_12b1msps_sar)
|
||||
#define DT_DRV_COMPAT nxp_mcux_12b1msps_sar
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(nxp_kinetis_adc12)
|
||||
#define DT_DRV_COMPAT nxp_kinetis_adc12
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(nxp_kinetis_adc16)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue