Unit tests: Move cmsis target_h stubs
This creates a new mbed-headers-cmsis which is always and only used
by mbed-headers-platform, so we add the former to the laters' linked
targets.
ls
1 parent 44cd64a commit 7e3565b5f53ea34d768de666b664676731b8e9cb
@Lingkai Dong Lingkai Dong authored on 7 Jul 2021
Showing 20 changed files
View
UNITTESTS/target_h/cmsis.h 100644 → 0
View
UNITTESTS/target_h/cmsis_compiler.h 100644 → 0
View
UNITTESTS/target_h/cmsis_os.h 100644 → 0
View
UNITTESTS/target_h/cmsis_os2.h 100644 → 0
View
UNITTESTS/target_h/mbed_rtx.h 100644 → 0
View
UNITTESTS/target_h/mbed_rtx_conf.h 100644 → 0
View
UNITTESTS/target_h/rtx_lib.h 100644 → 0
View
UNITTESTS/target_h/rtx_os.h 100644 → 0
View
cmsis/CMakeLists.txt
View
cmsis/tests/UNITTESTS/.mbedignore 0 → 100644
View
cmsis/tests/UNITTESTS/doubles/CMakeLists.txt 0 → 100644
View
cmsis/tests/UNITTESTS/doubles/cmsis.h 0 → 100644
View
cmsis/tests/UNITTESTS/doubles/cmsis_compiler.h 0 → 100644
View
cmsis/tests/UNITTESTS/doubles/cmsis_os.h 0 → 100644
View
cmsis/tests/UNITTESTS/doubles/cmsis_os2.h 0 → 100644
View
cmsis/tests/UNITTESTS/doubles/mbed_rtx.h 0 → 100644
View
cmsis/tests/UNITTESTS/doubles/mbed_rtx_conf.h 0 → 100644
View
cmsis/tests/UNITTESTS/doubles/rtx_lib.h 0 → 100644
View
cmsis/tests/UNITTESTS/doubles/rtx_os.h 0 → 100644
View
platform/tests/UNITTESTS/doubles/CMakeLists.txt