Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMSIS_DEPRECATED for Cortex M? #1642

Open
carlosperate opened this issue Aug 2, 2023 · 1 comment
Open

CMSIS_DEPRECATED for Cortex M? #1642

carlosperate opened this issue Aug 2, 2023 · 1 comment

Comments

@carlosperate
Copy link

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?

@JonatanAntoni
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants