mbed-os/libraries/tests/utest
0xc0170 686b99672f Asynch Unit tests (Serial, SPI, I2C, low power ticker)
Peripheral unit tests require target pins definitions. I included K64F there as
a show case, although currently k64f does not support asynch methods.
2015-05-13 14:26:26 +02:00
..
basic Aligned existing unit tests to new include structure. Now includes are in build/cpputest so no need to include like this: 'CppUTest/header_file.h' 2014-11-11 15:32:16 +00:00
bus Added simple tests for BusOut component to check if we can use new features of BusOut::operator[] and DigitalOut::is_connected() 2014-12-19 15:36:55 +00:00
general Aligned existing unit tests to new include structure. Now includes are in build/cpputest so no need to include like this: 'CppUTest/header_file.h' 2014-11-11 15:32:16 +00:00
i2c_eeprom_asynch Asynch Unit tests (Serial, SPI, I2C, low power ticker) 2015-05-13 14:26:26 +02:00
lp_ticker Asynch Unit tests (Serial, SPI, I2C, low power ticker) 2015-05-13 14:26:26 +02:00
semihost_fs Aligned existing unit tests to new include structure. Now includes are in build/cpputest so no need to include like this: 'CppUTest/header_file.h' 2014-11-11 15:32:16 +00:00
serial_asynch Asynch Unit tests (Serial, SPI, I2C, low power ticker) 2015-05-13 14:26:26 +02:00
spi_asynch Asynch Unit tests (Serial, SPI, I2C, low power ticker) 2015-05-13 14:26:26 +02:00
testrunner Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00