Skip to content

Commit

Permalink
tests: drivers: dac test running on the b_u585i_iot02a board
Browse files Browse the repository at this point in the history
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 <francois.ramu@st.com>
  • Loading branch information
FRASTM authored and nashif committed Oct 24, 2021
1 parent 73f4dfb commit 0162f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/drivers/dac/dac_api/src/test_dac.c
Expand Up @@ -16,6 +16,7 @@
defined(CONFIG_BOARD_NUCLEO_F767ZI) || \
defined(CONFIG_BOARD_STM32L562E_DK) || \
defined(CONFIG_BOARD_NUCLEO_L552ZE_Q) || \
defined(CONFIG_BOARD_B_U585I_IOT02A) || \
defined(CONFIG_BOARD_RONOTH_LODEV)

#define DAC_DEVICE_NAME DT_LABEL(DT_NODELABEL(dac1))
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/dac/dac_api/testcase.yaml
Expand Up @@ -5,5 +5,5 @@ tests:
platform_allow:
frdm_k22f frdm_k64f nucleo_l073rz nucleo_l152re twr_ke18f nucleo_f767zi
nucleo_f429zi bl652_dvk bl653_dvk bl654_dvk bl5340_dvk_cpuapp stm32f3_disco
stm32l562e_dk nucleo_l552ze_q
stm32l562e_dk nucleo_l552ze_q b_u585i_iot02a
depends_on: dac

0 comments on commit 0162f4c

Please sign in to comment.