mbed-os/platform/tests
Rajkumar Kanagaraj b712589557 Exclude test cases for data types %lld, %llu, %llx to reduce build binary size
The "minimal_printf" greentea test has test cases for the different data types
(%d, %u, %x, %ld, %lu, %lx %llx)  that require a minimum above 36kb ROM
to build all test cases. LPC1114 target has only 32KB ROM memory,
so these changes excluding 3 test cases of data types %lld, %llu, %llx
to bring down to meet target minimum ROM size
2021-09-16 15:09:32 +01:00
..
TESTS Exclude test cases for data types %lld, %llu, %llx to reduce build binary size 2021-09-16 15:09:32 +01:00
UNITTESTS Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
.mbedignore Relocate platform unit tests 2020-07-28 10:16:47 +01:00