commit | 26c2f6835c09d68a7dc4871f7eb55f286e7dd810 | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Fri Sep 06 14:43:32 2019 +0100 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Fri Sep 06 14:43:32 2019 +0100 |
tree | 246e03282a87221cfb47c9ab3245393ca007fe69 | |
parent | 6516e24bdb15a7eafd1e3091826b1b97238b89b0 [diff] [blame] |
CMSIS-DSP: Added support in test framework for ARMv81MML and FVP
diff --git a/CMSIS/DSP/configPlatform.cmake b/CMSIS/DSP/configPlatform.cmake index c08f930..bd306ad 100644 --- a/CMSIS/DSP/configPlatform.cmake +++ b/CMSIS/DSP/configPlatform.cmake
@@ -17,6 +17,11 @@ include(platform) function(set_platform_core) + + if(EXPERIMENTAL) + experimental_set_platform_core() + SET(CORE ${CORE} PARENT_SCOPE) + endif() ################### # # Cortex cortex-m7