![]() |
CMSIS Packs
Version 0.10
Mechanism to install software, device support, APIs, and example projects
|
Board description type containing information about the board's name and vendor. It also contains the vendor and name of the target device of the board.
Example:
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 | DeviceVendorEnum | required |
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 | xs:string | optional |
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 | xs:string | optional |
Dname | is the name of the target device used on the board. This attribute is optional if either Dfamily or DsubFamily is already specified | xs:string | optional |