mirror of https://github.com/ARMmbed/mbed-os.git
Added I2C master/slave test to the list of tests
parent
28961db4a5
commit
39f4d26896
|
|
@ -332,6 +332,13 @@ TESTS = [
|
|||
"automated": True,
|
||||
"peripherals": ["ADXL345"]
|
||||
},
|
||||
{
|
||||
"id": "MBED_29", "description": "I2C master/slave test",
|
||||
"source_dir": join(TEST_DIR, "mbed", "i2c_master_slave"),
|
||||
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB,],
|
||||
"automated": True,
|
||||
"mcu": ["LPC1768"]
|
||||
},
|
||||
|
||||
# CMSIS RTOS tests
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue