diff options
Diffstat (limited to 'docs/Core_A/html/using_CMSIS.html')
-rw-r--r-- | docs/Core_A/html/using_CMSIS.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/Core_A/html/using_CMSIS.html b/docs/Core_A/html/using_CMSIS.html index 397e885..be5e946 100644 --- a/docs/Core_A/html/using_CMSIS.html +++ b/docs/Core_A/html/using_CMSIS.html @@ -32,7 +32,7 @@ <td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">CMSIS-Core (Cortex-A) -  <span id="projectnumber">Version 1.1.2</span> +  <span id="projectnumber">Version 1.1.4</span> </div> <div id="projectbrief">CMSIS-Core support for Cortex-A processor-based devices</div> </td> @@ -167,13 +167,16 @@ $(document).ready(function(){initNavTree('using_CMSIS.html','');}); <div class="line"> Delay(500);</div> <div class="line"> }</div> <div class="line">}</div> +</div><!-- fragment --><p>CMSIS-Pack provides the <b>#define CMSIS_header_file</b> in <a href="../../Pack/html/pdsc_components_pg.html#RTE_Components_h"><b>RTE_Components.h</b></a> which gives you access to the <b><em>device</em>.h</b> file of a project. This allows you to generate generic software components that use the device selected in a project.</p> +<div class="fragment"><div class="line"><span class="preprocessor">#include "RTE_Components.h"</span> <span class="comment">// include information about project configuration</span></div> +<div class="line"><span class="preprocessor">#include CMSIS_device_header // include <device>.h file</span></div> </div><!-- fragment --> </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="using_pg.html">Using CMSIS in Embedded Applications</a></li> - <li class="footer">Generated on Wed Aug 1 2018 17:12:10 for CMSIS-Core (Cortex-A) by Arm Ltd. All rights reserved. + <li class="footer">Generated on Wed Jul 10 2019 15:20:27 for CMSIS-Core (Cortex-A) Version 1.1.4 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 |