| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- <!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>/cprj</title>
- <title>CMSIS-Build: /cprj</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-Build
-  <span id="projectnumber">Version 0.9.0 (beta)</span>
- </div>
- <div id="projectbrief">Tools, software frameworks, and work flows for productivity with CMSIS based projects</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 Page</span></a></li>
- <li class="current"><a href="pages.html"><span>Usage and 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('element_cprj.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"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </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">/cprj </div> </div>
- </div><!--header-->
- <div class="contents">
- <div class="textblock"><p>CMSIS project files use the file extension *.cprj and CMSIS project layer files use the file extension *.clayer. Both file types share a single file format which can be validated using the dedicate CPRJ schema file located in <a class="el" href="projectDescriptionSchema.html">CMSIS/Utilities/CPRJ.xsd</a>.</p>
- <p>The location of a project or layer file always marks the root point and all file references are always relative to this root point, unless a file belongs to a component. In the latter case the files are relative to the base directory of the referenced CMSIS Software Pack version.</p>
- <p>The high level structure of a project is constructed from: </p>
- <table class="cmtable" summary="Top level elements">
- <tr>
- <th>Element </th><th>Link </th><th>Description </th></tr>
- <tr>
- <td><created> </td><td><a class="el" href="element_created.html">/cprj/created</a> </td><td>Information about the tool that had produced this file. </td></tr>
- <tr>
- <td><info> </td><td><a class="el" href="element_info.html">/cprj/info</a> </td><td>Information about the project: description, keywords, categories, license, download. </td></tr>
- <tr>
- <td><layers> </td><td><a class="el" href="element_layers.html">/cprj/layers</a> </td><td>Definition of the layer within the project or layer. </td></tr>
- <tr>
- <td><packages> </td><td><a class="el" href="element_packages.html">/cprj/packages</a> </td><td>List of all CMSIS Software Packs required to construct and build the project (components and device). </td></tr>
- <tr>
- <td><compilers> </td><td><a class="el" href="element_compilers.html">/cprj/compilers</a> </td><td>Information about the toolchains/compilers and their versions that can be used to build the project. </td></tr>
- <tr>
- <td><target> </td><td><a class="el" href="element_target.html">/cprj/target</a> </td><td>Information about the HW targeted as well as build output and top level toolchain options. </td></tr>
- <tr>
- <td><components> </td><td><a class="el" href="element_components.html">/cprj/components</a> </td><td>List of all CMSIS Software Pack components and used config file versions that need to be included for building the project. </td></tr>
- <tr>
- <td><files> </td><td><a class="el" href="element_files.html">/cprj/files</a> </td><td>List of all source files and include paths that are local to the project (project subdirectories only) </td></tr>
- <tr>
- <td>other defined types </td><td><a class="el" href="cprj_types.html">cprj specific types</a> </td><td>Description of all locally defined schema types. </td></tr>
- </table>
- <p><b>Example</b> CMSIS Project File (*.cprj): </p>
- <div class="fragment"><div class="line"><?xml version=<span class="stringliteral">"1.0"</span> encoding=<span class="stringliteral">"UTF-8"</span> ?></div>
- <div class="line"><cprj schemaVersion=<span class="stringliteral">"1.0.0"</span> xmlns:xsi=<span class="stringliteral">"http://www.w3.org/2001/XMLSchema-instance"</span> xsi:noNamespaceSchemaLocation=<span class="stringliteral">"CPRJ.xsd"</span>></div>
- <div class="line"> <created tool=<span class="stringliteral">"µVision V5.29.0.13"</span> timestamp=<span class="stringliteral">"2020-01-21T11:38:01"</span> /></div>
- <div class="line"> </div>
- <div class="line"> <info isLayer=<span class="stringliteral">"false"</span> ></div>
- <div class="line"> <description>BSD Client application on top of MCB4300 Basic I/O layer with Ethernet</description></div>
- <div class="line"> <category>Wired Network, BSD Client, Board IO</category></div>
- <div class="line"> <keywords>MCB4300, MDK-Middleware, Network</keywords></div>
- <div class="line"> <license>BSD-3-Clause</license></div>
- <div class="line"> <url></url></div>
- <div class="line"> </info></div>
- <div class="line"> </div>
- <div class="line"> <layers></div>
- <div class="line"> <layer name=<span class="stringliteral">"IO"</span> hasTarget=<span class="stringliteral">"1"</span>></div>
- <div class="line"> <description>Basic I/O layer <span class="keywordflow">for</span> MCB4300 <span class="keywordflow">for</span> Ethernet applications</description></div>
- <div class="line"> <category>Board IO, Wired Network</category></div>
- <div class="line"> <keywords>MCB4300, Ethernet, LPC4300</keywords></div>
- <div class="line"> <license>BSD-3-Clause</license></div>
- <div class="line"> </layer></div>
- <div class="line"> <layer name=<span class="stringliteral">"APP"</span> hasTarget=<span class="stringliteral">"0"</span>></div>
- <div class="line"> <description>BSD Client application <span class="keywordflow">for</span> Basic I/O layers with Ethernet</description></div>
- <div class="line"> <category>Board IO, Wired Network</category></div>
- <div class="line"> <keywords>BSD_Client, Ethernet</keywords></div>
- <div class="line"> <license>BSD-3-Clause</license></div>
- <div class="line"> </layer></div>
- <div class="line"> </layers></div>
- <div class="line"> </div>
- <div class="line"> <packages></div>
- <div class="line"> <<span class="keyword">package </span>name="CMSIS" vendor="ARM"/></div>
- <div class="line"> <package name="CMSIS-Driver" vendor="ARM"/></div>
- <div class="line"> <package name="ARM_Compiler" vendor="Keil"/></div>
- <div class="line"> <package name="LPC4300_DFP" vendor="Keil"/></div>
- <div class="line"> <package name="MDK-Middleware" vendor="Keil"/></div>
- <div class="line"> </packages></div>
- <div class="line"> </div>
- <div class="line"> <compilers></div>
- <div class="line"> <compiler name="AC5" version="5.0.0:5.99.99"/></div>
- <div class="line"> </compilers></div>
- <div class="line"> </div>
- <div class="line"> <target Ddsp="NO_DSP" Dendian="Little-endian" Dfpu="NO_FPU" Dmve="NO_MVE" Dname="LPC4357" Dtz="NO_TZ" Dvendor="NXP:11" Pname="Cortex-M4"></div>
- <div class="line"> <output list="./Debug/" name="BSD_Client" obj="./Debug/" type="exe"/></div>
- <div class="line"> <ldflags compiler="AC5" add="--entry=Reset_Handler --load_addr_map_info --map --strict" file="BSD_Client.sct"/></div>
- <div class="line"> <cflags compiler="AC5" add="--c99 --omf_browse ./debug/main.crf -D__MICROLIB -O1"/></div>
- <div class="line"> <asflags compiler="AC5" add="--pd __MICROLIB SETA 1 --xref"/></div>
- <div class="line"> </target></div>
- <div class="line"> </div>
- <div class="line"> <components></div>
- <div class="line"> <component layer="IO" Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM"/></div>
- <div class="line"> <component layer="IO" Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cvendor="ARM"></div>
- <div class="line"> <file attr="config" category="source" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/></div>
- <div class="line"> <file attr="config" category="header" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.0"/></div>
- <div class="line"> </component></div>
- <div class="line"> <component layer="IO" Cbundle="ARM Compiler" Cclass="Compiler" Cgroup="Event Recorder" Cvariant="DAP" Cvendor="Keil"></div>
- <div class="line"> <cflags compiler="AC5" add="--omf_browse ./debug/eventrecorder.crf" remove="--omf_browse ./debug/main.crf"/></div>
- <div class="line"> <file attr="config" category="header" name="Config/EventRecorderConf.h" version="1.1.0"/></div>
- <div class="line"> </component></div>
- <div class="line"> <component layer="IO" Cbundle="MCB4300" Cclass="Board Support" Cgroup="Graphic LCD" Cvendor="Keil"/></div>
- <div class="line"> <component layer="IO" Cbundle="MCB4300" Cclass="Board Support" Cgroup="LED" Cvendor="Keil"/></div>
- <div class="line"> <component layer="APP" Cbundle="MDK-Pro" Cclass="Network" Cgroup="CORE" Cvariant="IPv4/IPv6 Debug" Cvendor="Keil"></div>
- <div class="line"> <file attr="config" category="source" name="Network/Config/Net_Config.c" version="7.0.0"/></div>
- <div class="line"> <file attr="config" category="source" name="Network/Config/Net_Debug.c" version="7.0.0"/></div>
- <div class="line"> </component></div>
- <div class="line"> <component layer="APP" Cbundle="MDK-Pro" Cclass="Network" Cgroup="Interface" Csub="ETH" Cvendor="Keil" instances="1"></div>
- <div class="line"> <file attr="config" category="header" name="Network/Config/Net_Config_ETH.h" version="7.2.0"/></div>
- <div class="line"> </component></div>
- <div class="line"> <component layer="APP" Cbundle="MDK-Pro" Cclass="Network" Cgroup="Socket" Csub="BSD" Cvendor="Keil"></div>
- <div class="line"> <file attr="config" category="header" name="Network/Config/Net_Config_BSD.h" version="5.0.4"/></div>
- <div class="line"> </component></div>
- <div class="line"> <component layer="APP" Cbundle="MDK-Pro" Cclass="Network" Cgroup="Socket" Csub="TCP" Cvendor="Keil"></div>
- <div class="line"> <file attr="config" category="header" name="Network/Config/Net_Config_TCP.h" version="7.1.0"/></div>
- <div class="line"> </component></div>
- <div class="line"> <component layer="APP" Cbundle="MDK-Pro" Cclass="Network" Cgroup="Socket" Csub="UDP" Cvendor="Keil"></div>
- <div class="line"> <file attr="config" category="header" name="Network/Config/Net_Config_UDP.h" version="5.1.0"/></div>
- <div class="line"> </component></div>
- <div class="line"> <component layer="IO" Cclass="CMSIS Driver" Cgroup="Ethernet MAC" Cvendor="Keil"/></div>
- <div class="line"> <component layer="IO" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="DP83848C" Cvendor="Keil"/></div>
- <div class="line"> <component layer="IO" Cclass="CMSIS Driver" Cgroup="SPI" Csub="SSP" Cvendor="Keil"/></div>
- <div class="line"> <component layer="IO" Cclass="Device" Cgroup="GPDMA" Cvendor="Keil"/></div>
- <div class="line"> <component layer="IO" Cclass="Device" Cgroup="GPIO" Cvendor="Keil"/></div>
- <div class="line"> <component layer="IO" Cclass="Device" Cgroup="SCU" Cvendor="Keil"/></div>
- <div class="line"> <component layer="IO" Cclass="Device" Cgroup="Startup" Cvendor="Keil"></div>
- <div class="line"> <file attr="config" category="source" name="Device/Source/ARM/startup_LPC43xx.s" version="1.0.0"/></div>
- <div class="line"> <file attr="config" category="source" name="Device/Source/system_LPC43xx.c" version="1.0.3"/></div>
- <div class="line"> <file attr="config" category="header" name="RTE_Driver/Config/RTE_Device.h" version="2.2.1"/></div>
- <div class="line"> </component></div>
- <div class="line"> </components></div>
- <div class="line"> </div>
- <div class="line"> <files></div>
- <div class="line"> <group layer="APP" name="Source"></div>
- <div class="line"> <file category="sourceC" name="./main.c"/></div>
- <div class="line"> <file category="sourceC" name="./BSD_Client.c"/></div>
- <div class="line"> </group></div>
- <div class="line"> <group name="Documentation"></div>
- <div class="line"> <file layer="APP" category="doc" name="./Abstract.txt"/></div>
- <div class="line"> </group></div>
- <div class="line"> </files></div>
- <div class="line"></cprj></div>
- </div><!-- fragment --><p> </p>
- <hr/>
- <table class="cmtable" summary="Element: /cprj ">
- <tr>
- <th>Parents </th><th colspan="3">Element Chain </th></tr>
- <tr>
- <td>root </td><td colspan="3">description root point of description </td></tr>
- <tr>
- <th>Attributes </th><th>Description </th><th>Type </th><th>Use </th></tr>
- <tr>
- <td>schemaVersion </td><td>Version of CPRJ.xsd the description is compatible/validate with </td><td>VersionType </td><td>required </td></tr>
- <tr>
- <th>Child Elements </th><th>Description </th><th>Type </th><th>Occurrence </th></tr>
- <tr>
- <td>created </td><td>Element containing timestamp and tool information. </td><td><a class="el" href="element_created.html">CreatedType</a> </td><td>0..1 </td></tr>
- <tr>
- <td>info </td><td>Section containing project information. </td><td><a class="el" href="element_info.html">InfoType</a> </td><td>1..1 </td></tr>
- <tr>
- <td>layers </td><td>Section containing layer information. </td><td><a class="el" href="element_layers.html">LayersType</a> </td><td>1..1 </td></tr>
- <tr>
- <td>compilers </td><td>Specify compilers that can be used to build the project. </td><td><a class="el" href="element_compilers.html">CompilersType</a> </td><td>1..1 </td></tr>
- <tr>
- <td>packages </td><td>Specify packs required by the project. </td><td><a class="el" href="element_packages.html">PackagesType</a> </td><td>1..1 </td></tr>
- <tr>
- <td>target </td><td>Section specifying the device and active architectural features like e.g. hardware floating point support. Sub elements specify tool specific commandline options as well as output parameters. Note: Layers may not have a <target> section. </td><td><a class="el" href="element_target.html">TargetType</a> </td><td>0..1 </td></tr>
- <tr>
- <td>components </td><td>Specify the software components selected for the Run-Time Environment (RTE) including complete list of configuration files. </td><td><a class="el" href="element_components.html">ComponentsType</a> </td><td>0..1 </td></tr>
- <tr>
- <td>files </td><td>List of all project specific files required for the project build, which are not part of a component. </td><td><a class="el" href="element_files.html">ProjectFilesType</a> </td><td>0..1 </td></tr>
- </table>
- <p> </p>
- <hr/>
- </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="cprjFormat_pg.html">Project Description (*.cprj) Format</a></li>
- <li class="footer">Generated on Thu Apr 9 2020 15:49:55 for CMSIS-Build Version 0.9.0 (beta) 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>
|