Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 78b4f25

Browse files
committed
analog_loop test - keep mcu list and update with STM32 boards
1 parent dee7537 commit 78b4f25

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/tests.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,13 @@
189189
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
190190
"automated": True,
191191
"peripherals": ["analog_loop"],
192+
"mcu": ["LPC1768", "LPC2368", "LPC2460", "KL25Z", "K64F", "K66F", "K22F", "LPC4088", "LPC1549",
193+
"NUCLEO_F072RB", "NUCLEO_F091RC", "NUCLEO_F302R8", "NUCLEO_F303K8", "NUCLEO_F303RE", "NUCLEO_F207ZG",
194+
"NUCLEO_F334R8", "NUCLEO_F303ZE", "NUCLEO_L053R8", "NUCLEO_L073RZ", "NUCLEO_L152RE",
195+
"NUCLEO_F410RB", "NUCLEO_F446RE", "NUCLEO_F446ZE", "NUCLEO_F429ZI",
196+
"DISCO_F407VG", "NUCLEO_F746ZG", "NUCLEO_L476RG",
197+
"DISCO_L053C8", "DISCO_F334C8", "DISCO_L476VG", "DISCO_F469NI", "DISCO_F429ZI",
198+
"ARCH_MAX", "MAX32600MBED", "MOTE_L152RC", "B96B_F446VE"]
192199
},
193200
{
194201
"id": "MBED_A9", "description": "Serial Echo at 115200",

0 commit comments

Comments
 (0)