Skip to content

Commit f7ebd61

Browse files
djiatsaf-stcarlescufi
authored andcommitted
tests: drivers: dac: dac_api: src: update dac_api driver test
-add nucleo_u083rc and stm32u083c_dk boards for testbench purpose. - add min_ram property to skip test on boards with little ram size. Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
1 parent 1ae6e61 commit f7ebd61

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
defined(CONFIG_BOARD_NUCLEO_L552ZE_Q) || \
2727
defined(CONFIG_BOARD_STM32L562E_DK) || \
2828
defined(CONFIG_BOARD_STM32H573I_DK) || \
29+
defined(CONFIG_BOARD_STM32U083C_DK) || \
2930
defined(CONFIG_BOARD_B_U585I_IOT02A) || \
31+
defined(CONFIG_BOARD_NUCLEO_U083RC) || \
3032
defined(CONFIG_BOARD_NUCLEO_U575ZI_Q) || \
3133
defined(CONFIG_BOARD_NUCLEO_U5A5ZJ_Q) || \
3234
defined(CONFIG_BOARD_NUCLEO_WL55JC) || \

tests/drivers/dac/dac_api/testcase.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ common:
66
tests:
77
drivers.dac.api:
88
depends_on: dac
9+
min_ram: 16

0 commit comments

Comments
 (0)