Add Nucleo targets in MBED_A8 test (those having a DAC)

pull/517/head
bcostm 2014-09-29 10:41:06 +02:00
parent 25ff4eb5b4
commit 98b0981fe4
1 changed files with 3 additions and 1 deletions

View File

@ -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",