commit | c67252c75cae4a16290746c5ea26e95fe837b10b | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Thu Jun 18 11:11:51 2020 +0200 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Thu Jun 18 11:11:51 2020 +0200 |
tree | de5ea0c440734405c81f2293fc6e7214a8cec90d | |
parent | f4fb430ae93d2e52b300225edb66282fd179609b [diff] [blame] |
CMSIS-DSP: Improvement to test framework Added support for A32. Still some issues with cycle model.
diff --git a/CMSIS/DSP/configBoot.cmake b/CMSIS/DSP/configBoot.cmake index 80486dd..578afa9 100755 --- a/CMSIS/DSP/configBoot.cmake +++ b/CMSIS/DSP/configBoot.cmake
@@ -68,7 +68,7 @@ ################### # - # Cortex cortex-a5 + # Cortex cortex-a # if (ARM_CPU MATCHES "^[cC]ortex-[Aa].*") cortexa(${CORE} ${PROJECT_NAME} ${ROOT} ${PLATFORMFOLDER})