Skip to content

Commit 8a886eb

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
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
@@ -14,6 +14,7 @@
1414
defined(CONFIG_BOARD_STM32F3_DISCO) || \
1515
defined(CONFIG_BOARD_NUCLEO_F429ZI) || \
1616
defined(CONFIG_BOARD_NUCLEO_F767ZI) || \
17+
defined(CONFIG_BOARD_STM32L562E_DK) || \
1718
defined(CONFIG_BOARD_RONOTH_LODEV)
1819

1920
#define DAC_DEVICE_NAME DT_LABEL(DT_NODELABEL(dac1))

tests/drivers/dac/dac_api/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +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
89
depends_on: dac

0 commit comments

Comments
 (0)