Skip to content

Commit 5c5e09b

Browse files
sarthsmartnashif
authored andcommitted
tests: drivers: STM32: Enabling DAC tests in nucleo_l552ze_q
This commit enables dac_api to build and run on nucleo_l552ze_q platform. Signed-off-by: Sidhdharth Yadav <[email protected]>
1 parent 8a886eb commit 5c5e09b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
defined(CONFIG_BOARD_NUCLEO_F429ZI) || \
1616
defined(CONFIG_BOARD_NUCLEO_F767ZI) || \
1717
defined(CONFIG_BOARD_STM32L562E_DK) || \
18+
defined(CONFIG_BOARD_NUCLEO_L552ZE_Q) || \
1819
defined(CONFIG_BOARD_RONOTH_LODEV)
1920

2021
#define DAC_DEVICE_NAME DT_LABEL(DT_NODELABEL(dac1))

tests/drivers/dac/dac_api/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ tests:
55
platform_allow:
66
frdm_k22f frdm_k64f nucleo_l073rz nucleo_l152re twr_ke18f nucleo_f767zi
77
nucleo_f429zi bl652_dvk bl653_dvk bl654_dvk bl5340_dvk_cpuapp stm32f3_disco
8-
stm32l562e_dk
8+
stm32l562e_dk nucleo_l552ze_q
99
depends_on: dac

0 commit comments

Comments
 (0)