Kevin Peng | 5a57180 | 2020-06-23 18:01:55 +0800 | [diff] [blame] | 1 | The source codes under this folder are copied from: |
Kevin Peng | fff32e3 | 2020-06-01 09:23:09 +0800 | [diff] [blame] | 2 | https://github.com/ARM-software/CMSIS_5.git, tag 5.5.0, without modifications. |
Kevin Peng | 5a57180 | 2020-06-23 18:01:55 +0800 | [diff] [blame] | 3 | |
| 4 | The prebuilt libraries have two versions: |
| 5 | - v5.5.0 for ARMCLANG and GCC compilers |
| 6 | - v5.7.0 for IAR compiler |
| 7 | |
| 8 | The v5.7.0 libraries for ARMCLANG and GCC have linking issues on Musca_A and |
| 9 | AN524. So libraries for these two compilers keep using v5.5.0 which has been |
| 10 | tested and verified. |
| 11 | |
| 12 | The IAR libraries of v5.5.0 has a problem and has been updated in CMSIS_5 5.7.0. |
| 13 | So IAR libraries use v5.7.0. |
| 14 | |