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/element_dominate.html | 152 +++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 docs/Pack/html/element_dominate.html (limited to 'docs/Pack/html/element_dominate.html') diff --git a/docs/Pack/html/element_dominate.html b/docs/Pack/html/element_dominate.html new file mode 100644 index 0000000..103fb8d --- /dev/null +++ b/docs/Pack/html/element_dominate.html @@ -0,0 +1,152 @@ + + + + + +/package/dominate element +CMSIS-Pack: /package/dominate element + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Pack +  Version 1.6.0 +
+
Delivery Mechanism for Software Packs
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
/package/dominate element
+
+
+

The /package/dominate element specifies that the Pack contains one or more device, API, or component that overrules other packs that contain identical named device, API, or component.

+

This attribute is useful for framing packs that:

+
    +
  • Contain certified software components which should overrule software components with identical name of other packs.
  • +
  • Contain new device definitions of devices that were previously defined in different packs.
  • +
+

Example:

+
<package>
+
...
+
<dominate info="CMSIS-Core, RTOS2, RTX5, Event Recorder, C Library certified for Cortex-M3"/>
+
...
+
</package>
+

 

+ + + + + + + + + +
Parent Element Element Chain
package /package
Attributes Description Type Use
info Descriptive text that explains the reason for the overwrite using dominate. xs:string optional
+
+
+
+ + + + -- cgit