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

Device description type containing information about the compatible devices to the board's device. Compatible means that the user is able to generate code for the compatible device and test it on the development board.

Example

<compatibleDevice deviceIndex="0" Dvendor="STMicroelectronics:13" Dfamily="STM32F4 Series" DsubFamily="STM32F429 Line"/>

 

Attributes Description Type Use
deviceIndex Index number of the device (in case more than one device is present on the board). xs:string optional
Dvendor is the name of vendor of the target device specified by Dname. This is required if Dname, DsubFamily, or Dfamily is defined. DeviceVendorEnum optional
Dfamily is the name of the target device family used on the board. Requires Dvendor to be specified. xs:string optional
DsubFamily is the name of the target device sub family used on the board. Requires Dvendor to be specified. xs:string optional
Dname is the name of the target device used on the board. Requires Dvendor to be specified. xs:string optional