Skip to content

Commit 39f4d26

Browse files
author
Bogdan Marinescu
committed
Added I2C master/slave test to the list of tests
1 parent 28961db commit 39f4d26

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

workspace_tools/tests.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,14 @@
332332
"automated": True,
333333
"peripherals": ["ADXL345"]
334334
},
335-
335+
{
336+
"id": "MBED_29", "description": "I2C master/slave test",
337+
"source_dir": join(TEST_DIR, "mbed", "i2c_master_slave"),
338+
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB,],
339+
"automated": True,
340+
"mcu": ["LPC1768"]
341+
},
342+
336343
# CMSIS RTOS tests
337344
{
338345
"id": "CMSIS_RTOS_1", "description": "Basic",

0 commit comments

Comments
 (0)