We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a886eb commit 5c5e09bCopy full SHA for 5c5e09b
tests/drivers/dac/dac_api/src/test_dac.c
@@ -15,6 +15,7 @@
15
defined(CONFIG_BOARD_NUCLEO_F429ZI) || \
16
defined(CONFIG_BOARD_NUCLEO_F767ZI) || \
17
defined(CONFIG_BOARD_STM32L562E_DK) || \
18
+ defined(CONFIG_BOARD_NUCLEO_L552ZE_Q) || \
19
defined(CONFIG_BOARD_RONOTH_LODEV)
20
21
#define DAC_DEVICE_NAME DT_LABEL(DT_NODELABEL(dac1))
tests/drivers/dac/dac_api/testcase.yaml
@@ -5,5 +5,5 @@ tests:
5
platform_allow:
6
frdm_k22f frdm_k64f nucleo_l073rz nucleo_l152re twr_ke18f nucleo_f767zi
7
nucleo_f429zi bl652_dvk bl653_dvk bl654_dvk bl5340_dvk_cpuapp stm32f3_disco
8
- stm32l562e_dk
+ stm32l562e_dk nucleo_l552ze_q
9
depends_on: dac
0 commit comments