Update main documentation

gh-pages
github-actions 3 years ago
parent 53f0dd10a8
commit 918fef3f5a

@ -127,6 +127,8 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html',''); initResizable(
<tr>
<th>Version </th><th>Description </th></tr>
<tr>
<td>1.14.1 </td><td>Some Neon acceleration for aarch64 f64 kernels </td></tr>
<tr>
<td>1.14.0 </td><td>Added support for CMSIS Event Recorder to the compute graph. Added more customization options to the compute graph. </td></tr>
<tr>
<td>1.13.0 </td><td>Added cyclo static scheduling to the CMSIS-DSP compute graph </td></tr>

@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 1.14.1-dev4');
document.write('Version 1.14.2-dev1');
};
function writeFooter() {
document.write('Generated on Thu Sep 29 2022 06:35:41 for CMSIS-DSP 1.14.1-dev4+g8ed2ef7. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Mon Oct 3 2022 13:42:30 for CMSIS-DSP 1.14.2-dev1+g5a99a5c. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.');
};

@ -1,7 +1,7 @@
//--- list of versions ---
const versions = {
"main": "1.14.2-dev1",
"latest": "1.14.1",
"main": "1.14.1-dev4",
"v1.14.0": "1.14.0",
"v1.12.0": "1.12.0",
"v1.11.0": "1.11.0",

Loading…
Cancel
Save