Skip to content

Commit 0162f4c

Browse files
FRASTMnashif
authored andcommitted
tests: drivers: dac test running on the b_u585i_iot02a board
This commit enables target board to run the dac_api testcase on the b_u585i_iot02a board DAC 1 channel 1 is used. Signed-off-by: Francois Ramu <[email protected]>
1 parent 73f4dfb commit 0162f4c

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
@@ -16,6 +16,7 @@
1616
defined(CONFIG_BOARD_NUCLEO_F767ZI) || \
1717
defined(CONFIG_BOARD_STM32L562E_DK) || \
1818
defined(CONFIG_BOARD_NUCLEO_L552ZE_Q) || \
19+
defined(CONFIG_BOARD_B_U585I_IOT02A) || \
1920
defined(CONFIG_BOARD_RONOTH_LODEV)
2021

2122
#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 nucleo_l552ze_q
8+
stm32l562e_dk nucleo_l552ze_q b_u585i_iot02a
99
depends_on: dac

0 commit comments

Comments
 (0)