Skip to content

Commit 1a80178

Browse files
dimitrije-lilicvladislav-pejic
authored andcommitted
drivers: adc: max32: Support for RTIO stream
Updated MAX32 driver with RTIO stream functionality. Signed-off-by: Dimitrije Lilic <dimitrije.lilic@orioninc.com>
1 parent 5f64dd0 commit 1a80178

File tree

2 files changed

+332
-2
lines changed

2 files changed

+332
-2
lines changed

drivers/adc/Kconfig.max32

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ config ADC_MAX32
1010
select PINCTRL
1111
help
1212
Enable ADC driver for ADI MAX32xxx MCUs.
13+
14+
config ADC_MAX32_STREAM
15+
bool "Use FIFO to stream data"
16+
select ADC_ASYNC
17+
default n
18+
help
19+
Use this configuration option to enable streaming ADC data via RTIO.

0 commit comments

Comments
 (0)