blob: 307528f746136fc24a1596e0a9bc69fc60495fbe [file] [log] [blame]
Kevin Peng5a571802020-06-23 18:01:55 +08001The source codes under this folder are copied from:
Kevin Pengfff32e32020-06-01 09:23:09 +08002https://github.com/ARM-software/CMSIS_5.git, tag 5.5.0, without modifications.
Anton Komlev94758d42023-06-15 16:39:36 +01003Only CMakeLists.txt file is added for TF-M test build purpose.
Kevin Peng5a571802020-06-23 18:01:55 +08004
5The prebuilt libraries have two versions:
6 - v5.5.0 for ARMCLANG and GCC compilers
7 - v5.7.0 for IAR compiler
8
9The v5.7.0 libraries for ARMCLANG and GCC have linking issues on Musca_A and
10AN524. So libraries for these two compilers keep using v5.5.0 which has been
11tested and verified.
12
13The IAR libraries of v5.5.0 has a problem and has been updated in CMSIS_5 5.7.0.
14So IAR libraries use v5.7.0.
15