Skip to content

Commit

Permalink
Update documentation for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 5, 2023
1 parent 0042554 commit 792661b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
4 changes: 2 additions & 2 deletions main/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 1.0.1-dev47');
document.write('Version 1.0.1-dev48');
};

function writeFooter() {
document.write('Generated on Thu Nov 30 2023 08:06:59 for CMSIS-View 1.0.1-dev47+g6236f12. Copyright © 2023 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Dec 5 2023 11:16:05 for CMSIS-View 1.0.1-dev48+ge1431f3. Copyright © 2023 Arm Limited (or its affiliates). All rights reserved.');
};
17 changes: 1 addition & 16 deletions main/rev_hist.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,22 +125,7 @@
</div><!--header-->
<div class="contents">
<div class="textblock"><p><a class="anchor" id="md_src_history"></a> CMSIS-View version is offically updated upon releases of the <a href="https://www.keil.arm.com/packs/cmsis-view-arm/versions/">CMSIS-View pack</a>.</p>
<p>The table below provides information about the changes delivered with specific versions of CMSIS-View.</p>
<table class="cmtable" summary="Revision History">
<tr>
<th>Version </th><th>Description </th></tr>
<tr>
<td>1.0.0 </td><td><p class="starttd">Initial release of CMSIS-View with EventRecorder and Fault components as replacement for Keil.ARM-Compiler pack.</p><ul>
<li>Renamed component class to CMSIS-View.</li>
<li>Fixes/additions for IAR Compiler.</li>
<li>Documentation enhacements.</li>
<li>Optimized Record Lock/Unlock in Event Recorder (using C11 atomics except for Cortex-M0).</li>
<li>Corrected timestamp overflow handling in Event Recorder.</li>
<li>Added "CMSIS-View::Fault" component for recording system faults. </li>
</ul>
<p class="endtd"></p>
</td></tr>
</table>
<p>The table below provides information about the changes delivered with specific versions of CMSIS-View. </p>
</div></div><!-- contents -->
</div><!-- PageDoc -->
</div><!-- doc-content -->
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//--- list of versions ---
const versions = {
"main": "1.0.1-dev47",
"main": "1.0.1-dev48",
"latest": "1.0.0"
}
//--- list of versions ---
Expand Down

0 comments on commit 792661b

Please sign in to comment.