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
  • Hello James,

    thanks for posting your question here. To understand the background of your problem better, could you tell me why you would like to filter for a specific board? Usually, you require a specific microcontroller core and then you can adapt the SW to the specific needs of a certain device (IO pin settings etc.). What kind of software component are you creating?

    Kind regards,

    Christopher

    Software Development Tools

Reply
  • Hello James,

    thanks for posting your question here. To understand the background of your problem better, could you tell me why you would like to filter for a specific board? Usually, you require a specific microcontroller core and then you can adapt the SW to the specific needs of a certain device (IO pin settings etc.). What kind of software component are you creating?

    Kind regards,

    Christopher

    Software Development Tools

Children