Skip to content

Commit 83f9d04

Browse files
committed
Merge pull request #517 from bcostm/tests
[Tests] Add Nucleo targets in MBED_A8 test (those having a DAC)
2 parents 5c22319 + eab929a commit 83f9d04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

workspace_tools/tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@
128128
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
129129
"automated": True,
130130
"peripherals": ["analog_loop"],
131-
"mcu": ["LPC1768", "LPC2368", "KL25Z", "K64F", "K22F", "LPC4088", "LPC1549"]
131+
"mcu": ["LPC1768", "LPC2368", "KL25Z", "K64F", "K22F", "LPC4088", "LPC1549",
132+
"NUCLEO_F072RB", "NUCLEO_F091RC", "NUCLEO_F302R8", "NUCLEO_F303RE",
133+
"NUCLEO_F334R8", "NUCLEO_L053R8", "NUCLEO_L152RE"]
132134
},
133135
{
134136
"id": "MBED_A9", "description": "Serial Echo at 115200",

0 commit comments

Comments
 (0)