ARM-software/CMSIS_5

`CMSIS_DEPRECATED` for Cortex M?

carlosperate opened this issue · 1 comments

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

#ifndef CMSIS_DEPRECATED
#define CMSIS_DEPRECATED __attribute__((deprecated))
#endif

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

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.