We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File cmsis_tiarmclang.h is missing. (Assume it's meant to be the m-profile/cmsis_tiarmclang_m.h) Included from cmsis_compiler.h:
cmsis_tiarmclang.h
m-profile/cmsis_tiarmclang_m.h
cmsis_compiler.h
/* * TI Arm Clang Compiler (tiarmclang) */ #elif defined (__ti__) #include "cmsis_tiarmclang.h"
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. I guess this was an oversight. The file should be this one: https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS/Core/Include/cmsis_tiarmclang.h
Could you verify that this file would work for you? And if yes, consider re-adding this via Pull-Request.
Sorry, something went wrong.
No branches or pull requests
File
cmsis_tiarmclang.h
is missing. (Assume it's meant to be them-profile/cmsis_tiarmclang_m.h
)Included from
cmsis_compiler.h
:The text was updated successfully, but these errors were encountered: