Skip to content

Commit 01909a2

Browse files
FRASTMfabiobaltieri
authored andcommitted
tests: drivers: dac loopback testcase for nucleo g071rb
Running the testcase dac loopback on the nucleo_g071rb target board. The ADC1 in0 on PA0 (pin A0), the DAC1 out1 on PA4 (pin A2) must be connected on the HW. Signed-off-by: Francois Ramu <francois.ramu@st.com>
1 parent 1654f81 commit 01909a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252

5353
#elif defined(CONFIG_BOARD_NUCLEO_F207ZG) || \
5454
defined(CONFIG_BOARD_NUCLEO_F429ZI) || \
55-
defined(CONFIG_BOARD_NUCLEO_F746ZG)
55+
defined(CONFIG_BOARD_NUCLEO_F746ZG) || \
56+
defined(CONFIG_BOARD_NUCLEO_G071RB)
5657
/*
5758
* DAC output on PA4
5859
* ADC input read from PA0

tests/drivers/dac/dac_loopback/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ tests:
99
platform_allow: |
1010
frdm_k22f frdm_k64f nucleo_f207zg nucleo_l073rz nucleo_l152re twr_ke18f
1111
bl652_dvk bl653_dvk bl654_dvk bl5340_dvk_cpuapp stm32f3_disco stm32l562e_dk
12-
nucleo_l552ze_q nucleo_f429zi nucleo_f746zg nucleo_wl55jc
12+
nucleo_l552ze_q nucleo_f429zi nucleo_f746zg nucleo_g071rb nucleo_wl55jc

0 commit comments

Comments
 (0)