mirror of https://github.com/ARMmbed/mbed-os.git
Remove reference to yotta and mbed-drivers in greentea-client
parent
96a71ce59a
commit
b694a34873
|
@ -22,11 +22,7 @@
|
|||
#define GREENTEA_CLIENT_TEST_ENV_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
#ifdef YOTTA_GREENTEA_CLIENT_VERSION_STRING
|
||||
#define MBED_GREENTEA_CLIENT_VERSION_STRING YOTTA_GREENTEA_CLIENT_VERSION_STRING
|
||||
#else
|
||||
#define MBED_GREENTEA_CLIENT_VERSION_STRING "1.3.0"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -41,7 +37,7 @@
|
|||
#endif
|
||||
|
||||
/**
|
||||
* Auxilary macros to keep mbed-drivers compatibility with utest before greentea-client
|
||||
* Ensure compatibility with utest
|
||||
*/
|
||||
#define TEST_ENV_TESTCASE_COUNT GREENTEA_TEST_ENV_TESTCASE_COUNT
|
||||
#define TEST_ENV_TESTCASE_START GREENTEA_TEST_ENV_TESTCASE_START
|
||||
|
|
|
@ -158,8 +158,8 @@ extern bool coverage_report;
|
|||
*
|
||||
* Generates preamble of message sent to notify host about code coverage data dump.
|
||||
*
|
||||
* This function is used by mbedOS software
|
||||
* (see: mbed-drivers/source/retarget.cpp file) to generate code coverage
|
||||
* This function is used by Mbed OS
|
||||
* (see: mbed-os/platform/mbed_retarget.cpp) to generate code coverage
|
||||
* messages to host. When code coverage feature is turned on slave will
|
||||
* print-out code coverage data in form of key-value protocol.
|
||||
* Message with code coverage data will contain message name, path to code
|
||||
|
@ -176,8 +176,8 @@ void greentea_notify_coverage_start(const char *path) {
|
|||
/**
|
||||
* \brief Sufix for code coverage message to master (closing statement)
|
||||
*
|
||||
* This function is used by mbedOS software
|
||||
* (see: mbed-drivers/source/retarget.cpp file) to generate code coverage
|
||||
* This function is used by Mbed OS
|
||||
* (see: mbed-os/platform/mbed_retarget.cpp) to generate code coverage
|
||||
* messages to host. When code coverage feature is turned on slave will
|
||||
* print-out code coverage data in form of key-value protocol.
|
||||
* Message with code coverage data will contain message name, path to code
|
||||
|
|
Loading…
Reference in New Issue