zephyr/drivers/adc
Crist Xu 04ab2400e6 driver: adc: an adc driver for rt1170
reuse the lpc's lpadc driver for rt1170, modify the dts and add
some macro to shield some code of LPC series. Also add the
board support inside the tests/drivers/adc/adc_api/src/test_adc.c,
and a dts node:zephyr,user inside
samples/drivers/adc/boards/mimxrt1170_evk_cm7.overlay

Signed-off-by: Crist Xu <crist.xu@nxp.com>
2021-07-20 13:15:58 -05:00
..
adc_cc32xx.c
adc_common.c
adc_context.h
adc_emul.c
adc_handlers.c
adc_ite_it8xxx2.c ite: drivers/adc: create pinmux phandle to the ADC driver node 2021-06-11 15:47:25 +02:00
adc_lmp90xxx.c drivers: adc: lmp90xxx: convert to new DT helper macros 2021-06-04 16:18:51 -05:00
adc_mchp_xec.c
adc_mcp320x.c drivers: adc: mcp320x: convert to new DT helper macros 2021-06-04 16:19:01 -05:00
adc_mcux_adc12.c
adc_mcux_adc16.c drivers: adc: mcux_adc16: reduce log verbosity 2021-07-01 17:04:04 -05:00
adc_mcux_lpadc.c driver: adc: an adc driver for rt1170 2021-07-20 13:15:58 -05:00
adc_npcx.c drivers: npcx: convert NPCX drivers clock client to DEVICE_DT_GET 2021-06-27 23:02:39 -04:00
adc_nrfx_adc.c
adc_nrfx_saadc.c
adc_sam0.c
adc_sam_afec.c soc: atmel_sam: Add _INST to ATMEL_SAM_DT_PIN* macros 2021-06-14 09:50:41 -05:00
adc_shell.c
adc_stm32.c drivers: adc: Adding CONFIG_SOC_SERIES_STM32L5X in stm32l5 series 2021-07-06 18:03:22 -04:00
CMakeLists.txt
Kconfig
Kconfig.adc_emul
Kconfig.cc32xx
Kconfig.it8xxx2
Kconfig.lmp90xxx
Kconfig.mcp320x
Kconfig.mcux
Kconfig.npcx
Kconfig.nrfx
Kconfig.sam0
Kconfig.sam_afec
Kconfig.stm32
Kconfig.xec