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

The board feature type contains information about the board's features and capabilities. A list of feature types is pre-defined.

Example

<feature type="PWR" n="3" m="5" name="External Supply"/>

 

Attributes Description Type Use
type complex enumeration type for pre-defined features. BoardFeatureTypeEnum required
n Depending on the type. Check BoardFeatureTypeEnum xs:decimal optional
m Depending on the type. Check BoardFeatureTypeEnum xs:decimal optional
name Descriptive name of the feature. If omitted, the Default Name is used (refer to BoardFeatureTypeEnum). Do not repeat the n or m values in the name. This will lead to duplicate entries on web sites (they show n x name). xs:string optional