CMSIS_6
CMSIS_6 copied to clipboard
Missing file: cmsis_tiarmclang.h
File cmsis_tiarmclang.h is missing. (Assume it's meant to be the m-profile/cmsis_tiarmclang_m.h)
Included from cmsis_compiler.h:
/*
* TI Arm Clang Compiler (tiarmclang)
*/
#elif defined (__ti__)
#include "cmsis_tiarmclang.h"
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.