@@ -3,10 +3,12 @@ common:
3
3
- adc
4
4
- drivers
5
5
- userspace
6
+ depends_on : adc
7
+ filter : dt_node_has_prop("/zephyr,user","io-channels")
8
+ min_flash : 40
9
+
6
10
tests :
7
11
drivers.adc :
8
- depends_on : adc
9
- min_flash : 40
10
12
platform_exclude :
11
13
- nucleo_u031r8
12
14
- panb611evb/nrf54l15/cpuapp
@@ -21,28 +23,19 @@ tests:
21
23
- rpi_pico/rp2040/w/mcuboot
22
24
- rpi_pico2/rp2350a/m33/mcuboot
23
25
- rpi_pico2/rp2350a/m33/w/mcuboot
24
- drivers.adc.b_u585i_iot02a_adc4 :
25
- extra_args :
26
- - DTC_OVERLAY_FILE="boards/b_u585i_iot02a_adc4.overlay"
27
- platform_allow :
28
- - b_u585i_iot02a
29
- drivers.adc.nucleo_f103rb_dma :
30
26
extra_args :
31
- - DTC_OVERLAY_FILE="boards/nucleo_f103rb_dma .overlay"
32
- - EXTRA_CONF_FILE="overlay-dma-stm32.conf"
33
- platform_allow :
34
- - nucleo_f103rb
27
+ - platform:b_u585i_iot02a/stm32u585xx: DTC_OVERLAY_FILE="boards/b_u585i_iot02a_adc4 .overlay"
28
+ integration_platforms :
29
+ - native_sim
30
+ - native_sim/native/64
35
31
drivers.adc.dma_st_stm32 :
36
- extra_args :
37
- - EXTRA_CONF_FILE="overlay-dma-stm32.conf"
38
32
depends_on :
39
- - adc
40
33
- dma
41
- min_flash : 40
42
34
platform_allow :
43
35
- b_u585i_iot02a
44
36
- disco_l475_iot1
45
37
- nucleo_f091rc
38
+ - nucleo_f103rb
46
39
- nucleo_f207zg
47
40
- nucleo_f401re
48
41
- nucleo_f429zi
@@ -65,14 +58,16 @@ tests:
65
58
- stm32f3_disco
66
59
- stm32h573i_dk
67
60
- stm32u083c_dk
61
+ extra_args :
62
+ - EXTRA_CONF_FILE=overlay-dma-stm32.conf
63
+ - platform:nucleo_f103rb/stm32f103xb:DTC_OVERLAY_FILE="boards/nucleo_f103rb_dma.overlay"
68
64
integration_platforms :
69
65
- disco_l475_iot1
70
66
- nucleo_l476rg
71
67
drivers.adc.dma_nxp_kinetis :
72
68
extra_args :
73
69
- EXTRA_CONF_FILE="overlay-dma-kinetis.conf"
74
70
depends_on :
75
- - adc
76
71
- dma
77
72
min_flash : 40
78
73
platform_allow :
@@ -82,10 +77,9 @@ tests:
82
77
- frdm_k82f
83
78
drivers.adc.dma_espressif :
84
79
extra_args :
85
- - DTC_OVERLAY_FILE="boards/esp32s3_devkitc_procpu.overlay"
80
+ - platform:esp32s3_devkitc/esp32s3/procpu: DTC_OVERLAY_FILE="boards/esp32s3_devkitc_procpu.overlay"
86
81
- EXTRA_CONF_FILE="overlay-dma-esp32.conf"
87
82
depends_on :
88
- - adc
89
83
- dma
90
84
platform_allow :
91
85
- esp32s3_devkitc/esp32s3/procpu
0 commit comments