mbed-os/UNITTESTS/target_h/platform
Lingkai Dong dd81b536da Unit tests: Update <mstd_type_traits> stub
The stub version of <mstd_type_traits> is mostly identical to the
production file of the same name, except the former lags behind
and doesn't contain the recent "is_constant_evaluated" feature.
It's safe to update the stub file, because "is_constant_evaluated"
only checks generic GCC and Clang versions that also apply to
compilers on PCs.

This enables MbedCRC.h to include <mstd_type_traits> without
distinguishing between Mbed applications and unit tests.
2021-07-06 17:19:19 +01:00
..
cxxsupport Unit tests: Update <mstd_type_traits> stub 2021-07-06 17:19:19 +01:00
CThunk.h Add enough stubs to allow drivers/* to compile. 2019-11-04 16:12:36 +02:00
mbed_assert.h Unit tests: Remove `#ifndef UNITTEST` from the mbed_assert.h stub 2021-07-06 16:58:06 +01:00
mbed_power_mgmt.h Add enough stubs to allow drivers/* to compile. 2019-11-04 16:12:36 +02:00
mbed_retarget.h Fix sys/stat.h issue for unit tests on macOS 2021-03-10 10:41:31 +01:00
mbed_wait_api.h Remove mbed wait deprecated APIs 2020-04-08 10:35:07 +01:00
platform.h Add unit testing framework 2018-08-27 14:32:35 +03:00