Skip to content

Commit

Permalink
DISCO_F769NI: Add analog loop test support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromecoutant committed Jan 12, 2017
1 parent b65b2bd commit 66c3f8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions features/unsupported/tests/mbed/analog/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ AnalogOut out(A2);
AnalogIn in(A0);
AnalogOut out(A3);

#elif defined(TARGET_DISCO_F769NI)
AnalogIn in(A0);
AnalogOut out(A1);

#elif defined(TARGET_NUCLEO_F207ZG) || \
defined(TARGET_NUCLEO_F746ZG) || \
defined(TARGET_NUCLEO_F303ZE) || \
Expand Down
2 changes: 1 addition & 1 deletion tools/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"NUCLEO_F334R8", "NUCLEO_F303ZE", "NUCLEO_L053R8", "NUCLEO_L073RZ", "NUCLEO_L152RE",
"NUCLEO_F410RB", "NUCLEO_F446RE", "NUCLEO_F446ZE", "NUCLEO_F429ZI",
"DISCO_F407VG", "NUCLEO_F746ZG", "NUCLEO_L476RG",
"DISCO_L053C8", "DISCO_F334C8", "DISCO_L476VG", "DISCO_F469NI", "DISCO_F429ZI",
"DISCO_L053C8", "DISCO_F334C8", "DISCO_L476VG", "DISCO_F469NI", "DISCO_F429ZI", "DISCO_F769NI",
"ARCH_MAX", "MAX32600MBED", "MOTE_L152RC", "B96B_F446VE"]
},
{
Expand Down

0 comments on commit 66c3f8e

Please sign in to comment.