blob: 4dc85086ff906bd76c385605becee38d89a583bd [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>/package/generators element</title>
<title>CMSIS-Pack: /package/generators element</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="cmsis.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="printComponentTabs.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 46px;">
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">CMSIS-Pack
&#160;<span id="projectnumber">Version 1.6.0</span>
</div>
<div id="projectbrief">Delivery Mechanism for Software Packs</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<div id="CMSISnav" class="tabs1">
<ul class="tablist">
<script type="text/javascript">
<!--
writeComponentTabs.call(this);
//-->
</script>
</ul>
</div>
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li class="current"><a href="pages.html"><span>Usage&#160;and&#160;Description</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('pdsc_generators_pg.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">/package/generators element </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>The element <a class="el" href="pdsc_generators_pg.html#element_generator">/package/generators/generator</a> specifies a tool or utility that is used to generate and/or configure software (source code, header files, configuration files, etc.) in the context of a project. For this purpose, a generator package description file (GPDSC) needs to be created (see <a class="el" href="pdsc_generators_pg.html#pdsc_generators_gpdsc">&lt;gpdsc&gt;</a>). The GPDSC file details the selected device, components, project files and conditions, as well as information about the generator and how it can be launched again for iterative development cycles. A GPDSC file follows the same schema as a static Pack. However, the files generated by the utility are not installed and managed centrally in the Pack folder, but locally within the project folder.</p>
<p>A generator can be associated with a component by it's name. Selecting the component will automatically include the files provided by the generator in the project. If the specified GPDSC file is not present, the generator command is executed by the environment to generate the files and GPDSC. In this way project specific configurations can be made, files being generated and included and maintained as part of the project.</p>
<p><a class="anchor" id="pdsc_generators_gen_sec"></a><b>Example</b> Generator Section </p>
<div class="fragment"><div class="line">&lt;generators&gt;</div>
<div class="line"> &lt;generator <span class="keywordtype">id</span> = <span class="stringliteral">&quot;MyGen&quot;</span>&gt;</div>
<div class="line"> &lt;gpdsc name =<span class="stringliteral">&quot;$P/RTE/MyGen/myGen.gpdsc&quot;</span>/&gt;</div>
<div class="line"> &lt;exe&gt;</div>
<div class="line"> &lt;command host = <span class="stringliteral">&quot;win&quot;</span>&gt;MyGen.bat&lt;/command&gt;</div>
<div class="line"> &lt;command host = <span class="stringliteral">&quot;linux&quot;</span>&gt;MyGen.script&lt;/command&gt;</div>
<div class="line"> &lt;argument&gt;$P/RTE/MyGen/myGen.gpdsc&lt;/argument&gt;</div>
<div class="line"> &lt;argument host=<span class="stringliteral">&quot;linux&quot;</span> <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;--device=&quot;</span>&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;argument host=<span class="stringliteral">&quot;win&quot;</span> <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;/device=&quot;</span>&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;/exe&gt;</div>
<div class="line"> </div>
<div class="line"> &lt;eclipse plugin=<span class="stringliteral">&quot;com.mygen.plugin&quot;</span> <span class="keyword">class</span>=<span class="stringliteral">&quot;com.mygen.plugin.generator.launcher&quot;</span> method=<span class="stringliteral">&quot;launch&quot;</span> &gt;</div>
<div class="line"> &lt;argument&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;argument&gt;$P/RTE/MyGen/myGen.gpdsc&lt;/argument&gt;</div>
<div class="line"> &lt;/eclipse&gt;</div>
<div class="line"> </div>
<div class="line"> &lt;web url=<span class="stringliteral">&quot;http://mygen.com/mygen&quot;</span>&gt;</div>
<div class="line"> &lt;argument <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;device&quot;</span>&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;argument <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;gpdsc&quot;</span>&gt;$P/RTE/MyGen/myGen.gpdsc&lt;/argument&gt;</div>
<div class="line"> &lt;/web&gt;</div>
<div class="line"> &lt;/generator&gt;</div>
<div class="line">&lt;/generators&gt;</div>
</div><!-- fragment --><p><a class="anchor" id="pdsc_generators_gpdsc"></a><b>Example</b> Generator Package Description File (gpdsc) </p>
<div class="fragment"><div class="line">&lt;?xml version=<span class="stringliteral">&quot;1.0&quot;</span> encoding=<span class="stringliteral">&quot;UTF-8&quot;</span>?&gt;</div>
<div class="line"></div>
<div class="line">&lt;<span class="keyword">package </span>xmlns:xs=&quot;http:<span class="comment">//www.w3.org/2001/XMLSchema-instance&quot; schemaVersion=&quot;1.0&quot; xs:noNamespaceSchemaLocation=&quot;PACK.xsd&quot;&gt;</span></div>
<div class="line"> &lt;vendor&gt;Keil&lt;/vendor&gt;</div>
<div class="line"> &lt;name&gt;FrameworkCubeMX&lt;/name&gt;</div>
<div class="line"> &lt;description&gt;STM32CubeMX generated pack description&lt;/description&gt;</div>
<div class="line"> &lt;url&gt;project-path&lt;/url&gt;</div>
<div class="line"> &lt;releases&gt;</div>
<div class="line"> &lt;release version=&quot;1.0.0&quot;&gt;</div>
<div class="line"> - Generated: 08/11/2016 09:20:21</div>
<div class="line"> &lt;/release&gt;</div>
<div class="line"> &lt;/releases&gt;</div>
<div class="line"> &lt;generators&gt;</div>
<div class="line"> &lt;generator id=&quot;STM32CubeMX&quot; Gvendor=&quot;STMicroelectronics&quot; Gtool=&quot;STM32CubeMX&quot; Gversion=&quot;4.10.0&quot;&gt;</div>
<div class="line"> &lt;description&gt;STM32CubeMX Environment&lt;/description&gt;</div>
<div class="line"> &lt;select Dname=&quot;STM32F746NGHx&quot; Dvendor=&quot;STMicroelectronics:13&quot;/&gt;</div>
<div class="line"> &lt;exe&gt;</div>
<div class="line"> &lt;command host = &quot;win&quot;&gt;$SMDK/CubeMX/STM32CubeMXLauncher.exe&lt;/command&gt;</div>
<div class="line"> &lt;command host = &quot;linux&quot;&gt;$SMDK/CubeMX/STM32CubeMXLauncher&lt;/command&gt;</div>
<div class="line"> &lt;argument&gt;$P/RTE/MyGen/myGen.gpdsc&lt;/argument&gt;</div>
<div class="line"> &lt;argument&gt;#D.ioc&lt;/argument&gt;</div>
<div class="line"> &lt;/exe&gt;</div>
<div class="line"> &lt;workingDir&gt;$PRTE/Device/STM32F746NGHx&lt;/workingDir&gt;</div>
<div class="line"> &lt;project_files&gt;</div>
<div class="line"> &lt;file category=&quot;source&quot; name=&quot;STCubeGenerated/Src/main.c&quot; /&gt;</div>
<div class="line"> &lt;file category=&quot;header&quot; name=&quot;STCubeGenerated/Inc/stm32f7xx_it.h&quot;/&gt;</div>
<div class="line"> &lt;file category=&quot;source&quot; name=&quot;STCubeGenerated/Src/stm32f7xx_it.c&quot;/&gt;</div>
<div class="line"> &lt;/project_files&gt;</div>
<div class="line"> &lt;/generator&gt;</div>
<div class="line"> &lt;/generators&gt;</div>
<div class="line"> &lt;taxonomy&gt;</div>
<div class="line"> &lt;description Cclass=&quot;Device&quot; Cgroup=&quot;STM32Cube Framework&quot; generator=&quot;STM32CubeMX&quot;&gt;STM32Cube Framework&lt;/description&gt;</div>
<div class="line"> &lt;/taxonomy&gt;</div>
<div class="line"> &lt;conditions&gt;</div>
<div class="line"> &lt;condition id=&quot;STCubeMX&quot;&gt;</div>
<div class="line"> &lt;description&gt;Condition to include CMSIS-Core (Cortex-M) and Device Startup components&lt;/description&gt;</div>
<div class="line"> &lt;require Dvendor=&quot;STMicroelectronics:13&quot; Dname=&quot;STM32F7*&quot;/&gt;</div>
<div class="line"> &lt;require Cclass=&quot;CMSIS&quot; Cgroup=&quot;Core&quot; Csub=&quot;&quot;/&gt;</div>
<div class="line"> &lt;require Cclass=&quot;Device&quot; Cgroup=&quot;Startup&quot;/&gt;</div>
<div class="line"> &lt;require Cclass=&quot;Device&quot; Cgroup=&quot;STM32Cube HAL&quot; Csub=&quot;Common&quot;/&gt;</div>
<div class="line"> &lt;require Cclass=&quot;Device&quot; Cgroup=&quot;STM32Cube HAL&quot; Csub=&quot;GPIO&quot;/&gt;</div>
<div class="line"> &lt;/condition&gt;</div>
<div class="line"> &lt;/conditions&gt;</div>
<div class="line"> &lt;components&gt;</div>
<div class="line"> &lt;component generator=&quot;STM32CubeMX&quot; Cvendor=&quot;Keil&quot; Cclass=&quot;Device&quot; Cgroup=&quot;STM32Cube Framework&quot; Csub=&quot;STM32CubeMX&quot; Cversion=&quot;1.0.0&quot; condition=&quot;STCubeMX&quot;&gt;</div>
<div class="line"> &lt;description&gt;Configuration via STM32CubeMX&lt;/description&gt;</div>
<div class="line"> &lt;RTE_Components_h&gt;</div>
<div class="line"> #define RTE_DEVICE_FRAMEWORK_CUBE_MX</div>
<div class="line"> &lt;/RTE_Components_h&gt;</div>
<div class="line"> &lt;files&gt;</div>
<div class="line"> &lt;file category=&quot;header&quot; name=&quot;MX_Device.h&quot;/&gt;</div>
<div class="line"> &lt;file category=&quot;header&quot; name=&quot;STCubeGenerated/Inc/stm32f7xx_hal_conf.h&quot;/&gt;</div>
<div class="line"> &lt;file category=&quot;source&quot; name=&quot;STCubeGenerated/Src/stm32f7xx_hal_msp.c&quot;/&gt;</div>
<div class="line"> &lt;/files&gt;</div>
<div class="line"> &lt;/component&gt;</div>
<div class="line"> &lt;/components&gt;</div>
<div class="line">&lt;/package&gt;</div>
</div><!-- fragment --> <p>&#160;</p>
<hr/>
<h1><a class="anchor" id="element_generators"></a>
/package/generators</h1>
<p>Grouping element for <b>generators</b>. Only one such group can exist in a Pack.</p>
<table class="cmtable" summary="Element: Generator">
<tr>
<th>Parent </th><th colspan="3">Chain </th></tr>
<tr>
<td><a class="el" href="pdsc_package_pg.html">package</a> </td><td colspan="3"><a class="el" href="pdsc_package_pg.html">/package</a> </td></tr>
<tr>
<th>Child Elements </th><th>Description </th><th>Type </th><th>Occurrence </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_generator">generator</a> </td><td>Description of the generator and the related files </td><td><a class="el" href="pdsc_generators_pg.html#element_generator">GeneratorType</a> </td><td>1..* </td></tr>
</table>
<p>The following variables can be used in the elements <code>&lt;command&gt;</code>, <code>&lt;workingDir&gt;</code>, <code>&lt;argument&gt;</code>, <code>&lt;gpdsc&gt;</code>:</p>
<table class="cmtable" summary="Supported Variables within Generator">
<tr>
<th>Variable </th><th>Description </th></tr>
<tr>
<td>$P </td><td>PATH to current project </td></tr>
<tr>
<td>#P </td><td>PATH and name of the current project </td></tr>
<tr>
<td>$S </td><td>PATH to Pack folder containing the Device description used by the current project </td></tr>
<tr>
<td>$D </td><td>Name of the device configured in the current project </td></tr>
</table>
<p>&#160;</p>
<hr/>
<h1><a class="anchor" id="element_generator"></a>
/package/generators/generator</h1>
<p>The generator section is used to provide the details about the tool that has been used to create the GPDSC file. At least one generator element must exist.</p>
<table class="cmtable" summary="Element: Generator">
<tr>
<th>Parent </th><th colspan="3">Chain </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_generators">generators</a> </td><td colspan="3"><a class="el" href="pdsc_generators_pg.html#element_generators">/package/generators</a> </td></tr>
<tr>
<th>Attributes </th><th>Description </th><th>Type </th><th>Use </th></tr>
<tr>
<td>id </td><td>Identifier of the generator tool. Can be used by other elements to determine the generator. </td><td>xs:string </td><td>required </td></tr>
<tr>
<td>Gvendor </td><td>Vendor name of the generator tool. </td><td>xs:string </td><td>optional </td></tr>
<tr>
<td>Gtool </td><td>Plain text name of the generator. </td><td>xs:string </td><td>optional </td></tr>
<tr>
<td>Gversion </td><td>Version of the generator tool. </td><td>xs:string </td><td>optional </td></tr>
<tr>
<th>Child&#160;Elements </th><th>Description </th><th>Type </th><th>Occurrence </th></tr>
<tr>
<td>description </td><td>Briefly describes the generator tool. </td><td>xs:string </td><td>0..1 </td></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_select">select</a> </td><td>Complex type specifying the configured device. A device is uniquely identified by vendor, name or variant and processor name in case of devices with multiple processors. </td><td>GeneratorSelectType </td><td>0..1 </td></tr>
<tr>
<td>workingDir </td><td>Directory to be set as current directory before launching the <code>&lt;command&gt;</code>. This is either an absolute or relative path to PDSC or GPDSC file. If not specified, the current directory is the directory of the project configured by the environment. </td><td>xs:string </td><td>0..1 </td></tr>
<tr>
<td>command </td><td><span class="XML-Token">Deprecated; use exe, web and/or eclipse</span>. Invocation command for the generator tool. </td><td>xs:string </td><td>0..1 </td></tr>
<tr>
<td>arguments </td><td><span class="XML-Token">Deprecated; use argument tags under exe, web and/or eclipse</span>. </td><td>GeneratorCommandArgumentsType </td><td>0..1 </td></tr>
<tr>
<td>gpdsc </td><td>Path and name of the GPDSC that the generator creates and updates. The path is either absolute or relative to the working directory. If no explicit gpdsc file is provided, then a gpdsc file named after the project with extension gpdsc in the working directory is assumed (<code>&lt;project&gt;</code>.gpdsc). </td><td>xs:string </td><td>0..1 </td></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_exe">exe</a> </td><td>Section to specify a binary/executable to generate the GPDSC file. </td><td>xs:string </td><td>0..1 </td></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_eclipse">eclipse</a> </td><td>Section to specify an Eclipse plug-in to generate the GPDSC file. </td><td>xs:string </td><td>0..1 </td></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_web">web</a> </td><td>Section to specify a web page to generate the GPDSC file. </td><td>xs:string </td><td>0..1 </td></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_project_files">project_files</a> </td><td>Grouping element for all project files generated by the tool. </td><td>group </td><td>0..1 </td></tr>
<tr>
<td><a class="el" href="pdsc_components_pg.html#element_files">files</a> </td><td>Grouping element for generator tool files. </td><td>group </td><td>0..1 </td></tr>
<tr>
<td>extensions </td><td>Generator vendor specific section ignored by other tools </td><td>N/A </td><td>0..1 </td></tr>
</table>
<p>&#160;</p>
<hr/>
<h1><a class="anchor" id="element_gen_select"></a>
/package/generators/generator/select</h1>
<p>This element contains information about the vendor and device the GPDSC file has been generated for. Only one such element can exist in <code>&lt;generators&gt;</code>.</p>
<p><b>Example:</b> </p>
<div class="fragment"><div class="line">&lt;generators&gt;</div>
<div class="line"> &lt;generator <span class="keywordtype">id</span>=<span class="stringliteral">&quot;STM32CubeMX&quot;</span> Gvendor=<span class="stringliteral">&quot;STMicroelectronics&quot;</span> Gtool=<span class="stringliteral">&quot;STM32CubeMX&quot;</span> Gversion=<span class="stringliteral">&quot;4.10.0&quot;</span>&gt;</div>
<div class="line"> &lt;select Dname=<span class="stringliteral">&quot;STM32F746NGHx&quot;</span> Dvendor=<span class="stringliteral">&quot;STMicroelectronics:13&quot;</span>/&gt;</div>
<div class="line"> &lt;/generator&gt;</div>
<div class="line">&lt;/generators&gt;</div>
</div><!-- fragment --> <p>&#160;</p>
<table class="cmtable" summary="Element: Generator Select">
<tr>
<th>Parent </th><th colspan="3">Chain </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_generator">generator</a> </td><td colspan="3"><a class="el" href="pdsc_generators_pg.html#element_generator">/package/generators/generator</a> </td></tr>
<tr>
<th>Attributes </th><th>Description </th><th>Type </th><th>Use </th></tr>
<tr>
<td>Dvendor </td><td>Vendor name of the targeted device. Use predefined values as listed in the table <a class="el" href="pdsc_family_pg.html#DeviceVendorEnum">Device Vendor</a>. </td><td>DeviceVendorEnum </td><td>required </td></tr>
<tr>
<td>Dname </td><td>Name of the targeted device. If no Dvariant is specified this tag is required </td><td>xs:string </td><td>optional </td></tr>
<tr>
<td>Dvariant </td><td>Name of the targeted device variant. If a variant is specified, the device name will be ignored and the variant rules. If no Dname is specified, this tag is required. </td><td>xs:string </td><td>optional </td></tr>
<tr>
<td>Pname </td><td>Name of the targeted processor of a device with multiple processors. For devices with multiple processors this tag is required. </td><td>xs:string </td><td>optional </td></tr>
</table>
<p>&#160;</p>
<hr/>
<h1><a class="anchor" id="element_gen_exe"></a>
/package/generators/generator/exe</h1>
<p>This element contains information about the generation binary/executable.</p>
<p><b>Example:</b> </p>
<div class="fragment"><div class="line">&lt;exe&gt;</div>
<div class="line"> &lt;command host = <span class="stringliteral">&quot;win&quot;</span>&gt;MyGen.bat&lt;/command&gt;</div>
<div class="line"> &lt;command host = <span class="stringliteral">&quot;linux&quot;</span>&gt;MyGen.script&lt;/command&gt;</div>
<div class="line"> &lt;argument&gt;$P/RTE/MyGen/myGen.gpdsc&lt;/argument&gt;</div>
<div class="line"> &lt;argument host=<span class="stringliteral">&quot;linux&quot;</span> <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;--device=&quot;</span>&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;argument host=<span class="stringliteral">&quot;win&quot;</span> <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;/device=&quot;</span>&gt;#D&lt;/argument&gt;</div>
<div class="line">&lt;/exe&gt;</div>
</div><!-- fragment --> <p>&#160;</p>
<table class="cmtable" summary="Element: Exe">
<tr>
<th>Parent </th><th colspan="3">Chain </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_generator">generator</a> </td><td colspan="3"><a class="el" href="pdsc_generators_pg.html#element_generator">/package/generators/generator</a> </td></tr>
<tr>
<th>Child&#160;Elements </th><th>Description </th><th>Type </th><th>Occurrence </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_command">command</a> </td><td>Invocation command for the generator tool. Command line options should be passed via <code>&lt;arguments&gt;</code>. </td><td><a class="el" href="pdsc_generators_pg.html#element_gen_command">GeneratorCommandType</a> </td><td>1..4 </td></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_argument">argument</a> </td><td>Arguments passed along with the <code>&lt;command&gt;</code> of the format <code>&lt;argument</code> <code>switch="-data"&gt;myFileName&lt;/argument&gt;</code>. Path information for files can be specified absolute or relative to the location (path) of the GPDSC file. </td><td><a class="el" href="pdsc_generators_pg.html#element_gen_argument">GeneratorCommandArgumentType</a> </td><td>1..* </td></tr>
</table>
<p>&#160;</p>
<hr/>
<h1><a class="anchor" id="element_gen_eclipse"></a>
/package/generators/generator/eclipse</h1>
<p>This element contains information about the Eclipse based generation tool.</p>
<p><b>Example:</b> </p>
<div class="fragment"><div class="line">&lt;eclipse plugin=<span class="stringliteral">&quot;com.mygen.plugin&quot;</span> <span class="keyword">class</span>=<span class="stringliteral">&quot;com.mygen.plugin.generator.launcher&quot;</span> method=<span class="stringliteral">&quot;launch&quot;</span> &gt;</div>
<div class="line"> &lt;argument&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;argument&gt;$P/RTE/MyGen/myGen.gpdsc&lt;/argument&gt;</div>
<div class="line">&lt;/eclipse&gt;</div>
</div><!-- fragment --> <p>&#160;</p>
<table class="cmtable" summary="Element: Eclipse">
<tr>
<th>Parent </th><th colspan="3">Chain </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_generator">generator</a> </td><td colspan="3"><a class="el" href="pdsc_generators_pg.html#element_generator">/package/generators/generator</a> </td></tr>
<tr>
<th>Attributes </th><th>Description </th><th>Type </th><th>Use </th></tr>
<tr>
<td>plugin </td><td>Name of the plugin. </td><td>xs:string </td><td>required </td></tr>
<tr>
<td>class </td><td>Plugin's class name. </td><td>xs:string </td><td>required </td></tr>
<tr>
<td>method </td><td>Method used to launch the plugin. </td><td>xs:string </td><td>required </td></tr>
<tr>
<th>Child&#160;Elements </th><th>Description </th><th>Type </th><th>Occurrence </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_argument">argument</a> </td><td>Arguments passed to the plugin. </td><td><a class="el" href="pdsc_generators_pg.html#element_gen_argument">GeneratorCommandArgumentType</a> </td><td>1..* </td></tr>
</table>
<p>&#160;</p>
<hr/>
<h1><a class="anchor" id="element_gen_web"></a>
/package/generators/generator/web</h1>
<p>This element contains information about the web generation application.</p>
<p><b>Example:</b> </p>
<div class="fragment"><div class="line">&lt;web url=<span class="stringliteral">&quot;http://mygen.com/mygen&quot;</span>&gt;</div>
<div class="line"> &lt;argument <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;device&quot;</span>&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;argument <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;gpdsc&quot;</span>&gt;$P/RTE/MyGen/myGen.gpdsc&lt;/argument&gt;</div>
<div class="line">&lt;/web&gt;</div>
</div><!-- fragment --> <p>&#160;</p>
<table class="cmtable" summary="Element: Web">
<tr>
<th>Parent </th><th colspan="3">Chain </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_generator">generator</a> </td><td colspan="3"><a class="el" href="pdsc_generators_pg.html#element_generator">/package/generators/generator</a> </td></tr>
<tr>
<th>Attributes </th><th>Description </th><th>Type </th><th>Use </th></tr>
<tr>
<td>url </td><td>Specifies the URL of the web service. </td><td>URL </td><td>required </td></tr>
<tr>
<th>Child&#160;Elements </th><th>Description </th><th>Type </th><th>Occurrence </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_argument">argument</a> </td><td>Arguments passed along to the web service. </td><td><a class="el" href="pdsc_generators_pg.html#element_gen_argument">GeneratorCommandArgumentType</a> </td><td>0..* </td></tr>
</table>
<p>&#160;</p>
<hr/>
<h1><a class="anchor" id="element_gen_command"></a>
/package/generators/generator/.../command</h1>
<p>This element describes a single command line for launching the generator. Arguments should be passed along with an <a class="el" href="pdsc_generators_pg.html#element_gen_argument">argument</a>.</p>
<p><b>Example</b> </p>
<div class="fragment"><div class="line">&lt;exe&gt;</div>
<div class="line"> &lt;command host = <span class="stringliteral">&quot;win&quot;</span>&gt;MyGen.bat&lt;/command&gt;</div>
<div class="line"> &lt;command host = <span class="stringliteral">&quot;linux&quot;</span>&gt;MyGen.script&lt;/command&gt;</div>
<div class="line"> &lt;argument&gt;$P/RTE/MyGen/myGen.gpdsc&lt;/argument&gt;</div>
<div class="line"> &lt;argument host=<span class="stringliteral">&quot;linux&quot;</span> <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;--device=&quot;</span>&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;argument host=<span class="stringliteral">&quot;win&quot;</span> <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;/device=&quot;</span>&gt;#D&lt;/argument&gt;</div>
<div class="line">&lt;/exe&gt;</div>
</div><!-- fragment --><p>&#160;</p>
<table class="cmtable" summary="Element: Generator Command Argument">
<tr>
<th>Parent </th><th colspan="3">Element Chain </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_exe">exe</a> </td><td colspan="3"><a class="el" href="pdsc_generators_pg.html#element_gen_exe">/package/generators/generator/exe</a> </td></tr>
<tr>
<th>Current </th><th>Description </th><th colspan="2">Type </th></tr>
<tr>
<td>command </td><td>generator command line </td><td colspan="2">xs:string </td></tr>
<tr>
<th>Attributes </th><th>Description </th><th>Type </th><th>Use </th></tr>
<tr>
<td>host </td><td>Specifies the host operating system. Possible values are <code>all</code>, <code>win</code>, <code>linux</code>, <code>mac</code>, <code>other</code>. Only available with element <a class="el" href="pdsc_generators_pg.html#element_gen_exe">exe</a>. </td><td>xs:string </td><td>optional </td></tr>
</table>
<p>&#160;</p>
<hr/>
<h1><a class="anchor" id="element_gen_argument"></a>
/package/generators/generator/.../argument</h1>
<p>This element describes one or multiple arguments passed along with the parent element.</p>
<p><b>Example</b> </p>
<div class="fragment"><div class="line">&lt;generators&gt;</div>
<div class="line"> &lt;generator <span class="keywordtype">id</span> = <span class="stringliteral">&quot;MyGen&quot;</span>&gt;</div>
<div class="line"> &lt;gpdsc name =<span class="stringliteral">&quot;$P/RTE/MyGen/myGen.gpdsc&quot;</span>/&gt;</div>
<div class="line"> &lt;exe&gt;</div>
<div class="line"> &lt;command host = <span class="stringliteral">&quot;win&quot;</span>&gt;MyGen.bat&lt;/command&gt;</div>
<div class="line"> &lt;command host = <span class="stringliteral">&quot;linux&quot;</span>&gt;MyGen.script&lt;/command&gt;</div>
<div class="line"> &lt;argument&gt;$P/RTE/MyGen/myGen.gpdsc&lt;/argument&gt;</div>
<div class="line"> &lt;argument host=<span class="stringliteral">&quot;linux&quot;</span> <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;--device=&quot;</span>&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;argument host=<span class="stringliteral">&quot;win&quot;</span> <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;/device=&quot;</span>&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;/exe&gt;</div>
<div class="line"> </div>
<div class="line"> &lt;eclipse plugin=<span class="stringliteral">&quot;com.mygen.plugin&quot;</span> <span class="keyword">class</span>=<span class="stringliteral">&quot;com.mygen.plugin.generator.launcher&quot;</span> method=<span class="stringliteral">&quot;launch&quot;</span> &gt;</div>
<div class="line"> &lt;argument&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;argument&gt;$P/RTE/MyGen/myGen.gpdsc&lt;/argument&gt;</div>
<div class="line"> &lt;/eclipse &gt;</div>
<div class="line"> </div>
<div class="line"> &lt;web url=<span class="stringliteral">&quot;http://mygen.com/mygen&quot;</span>&gt;</div>
<div class="line"> &lt;argument <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;device&quot;</span>&gt;#D&lt;/argument&gt;</div>
<div class="line"> &lt;argument <span class="keywordflow">switch</span>=<span class="stringliteral">&quot;gpdsc&quot;</span>&gt;$P/RTE/MyGen/myGen.gpdsc&lt;/argument&gt;</div>
<div class="line"> &lt;/web&gt;</div>
<div class="line"> &lt;/generator&gt;</div>
<div class="line">&lt;/generators&gt;</div>
</div><!-- fragment --><p>&#160;</p>
<table class="cmtable" summary="Element: Generator Command Argument">
<tr>
<th>Parent </th><th colspan="3">Element Chain </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_exe">exe</a>, <a class="el" href="pdsc_generators_pg.html#element_gen_eclipse">eclipse</a>, <a class="el" href="pdsc_generators_pg.html#element_gen_web">web</a> </td><td colspan="3"><a class="el" href="pdsc_generators_pg.html#element_gen_exe">/package/generators/generator/exe</a>, <a class="el" href="pdsc_generators_pg.html#element_gen_eclipse">/package/generators/generator/eclipse</a>, <a class="el" href="pdsc_generators_pg.html#element_gen_web">/package/generators/generator/web</a> </td></tr>
<tr>
<th>Current </th><th>Description </th><th colspan="2">Type </th></tr>
<tr>
<td>argument </td><td>value of argument without command line switch </td><td colspan="2">xs:string </td></tr>
<tr>
<th>Attributes </th><th>Description </th><th>Type </th><th>Use </th></tr>
<tr>
<td>host </td><td>Specifies the host operating system. Possible values are <code>all</code>, <code>win</code>, <code>linux</code>, <code>mac</code>, <code>other</code>. Only available with element <a class="el" href="pdsc_generators_pg.html#element_gen_command">command</a>. </td><td>xs:string </td><td>optional </td></tr>
<tr>
<td>switch </td><td>Specifies the command line switch separated from the argument value. Not available with element <a class="el" href="pdsc_generators_pg.html#element_gen_eclipse">eclipse</a>. </td><td>xs:string </td><td>optional </td></tr>
</table>
<p>&#160;</p>
<hr/>
<h1><a class="anchor" id="element_gen_project_files"></a>
/package/generators/generator/project_files</h1>
<p>The group <b>project_files</b> specifies all files that are required for the project setup. Only one such group can exist.</p>
<p><b>Example</b> </p>
<div class="fragment"><div class="line">&lt;generators&gt;</div>
<div class="line"> &lt;generator <span class="keywordtype">id</span>=<span class="stringliteral">&quot;STM32CubeMX&quot;</span> Gvendor=<span class="stringliteral">&quot;STMicroelectronics&quot;</span> Gtool=<span class="stringliteral">&quot;STM32CubeMX&quot;</span> Gversion=<span class="stringliteral">&quot;4.10.0&quot;</span>&gt;</div>
<div class="line"> &lt;description&gt;STM32CubeMX Environment&lt;/description&gt;</div>
<div class="line"> &lt;select Dname=<span class="stringliteral">&quot;STM32F746NGHx&quot;</span> Dvendor=<span class="stringliteral">&quot;STMicroelectronics:13&quot;</span>/&gt;</div>
<div class="line"> &lt;command&gt;$SMDK/CubeMX/STM32CubeMXLauncher&lt;/command&gt;</div>
<div class="line"> &lt;workingDir&gt;$PRTE/Device/STM32F746NGHx&lt;/workingDir&gt;</div>
<div class="line"> &lt;project_files&gt;</div>
<div class="line"> &lt;file category=<span class="stringliteral">&quot;source&quot;</span> name=<span class="stringliteral">&quot;STCubeGenerated/Src/main.c&quot;</span> /&gt;</div>
<div class="line"> &lt;file category=<span class="stringliteral">&quot;header&quot;</span> name=<span class="stringliteral">&quot;STCubeGenerated/Inc/stm32f7xx_it.h&quot;</span>/&gt;</div>
<div class="line"> &lt;file category=<span class="stringliteral">&quot;source&quot;</span> name=<span class="stringliteral">&quot;STCubeGenerated/Src/stm32f7xx_it.c&quot;</span>/&gt;</div>
<div class="line"> &lt;/project_files&gt;</div>
<div class="line"> &lt;/generator&gt;</div>
<div class="line">&lt;/generators&gt;</div>
</div><!-- fragment --><p>&#160;</p>
<table class="cmtable" summary="Element: Project Files">
<tr>
<th>Parent </th><th colspan="3">Element Chain </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_generator">generator</a> </td><td colspan="3"><a class="el" href="pdsc_generators_pg.html#element_generator">/package/generators/generator</a> </td></tr>
<tr>
<th>Child&#160;Elements </th><th>Description </th><th>Type </th><th>Occurrence </th></tr>
<tr>
<td><a class="el" href="pdsc_components_pg.html#element_file">file</a> </td><td>Frame for files created by the generator and used in a project. </td><td>group </td><td>0..1 </td></tr>
</table>
<p>&#160;</p>
<hr/>
<h1><a class="anchor" id="element_gen_files"></a>
/package/generators/generator/files</h1>
<p>The group <b>files</b> specifies files that are required by the generator tool. Only one such group can exist.</p>
<p><b>Example</b> </p>
<div class="fragment"><div class="line">&lt;generators&gt;</div>
<div class="line"> &lt;generator <span class="keywordtype">id</span>=<span class="stringliteral">&quot;MyGenerator&quot;</span>&gt;</div>
<div class="line"> &lt;files&gt;</div>
<div class="line"> ...</div>
<div class="line"> &lt;files&gt;</div>
<div class="line"> &lt;/generator&gt;</div>
<div class="line">&lt;/generators&gt;</div>
</div><!-- fragment --><p>&#160;</p>
<table class="cmtable" summary="Element: Generator Files">
<tr>
<th>Parent </th><th colspan="3">Element Chain </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_generator">generator</a> </td><td colspan="3"><a class="el" href="pdsc_generators_pg.html#element_generator">/package/generators/generator</a> </td></tr>
<tr>
<th>Child&#160;Elements </th><th>Description </th><th>Type </th><th>Occurrence </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_file">file</a> </td><td>Frame for files used by the generator. </td><td>group </td><td>0..1 </td></tr>
</table>
<p>&#160;</p>
<hr/>
<h1><a class="anchor" id="element_gen_file"></a>
/package/generators/generator/files/file</h1>
<p>This element contains information about files used by a generator.</p>
<p><b>Example</b> </p>
<div class="fragment"><div class="line">&lt;generators&gt;</div>
<div class="line"> &lt;generator <span class="keywordtype">id</span>=<span class="stringliteral">&quot;MyGenerator&quot;</span>&gt;</div>
<div class="line"> &lt;files&gt;</div>
<div class="line"> &lt;file category=<span class="stringliteral">&quot;generator&quot;</span> name=<span class="stringliteral">&quot;Main.c&quot;</span>/&gt;</div>
<div class="line"> &lt;file category=<span class="stringliteral">&quot;you_name_it&quot;</span> name=<span class="stringliteral">&quot;database/connection.odbc&quot;</span> version=<span class="stringliteral">&quot;1.2.3&quot;</span>/&gt;</div>
<div class="line"> ...</div>
<div class="line"> &lt;files&gt;</div>
<div class="line"> &lt;/generator&gt;</div>
<div class="line">&lt;/generators&gt;</div>
</div><!-- fragment --><p>&#160;</p>
<table class="cmtable" summary="Element: Generator File">
<tr>
<th>Parent </th><th colspan="3">Element Chain </th></tr>
<tr>
<td><a class="el" href="pdsc_generators_pg.html#element_gen_files">files</a> </td><td colspan="3"><a class="el" href="pdsc_generators_pg.html#element_gen_files">/package/generators/generator/files</a> </td></tr>
<tr>
<th>Attributes </th><th>Description </th><th>Type </th><th>Use </th></tr>
<tr>
<td>condition </td><td>Reference using the name of the respective condition specified in the conditions section of this package (<a class="el" href="pdsc_conditions_pg.html#element_conditions">/package/conditions</a>). If the condition resolves to <span class="XML-Token">false</span>, then the element will be ignored and treated as if not present. </td><td>xs:string </td><td>optional </td></tr>
<tr>
<td>category </td><td>Describes the file type (for example: <span class="XML-Token">doc</span>, <span class="XML-Token">header</span>, <span class="XML-Token">library</span>). You can use predefined values as listed in the table <a class="el" href="pdsc_components_pg.html#FileCategoryEnum">File Categories</a>, however, this is not mandatory. </td><td>xs:string </td><td>required </td></tr>
<tr>
<td>name </td><td>Can consist of the path (relative to the Pack base directory) and the file name with extension. </td><td>xs:string </td><td>required </td></tr>
<tr>
<td>version </td><td>File-specific version information. The version format is described in <a class="el" href="pdsc_package_pg.html#VersionType">Version Type</a>. </td><td>VersionType </td><td>optional </td></tr>
</table>
<p>&#160;</p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="packFormat.html">Pack Description (*.pdsc) Format</a></li>
<li class="footer">Generated on Wed Jul 10 2019 15:21:01 for CMSIS-Pack Version 1.6.0 by Arm Ltd. All rights reserved.
<!--
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6
-->
</li>
</ul>
</div>
</body>
</html>