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_conditions_pg.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'docs/Pack/html/pdsc_conditions_pg.html') diff --git a/docs/Pack/html/pdsc_conditions_pg.html b/docs/Pack/html/pdsc_conditions_pg.html index c89587c..90e79c1 100644 --- a/docs/Pack/html/pdsc_conditions_pg.html +++ b/docs/Pack/html/pdsc_conditions_pg.html @@ -32,7 +32,7 @@ Logo
CMSIS-Pack -  Version 1.5.0 +  Version 1.6.0
Delivery Mechanism for Software Packs
@@ -218,16 +218,16 @@ $(document).ready(function(){initNavTree('pdsc_conditions_pg.html','');}); Attributes Description Type Use -Dfamily* Specifies the device family name (for example: STM32F2 Series). xs:string optional - -DsubFamily* Specifies the device sub-family name (for example: STM32F205 Series). xs:string optional +Dvendor Specifies the silicon vendor of the device. Use predefined values as listed in the table Device Vendor. DeviceVendorEnum optional -Dvariant* Specifies the variant name of a device (for example: Step A). xs:string optional +Dfamily* DEPRECATED** Specifies the device family name (for example: STM32F2 Series). xs:string optional -Dvendor Specifies the silicon vendor of the device. Use predefined values as listed in the table Device Vendor. DeviceVendorEnum optional +DsubFamily* DEPRECATED**Specifies the device sub-family name (for example: STM32F205 Series). xs:string optional Dname* Specifies the name of the device. xs:string optional +Dvariant* DEPRECATED**Specifies the variant name of a device (for example: Step A). xs:string optional + Pname Specifies the processor instance in case of multi processor devices. This allows to describe distinct conditions for a specific processor. xs:string optional Dcore Specifies a processor core. Use predefined values as listed in the table Device Cores. DcoreEnum optional @@ -289,6 +289,11 @@ $(document).ready(function(){initNavTree('pdsc_conditions_pg.html','');});
  • '?' matches any single character
  • [abc] matches any character in the set (a,b,c)
  • +

    **) These attributes must not be used in conditions because

    +

     

    Table: Compiler Types

    The tale list values representing a C/C++ compiler toolchains from a specific tool vendor. The tokens can be used in the elements:

    @@ -321,7 +326,7 @@ $(document).ready(function(){initNavTree('pdsc_conditions_pg.html','');});