From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/Pack/html/pdsc_package_pg.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'docs/Pack/html/pdsc_package_pg.html') diff --git a/docs/Pack/html/pdsc_package_pg.html b/docs/Pack/html/pdsc_package_pg.html index 6e0df64..a3bab08 100644 --- a/docs/Pack/html/pdsc_package_pg.html +++ b/docs/Pack/html/pdsc_package_pg.html @@ -32,7 +32,7 @@ Logo
CMSIS-Pack -  Version 1.5.0 +  Version 1.6.0
Delivery Mechanism for Software Packs
@@ -160,6 +160,14 @@ $(document).ready(function(){initNavTree('pdsc_package_pg.html','');}); xs:noNamespaceSchemaLocation Path and file name of the PACK.xsd Schema. For example, "PACK.xsd". xs:string required +Dcore Pack only used for a specific processor core. Use predefined values as listed in the table Device Cores. Note: do not apply for packs that define a device DcoreEnum optional + +Dvendor Pack only used for a specific silicon vendor of the device. Use predefined values as listed in the table Device Vendor. Note: do not apply for packs that define a device DeviceVendorEnum optional + +Dname* Pack only used for a specific name of the device. Note: do not apply for packs that define a device xs:string optional + +Tcompiler Pack only used for a specific compiler toolchain (ARMCC, GCC, IAR, Tasking, ...). Use predefined values as listed in table Compiler Types. CompilerEnumType optional + Child Elements Description Type Occurrence name Name of the Software Pack. Could be displayed by an installer. xs:string 1..1 @@ -174,6 +182,8 @@ $(document).ready(function(){initNavTree('pdsc_package_pg.html','');}); license Path to a license document. xs:string 0..1 +dominate dominate A pack that has dominate attribute overrules other packs that provide devices, APIs, or software components with the same name. empty + requirements Specifies other CMSIS-Packs, programming languages and compiler as well as their respective version or version range required by the components in this pack. RequirementsType 0..1 create Use only when creating CMSIS software projects. Refer to Project Description (*.cpdsc) Format for details. CreateType 0..1 @@ -202,6 +212,12 @@ $(document).ready(function(){initNavTree('pdsc_package_pg.html','');}); components Lists the software components that are included in the Pack. group 0..1 +

*) Wild-cards can be used to match names with the following definitions:

+

 

Version Type

CMSIS-Pack version specification is inspired by the Semantic Versioning 2.0.0. Under this scheme, version numbers and the way they are incremented convey a meaning about the underlying content quality and the significance of changes from one version to the next. A version consists of 3 mandatory and 2 optional sections:

@@ -259,7 +275,7 @@ $(document).ready(function(){initNavTree('pdsc_package_pg.html','');});