-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Inconsistent Naming Scheme In core_cmXX.h Files #1604
Comments
Probably we require to duplicate one MACRO with different capitalization to maintain backward compatibility. |
Searching for |
The 'older' macros use capital names and the 'newer' ones use the same names as in the manuals. |
Co-authored-by: Martin Günther <martin.guenther@arm.com>
Co-authored-by: Martin Günther <martin.guenther@arm.com>
Please see the following 2 lines. The following two macros do not have the same capitalization. Is this intentional?
Found this when porting a code base from a cm4 to a cm33 as one does with this chip shortage.
CMSIS_5/CMSIS/Core/Include/core_cm33.h
Line 1067 in 2e02216
CMSIS_5/CMSIS/Core/Include/core_cm4.h
Line 857 in 2e02216
The text was updated successfully, but these errors were encountered: