Skip to content

Commit 58153cb

Browse files
sarthsmartnashif
authored andcommitted
tests: drivers: STM32: Enabling DAC loopback test in nucleo_l552ze_q
This commit configures dac_loopback to build and run on nucleo_l552ze_q platform. Signed-off-by: Sidhdharth Yadav <[email protected]>
1 parent f995425 commit 58153cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/drivers/dac/dac_loopback/src/test_dac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
defined(CONFIG_BOARD_NUCLEO_L152RE) || \
3131
defined(CONFIG_BOARD_STM32F3_DISCO) || \
3232
defined(CONFIG_BOARD_STM32L562E_DK) || \
33+
defined(CONFIG_BOARD_NUCLEO_L552ZE_Q) || \
3334
defined(CONFIG_BOARD_RONOTH_LODEV)
3435

3536
/*

tests/drivers/dac/dac_loopback/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ tests:
99
platform_allow: |
1010
frdm_k22f frdm_k64f nucleo_f207zg nucleo_l073rz nucleo_l152re twr_ke18f
1111
bl652_dvk bl653_dvk bl654_dvk bl5340_dvk_cpuapp stm32f3_disco stm32l562e_dk
12+
nucleo_l552ze_q

0 commit comments

Comments
 (0)