Skip to content

Commit 0b52176

Browse files
committed
Docs: Updated generated documentation for 5.4.0
Change-Id: I9a99d0c814f3c74eb4414eb633faf5e2a08ef575
1 parent d8515eb commit 0b52176

File tree

1,677 files changed

+9502
-7472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,677 files changed

+9502
-7472
lines changed

docs/Core/html/annotated.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
3333
<td style="padding-left: 0.5em;">
3434
<div id="projectname">CMSIS-Core (Cortex-M)
35-
&#160;<span id="projectnumber">Version 5.1.1</span>
35+
&#160;<span id="projectnumber">Version 5.1.2</span>
3636
</div>
3737
<div id="projectbrief">CMSIS-Core support for Cortex-M processor-based devices</div>
3838
</td>
@@ -141,7 +141,7 @@
141141
<!-- start footer part -->
142142
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
143143
<ul>
144-
<li class="footer">Generated on Thu Feb 22 2018 10:02:45 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
144+
<li class="footer">Generated on Wed Aug 1 2018 17:12:09 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
145145
<!--
146146
<a href="http://www.doxygen.org/index.html">
147147
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6

docs/Core/html/classes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
3333
<td style="padding-left: 0.5em;">
3434
<div id="projectname">CMSIS-Core (Cortex-M)
35-
&#160;<span id="projectnumber">Version 5.1.1</span>
35+
&#160;<span id="projectnumber">Version 5.1.2</span>
3636
</div>
3737
<div id="projectbrief">CMSIS-Core support for Cortex-M processor-based devices</div>
3838
</td>
@@ -144,7 +144,7 @@
144144
<!-- start footer part -->
145145
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
146146
<ul>
147-
<li class="footer">Generated on Thu Feb 22 2018 10:02:45 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
147+
<li class="footer">Generated on Wed Aug 1 2018 17:12:09 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
148148
<!--
149149
<a href="http://www.doxygen.org/index.html">
150150
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6

docs/Core/html/coreMISRA_Exceptions_pg.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
3333
<td style="padding-left: 0.5em;">
3434
<div id="projectname">CMSIS-Core (Cortex-M)
35-
&#160;<span id="projectnumber">Version 5.1.1</span>
35+
&#160;<span id="projectnumber">Version 5.1.2</span>
3636
</div>
3737
<div id="projectbrief">CMSIS-Core support for Cortex-M processor-based devices</div>
3838
</td>
@@ -162,7 +162,7 @@
162162
<!-- start footer part -->
163163
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
164164
<ul>
165-
<li class="footer">Generated on Thu Feb 22 2018 10:02:45 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
165+
<li class="footer">Generated on Wed Aug 1 2018 17:12:08 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
166166
<!--
167167
<a href="http://www.doxygen.org/index.html">
168168
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6

docs/Core/html/core_revisionHistory.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
3333
<td style="padding-left: 0.5em;">
3434
<div id="projectname">CMSIS-Core (Cortex-M)
35-
&#160;<span id="projectnumber">Version 5.1.1</span>
35+
&#160;<span id="projectnumber">Version 5.1.2</span>
3636
</div>
3737
<div id="projectbrief">CMSIS-Core support for Cortex-M processor-based devices</div>
3838
</td>
@@ -111,10 +111,18 @@
111111
<div class="title">Revision History of CMSIS-Core (Cortex-M) </div> </div>
112112
</div><!--header-->
113113
<div class="contents">
114-
<div class="textblock"><table class="cmtable" summary="Core Exception Name">
114+
<div class="textblock"><table class="cmtable" summary="Revision History">
115115
<tr>
116116
<th>Version </th><th>Description </th></tr>
117117
<tr>
118+
<td>V5.1.2 </td><td>Removed using get/set built-ins FPSCR in GCC &gt;= 7.2 due to shortcomings.<br/>
119+
Added __NO_RETURN to __NVIC_SystemReset() to silence compiler warnings.<br/>
120+
Added support for Cortex-M1 (beta). <br/>
121+
Removed usage of register keyword. <br/>
122+
Added defines for EXC_RETURN, FNC_RETURN and integrity signature values. <br/>
123+
Enhanced MPUv7 API with defines for memory access attributes.<br/>
124+
</td></tr>
125+
<tr>
118126
<td>V5.1.1 </td><td>Aligned MSPLIM and PSPLIM access functions along supported compilers.<br/>
119127
</td></tr>
120128
<tr>
@@ -254,7 +262,7 @@
254262
<!-- start footer part -->
255263
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
256264
<ul>
257-
<li class="footer">Generated on Thu Feb 22 2018 10:02:45 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
265+
<li class="footer">Generated on Wed Aug 1 2018 17:12:08 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
258266
<!--
259267
<a href="http://www.doxygen.org/index.html">
260268
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6

docs/Core/html/deprecated.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
3333
<td style="padding-left: 0.5em;">
3434
<div id="projectname">CMSIS-Core (Cortex-M)
35-
&#160;<span id="projectnumber">Version 5.1.1</span>
35+
&#160;<span id="projectnumber">Version 5.1.2</span>
3636
</div>
3737
<div id="projectbrief">CMSIS-Core support for Cortex-M processor-based devices</div>
3838
</td>
@@ -128,7 +128,7 @@
128128
<!-- start footer part -->
129129
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
130130
<ul>
131-
<li class="footer">Generated on Thu Feb 22 2018 10:02:45 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
131+
<li class="footer">Generated on Wed Aug 1 2018 17:12:08 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
132132
<!--
133133
<a href="http://www.doxygen.org/index.html">
134134
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6

docs/Core/html/device_h_pg.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
3333
<td style="padding-left: 0.5em;">
3434
<div id="projectname">CMSIS-Core (Cortex-M)
35-
&#160;<span id="projectnumber">Version 5.1.1</span>
35+
&#160;<span id="projectnumber">Version 5.1.2</span>
3636
</div>
3737
<div id="projectbrief">CMSIS-Core support for Cortex-M processor-based devices</div>
3838
</td>
@@ -643,7 +643,7 @@ <h1><a class="anchor" id="device_h_sec"></a>
643643
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
644644
<ul>
645645
<li class="navelem"><a class="el" href="templates_pg.html">CMSIS-Core Device Templates</a></li>
646-
<li class="footer">Generated on Thu Feb 22 2018 10:02:45 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
646+
<li class="footer">Generated on Wed Aug 1 2018 17:12:08 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
647647
<!--
648648
<a href="http://www.doxygen.org/index.html">
649649
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6

docs/Core/html/functions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
3333
<td style="padding-left: 0.5em;">
3434
<div id="projectname">CMSIS-Core (Cortex-M)
35-
&#160;<span id="projectnumber">Version 5.1.1</span>
35+
&#160;<span id="projectnumber">Version 5.1.2</span>
3636
</div>
3737
<div id="projectbrief">CMSIS-Core support for Cortex-M processor-based devices</div>
3838
</td>
@@ -668,7 +668,7 @@ <h3><a class="anchor" id="index_z"></a>- z -</h3><ul>
668668
<!-- start footer part -->
669669
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
670670
<ul>
671-
<li class="footer">Generated on Thu Feb 22 2018 10:02:45 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
671+
<li class="footer">Generated on Wed Aug 1 2018 17:12:09 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
672672
<!--
673673
<a href="http://www.doxygen.org/index.html">
674674
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6

docs/Core/html/functions_vars.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
3333
<td style="padding-left: 0.5em;">
3434
<div id="projectname">CMSIS-Core (Cortex-M)
35-
&#160;<span id="projectnumber">Version 5.1.1</span>
35+
&#160;<span id="projectnumber">Version 5.1.2</span>
3636
</div>
3737
<div id="projectbrief">CMSIS-Core support for Cortex-M processor-based devices</div>
3838
</td>
@@ -668,7 +668,7 @@ <h3><a class="anchor" id="index_z"></a>- z -</h3><ul>
668668
<!-- start footer part -->
669669
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
670670
<ul>
671-
<li class="footer">Generated on Thu Feb 22 2018 10:02:45 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
671+
<li class="footer">Generated on Wed Aug 1 2018 17:12:09 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
672672
<!--
673673
<a href="http://www.doxygen.org/index.html">
674674
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6

docs/Core/html/globals.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
3333
<td style="padding-left: 0.5em;">
3434
<div id="projectname">CMSIS-Core (Cortex-M)
35-
&#160;<span id="projectnumber">Version 5.1.1</span>
35+
&#160;<span id="projectnumber">Version 5.1.2</span>
3636
</div>
3737
<div id="projectbrief">CMSIS-Core support for Cortex-M processor-based devices</div>
3838
</td>
@@ -675,7 +675,7 @@ <h3><a class="anchor" id="index__"></a>- _ -</h3><ul>
675675
<!-- start footer part -->
676676
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
677677
<ul>
678-
<li class="footer">Generated on Thu Feb 22 2018 10:02:45 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
678+
<li class="footer">Generated on Wed Aug 1 2018 17:12:09 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
679679
<!--
680680
<a href="http://www.doxygen.org/index.html">
681681
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6

docs/Core/html/globals_a.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
3333
<td style="padding-left: 0.5em;">
3434
<div id="projectname">CMSIS-Core (Cortex-M)
35-
&#160;<span id="projectnumber">Version 5.1.1</span>
35+
&#160;<span id="projectnumber">Version 5.1.2</span>
3636
</div>
3737
<div id="projectbrief">CMSIS-Core support for Cortex-M processor-based devices</div>
3838
</td>
@@ -138,9 +138,15 @@
138138
<div class="textblock">Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:</div>
139139

140140
<h3><a class="anchor" id="index_a"></a>- a -</h3><ul>
141+
<li>ARM_MPU_ACCESS_xxx
142+
: <a class="el" href="group__mpu__defines.html#ga71d41084e984be70a23cb640fd89d1e2">Ref_MPU.txt</a>
143+
</li>
141144
<li>ARM_MPU_AP_xxx
142145
: <a class="el" href="group__mpu__defines.html#gabc4788126d7798469cb862a08d3050cc">Ref_MPU.txt</a>
143146
</li>
147+
<li>ARM_MPU_CACHEP_xxx
148+
: <a class="el" href="group__mpu__defines.html#gab23596306119e7831847bd9683de3934">Ref_MPU.txt</a>
149+
</li>
144150
<li>ARM_MPU_ClrRegion()
145151
: <a class="el" href="group__mpu__functions.html#ga9dcb0afddf4ac351f33f3c7a5169c62c">Ref_MPU.txt</a>
146152
</li>
@@ -156,6 +162,9 @@ <h3><a class="anchor" id="index_a"></a>- a -</h3><ul>
156162
<li>ARM_MPU_RASR
157163
: <a class="el" href="group__mpu__functions.html#ga96b93785c92e2dbcb3a2356c25bf2adc">Ref_MPU.txt</a>
158164
</li>
165+
<li>ARM_MPU_RASR_EX
166+
: <a class="el" href="group__mpu__functions.html#ga332ed5f8969dd4df6b61c6ae32ec36dc">Ref_MPU.txt</a>
167+
</li>
159168
<li>ARM_MPU_RBAR
160169
: <a class="el" href="group__mpu__functions.html#ga3fead12dc24a6d00ad53f55a042486ca">Ref_MPU.txt</a>
161170
</li>
@@ -174,7 +183,7 @@ <h3><a class="anchor" id="index_a"></a>- a -</h3><ul>
174183
<!-- start footer part -->
175184
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
176185
<ul>
177-
<li class="footer">Generated on Thu Feb 22 2018 10:02:45 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
186+
<li class="footer">Generated on Wed Aug 1 2018 17:12:09 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
178187
<!--
179188
<a href="http://www.doxygen.org/index.html">
180189
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6

0 commit comments

Comments
 (0)