CMSIS-DSP: Improvement to test framework
Added support for A32.
Still some issues with cycle model.
diff --git a/CMSIS/DSP/configPlatform.cmake b/CMSIS/DSP/configPlatform.cmake
index 770c40f..0b3036f 100644
--- a/CMSIS/DSP/configPlatform.cmake
+++ b/CMSIS/DSP/configPlatform.cmake
@@ -104,6 +104,15 @@
       SET(CORE ARMCM0 PARENT_SCOPE)
       
   endif()
+
+  ###################
+  #
+  # Cortex cortex-a32
+  #
+  if (ARM_CPU MATCHES "^[cC]ortex-[aA]32([^0-9].*)?$")
+    SET(CORE ARMCA32 PARENT_SCOPE)
+    
+  endif()
   
   ###################
   #