From 98b0981fe44e507e6c574827884842f2ceff07d1 Mon Sep 17 00:00:00 2001 From: bcostm Date: Mon, 29 Sep 2014 10:41:06 +0200 Subject: [PATCH] Add Nucleo targets in MBED_A8 test (those having a DAC) --- workspace_tools/tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/workspace_tools/tests.py b/workspace_tools/tests.py index c466bce50d..2c3c980779 100644 --- a/workspace_tools/tests.py +++ b/workspace_tools/tests.py @@ -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", "NUCLEO_F334R8"] }, { "id": "MBED_A9", "description": "Serial Echo at 115200",