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 Sep 2, 2024
1 parent b1350c7 commit 7735ef9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.16.2-dev1');
document.write('Version 1.16.3-dev1');
};

function writeFooter() {
document.write('Generated on Fri Jul 26 2024 05:25:12 for CMSIS-DSP 1.16.2-dev1+gd5717e4. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Mon Sep 2 2024 12:27:26 for CMSIS-DSP 1.16.3-dev1+ge7447ae. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 2 additions & 0 deletions main/rev_hist.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@
<tr>
<th>Version </th><th>Description </th></tr>
<tr>
<td>v1.16.2 </td><td>Improvements to documentation Added arm_fir_decimate_f64 Removed some gcc workarounds that are no more needed for Helium Removed redundant test in arm_atan2_q15 and arm_atan2_q31 Replaced INFINITY by maximum positive float Replaced hex constants with 2's complement equivalents Added C++ template extension (outside of pack - headers available from github repository) Added new compilation defines (ARM_DSP_ATTRIBUTE, ARM_DSP_TABLE_ATTRIBUTE and ARM_DSP_CUSTOM_CONFIG) Solved several github issues Corrected wrong version number in pack for v1.16.0 Corrected issue #201 in v1.16.1 (related to new ARM_DSP_ATTRIBUTE) </td></tr>
<tr>
<td>v1.16.1 </td><td>Improvements to documentation Added arm_fir_decimate_f64 Removed some gcc workarounds that are no more needed for Helium Removed redundant test in arm_atan2_q15 and arm_atan2_q31 Replaced INFINITY by maximum positive float Replaced hex constants with 2's complement equivalents Added C++ template extension (outside of pack - headers can be got from github * repository) Added new compilation defines (ARM_DSP_ATTRIBUTE, ARM_DSP_TABLE_ATTRIBUTE and ARM_DSP_CUSTOM_CONFIG) Solved several github issues </td></tr>
<tr>
<td>v1.16.0 </td><td><p class="starttd">v1.16.0 release</p>
Expand Down
2 changes: 1 addition & 1 deletion main/search/all_e.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//--- list of versions ---
const versions = {
"main": "1.16.3-dev1",
"latest": "1.16.2",
"main": "1.16.2-dev1",
"v1.16.1": "1.16.1",
"v1.16.0": "1.16.0",
"v1.15.0": "1.15.0",
Expand Down

0 comments on commit 7735ef9

Please sign in to comment.