CMSIS-Pack  Version 1.2
Delivery Mechanism for Software Packs
 All Pages
BoardReferenceType

Board description type specifies the board vendor and name. It is used as a reference to the respective board description section contained in the same file.

Example:

<board name="MV1000A" vendor="MyVendor"/>

 

Attributes Description Type Use
vendor contains the vendor's name of the board xs:string required
name describes the commercial name of the board xs:string required
Dvendor is the name of vendor of the target device on the board (now part of the boards description section) DeviceVendorEnum deprecated in 1.1
Dfamily is the name of the target device family used on the board. This attribute is optional if either DsubFamily or Dname is already specified.(now part of the boards description section) xs:string deprecated in 1.1
DsubFamily is the name of the target device sub family used on the board. This attribute is optional if either Dfamily or Dname is already specified. (now part of the boards description section) xs:string deprecated in 1.1
Dname is the name of the target device used on the board. This attribute is optional if either Dfamily or DsubFamily is already specified. (now part of the boards description section) xs:string deprecated in 1.1