In our projects, we use an SDK downloaded manually. We use four repositories: manifest, core, mcux, and cmsis. Currently, we are using version 24.12.00. We want to switch to the newest version, 26.03.00. I see that manifest, core and mcux have release branches for the latest version, but cmsis does not have a release branch for version 26.03.00. Can we use cmsis release version 24.12.00 together with the newer versions of the other repositories?
Thank you very much for the quick and reliable response. I hadn't noticed this .yml file earlier.
Best regards,
Andrzej
Hi @AndrzejWo
About the mcx-sdk-cmisis version.
I think you can check mcuxpresso-sdk/manifests/submanifests/base.yml.
- name: CMSIS
repo-path: mcu-sdk-cmsis
path: mcuxsdk/arch/arm/CMSIS
revision: dc8b75b360fce9c864a12f1ccc54172e0c733805
groups:
- core
- ble_nxp
userdata:
track_branch: mcux_main
branch_flow: false
display_name: CMSIS
description: Vendor-independent hardware abstraction layer for microcontrollers
that are based on Arm Cortex processors, distributed by ARM.
I recommend that you can follow the manifest.
BR
Harry