Replies: 7 comments
-
We have moved on to CMSIS Version 6. cmsis_compiler.h - https://github.com/ARM-software/CMSIS_6/tree/main/CMSIS/Core/Include There is nothing that needs merging. |
Beta Was this translation helpful? Give feedback.
-
Our company's external branch tracks the master branch of CMSIS-5 so we would need the changes in there, what would you recommend we do? |
Beta Was this translation helpful? Give feedback.
-
I am just helping out while Jonatan is out of office: @JonatanAntoni could you please provide some feedback/recommendations. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Okay thank you, will wait on Jonatan's response. |
Beta Was this translation helpful? Give feedback.
-
Hi there, |
Beta Was this translation helpful? Give feedback.
-
Hi @gildadam, May I ask you to check if moving to CMSIS 6 and separate CMSIS-DSP is an option for you? -Jonatan |
Beta Was this translation helpful? Give feedback.
-
Hi @JonatanAntoni, After some discussion, we will be creating CMSIS-6 and CMSIS-DSP externals. Of course, this will take some time to navigate the different approvals, but since CMSIS-5 is no longer supported, we will just push the changes needed to our external repo in the meantime. Thank you for the assistance! Adam |
Beta Was this translation helpful? Give feedback.
-
Hi there, I am looking to create a change that affects a header included in the Core folder as well as a header that was originally from the DSP folder. These files are:
Core/Include/cmsis_compiler.h
DSP/Include/arm_math_types.h
However, I see that the develop branch does not have both of these folders, and instead has a separate repo for DSP. My end goal is to see this change reflected in master, which is where the company I work for pulls its external repo from. How could I go about doing this? Would I be able to create a direct pull request for master, or must I create one for the DSP repo, and one for the CMSIS-5 repo, and then somehow both of those changes will be merged to master?
Beta Was this translation helpful? Give feedback.
All reactions