Skip to content

Commit

Permalink
Doc, CMSIS-Core: Added references for some macros.
Browse files Browse the repository at this point in the history
  • Loading branch information
vovamarch authored and JonatanAntoni committed Nov 27, 2023
1 parent 98c1eae commit d1a46a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CMSIS/Documentation/Doxygen/Core/src/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The table below provides information about the changes delivered with specific v
<td>V5.7.0</td>
<td>
<ul>
<li>Added: Added new compiler macros __ALIAS and __NO_INIT</li>
<li>Added: Added new compiler macros \ref __ALIAS and \ref __NO_INIT</li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -48,7 +48,7 @@ The table below provides information about the changes delivered with specific v
<li>Added: Cortex-M55 cpu support</li>
<li>Enhanced: MVE support for Armv8.1-MML</li>
<li>Fixed: Device config define checks</li>
<li>Added: L1 Cache functions for Armv7-M and later</li>
<li>Added: \ref cache_functions_m7 for Armv7-M and later</li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -84,7 +84,7 @@ The table below provides information about the changes delivered with specific v
<td>
<ul>
<li>Removed using get/set built-ins FPSCR in GCC >= 7.2 due to shortcomings.</li>
<li>Added __NO_RETURN to __NVIC_SystemReset() to silence compiler warnings.</li>
<li>Added __NO_RETURN to __NVIC_SystemReset() to silence compiler warnings.</li>
<li>Added support for Cortex-M1 (beta).</li>
<li>Removed usage of register keyword.</li>
<li>Added defines for EXC_RETURN, FNC_RETURN and integrity signature values.</li>
Expand Down Expand Up @@ -116,7 +116,7 @@ The table below provides information about the changes delivered with specific v
<ul>
<li>Added macros \ref \__UNALIGNED_UINT16_READ, \ref \__UNALIGNED_UINT16_WRITE.</li>
<li>Added macros \ref \__UNALIGNED_UINT32_READ, \ref \__UNALIGNED_UINT32_WRITE.</li>
<li>Deprecated macro \ref \__UNALIGNED_UINT32.</li>
<li>Deprecated macro __UNALIGNED_UINT32.</li>
<li>Changed \ref version_control_gr macros to be core agnostic.</li>
<li>Added \ref mpu_functions for Cortex-M0+/M3/M4/M7.</li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions CMSIS/Documentation/Doxygen/Core_A/src/history.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Revision History of CMSIS-Core (Cortex-A) {#rev_histCoreA}
# Revision History {#rev_histCoreA}

CMSIS-Core (A) component is maintaned with own versioning that gets incremented together with the [CMSIS Software Pack](../General/cmsis_pack.html) releases.

Expand All @@ -21,7 +21,7 @@ The table below provides information about the changes delivered with specific v
<td>V1.2.0</td>
<td>
<ul>
<li>Fixed GIC_SetPendingIRQ to use GICD_SGIR instead of GICD_SPENDSGIR
<li>Fixed \ref GIC_SetPendingIRQ to use GICD_SGIR instead of GICD_SPENDSGIR
for compliance with all GIC specification versions.</li>
<li>Added missing DSP intrinsics.</li>
<li>Reworked assembly intrinsics: volatile, barriers and clobbers.</li>
Expand All @@ -40,7 +40,7 @@ The table below provides information about the changes delivered with specific v
<td>V1.1.3</td>
<td>
<ul>
<li>Fixed __get_SP_usr()/__set_SP_usr() for ArmClang.</li>
<li>Fixed __get_SP_usr() / __set_SP_usr() for ArmClang.</li>
<li>Fixed zero argument handling in __CLZ() .</li>
</ul>
</td>
Expand Down

0 comments on commit d1a46a0

Please sign in to comment.