Skip to content

Commit 66c3f8e

Browse files
committed
DISCO_F769NI: Add analog loop test support
1 parent b65b2bd commit 66c3f8e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

features/unsupported/tests/mbed/analog/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ AnalogOut out(A2);
5757
AnalogIn in(A0);
5858
AnalogOut out(A3);
5959

60+
#elif defined(TARGET_DISCO_F769NI)
61+
AnalogIn in(A0);
62+
AnalogOut out(A1);
63+
6064
#elif defined(TARGET_NUCLEO_F207ZG) || \
6165
defined(TARGET_NUCLEO_F746ZG) || \
6266
defined(TARGET_NUCLEO_F303ZE) || \

tools/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"NUCLEO_F334R8", "NUCLEO_F303ZE", "NUCLEO_L053R8", "NUCLEO_L073RZ", "NUCLEO_L152RE",
190190
"NUCLEO_F410RB", "NUCLEO_F446RE", "NUCLEO_F446ZE", "NUCLEO_F429ZI",
191191
"DISCO_F407VG", "NUCLEO_F746ZG", "NUCLEO_L476RG",
192-
"DISCO_L053C8", "DISCO_F334C8", "DISCO_L476VG", "DISCO_F469NI", "DISCO_F429ZI",
192+
"DISCO_L053C8", "DISCO_F334C8", "DISCO_L476VG", "DISCO_F469NI", "DISCO_F429ZI", "DISCO_F769NI",
193193
"ARCH_MAX", "MAX32600MBED", "MOTE_L152RC", "B96B_F446VE"]
194194
},
195195
{

0 commit comments

Comments
 (0)