You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modules: cmsis: only add cmsis path for Cortex A and R
The cmsis module is not supposed to be used for Cortex M, where cmsis_6
should be used instead, but the build system currently still adds the
cmsis header directly in the include path if the module is present and
we are building for Cortex M, this means a PR could still use the old
headers, the CI would not catch it but then it would fail if an
application only has cmsis_6 available.
Fix this by moving the CMake add_subdirectory directory in the existing
conditional for Cortex A and R.
Signed-off-by: Fabio Baltieri <[email protected]>
0 commit comments