This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CMSIS conditions - no support for board-type?

Hello,

We have started using the CMSIS standard for distribution of some Software Components. For this we use the CMSIS conditions to ensure the correct components and their files are extracted from our CMSIS Pack files.

However one issue we have noticed is that there is no CMSIS condition attribute for "board" (e,g. "Dboard"). Currently we are not using the "BSP" section of CMSIS for describing our boards, but simply our Packs contain only software components. Then those components use conditions to filter according to compiler, device, and so on.  (our packs intend to support multiple boards, and the conditions are intended to filter against the selected board for the current project).  What we really could do with is a 'board' condition attribute too.

Is this likely to be introduced? Perhaps this is not the intended behaviour?

Thanks
James

Parents Reply Children