Merge pull request #517 from bcostm/tests

[Tests] Add Nucleo targets in MBED_A8 test (those having a DAC)
pull/515/merge
Martin Kojtal 2014-09-29 10:02:12 -07:00
commit 83f9d0487a
1 changed files with 3 additions and 1 deletions

View File

@ -128,7 +128,9 @@ TESTS = [
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
"automated": True,
"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"]
},
{
"id": "MBED_A9", "description": "Serial Echo at 115200",