Move ADC DMA tests directly into adc_api test for Kinetis and STM32 boards. Needs to disable CONFIG_TEST_USERSPACE for this subtest because of caching issue for STM32H7 (as it was done dor adc_dma test). Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
12 lines
260 B
Text
12 lines
260 B
Text
# ADC API test configuration options
|
|
|
|
# Copyright (c) 2024 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "ADC API Test"
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
config ADC_API_SAMPLE_INTERVAL_US
|
|
int "Interval between repeatead samples in us"
|
|
default 0
|