CMSIS_5 icon indicating copy to clipboard operation
CMSIS_5 copied to clipboard

`CMSIS_DEPRECATED` for Cortex M?

Open carlosperate opened this issue 2 years ago • 1 comments

The CMSIS_DEPRECATED macro seems to be included in the Cortex A headers only:

https://github.com/ARM-software/CMSIS_5/blob/a75f01746df18bb5b929dfb8dc6c9407fac3a0f3/CMSIS/Core_A/Include/cmsis_compiler.h#L85-L87

Could it be added to the CMSIS/Core/Include/cmsis_compiler.h file as well?

carlosperate avatar Aug 02 '23 17:08 carlosperate

Hi @carlosperate,

Thanks for pointing this out. We are working on getting Core-M and -A better aligned in CMSIS 6 under https://github.com/ARM-software/CMSIS_6.

JonatanAntoni avatar Aug 03 '23 09:08 JonatanAntoni