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})