ARM-software / CMSIS_6

CMSIS version 6 (successor of CMSIS_5)
https://arm-software.github.io/CMSIS_6/
Apache License 2.0
198 stars 64 forks source link

Missing file: cmsis_tiarmclang.h #180

Open h3bryn opened 4 months ago

h3bryn commented 4 months ago

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"
JonatanAntoni commented 4 months ago

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.