mirror of https://github.com/ARMmbed/mbed-os.git
Add Nucleo targets in MBED_A8 test (those having a DAC)
parent
25ff4eb5b4
commit
98b0981fe4
|
@ -128,7 +128,9 @@ TESTS = [
|
||||||
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
||||||
"automated": True,
|
"automated": True,
|
||||||
"peripherals": ["analog_loop"],
|
"peripherals": ["analog_loop"],
|
||||||
"mcu": ["LPC1768", "LPC2368", "KL25Z", "K64F", "K22F", "LPC4088", "LPC1549"]
|
"mcu": ["LPC1768", "LPC2368", "KL25Z", "K64F", "K22F", "LPC4088", "LPC1549",
|
||||||
|
"NUCLEO_F072RB", "NUCLEO_F091RC", "NUCLEO_F302R8", "NUCLEO_F303RE",
|
||||||
|
"NUCLEO_F334R8", "NUCLEO_L053R8", "NUCLEO_L152RE", "NUCLEO_F334R8"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "MBED_A9", "description": "Serial Echo at 115200",
|
"id": "MBED_A9", "description": "Serial Echo at 115200",
|
||||||
|
|
Loading…
Reference in New Issue