Update main documentation

gh-pages
github-actions 3 years ago
parent 1e3951f839
commit b78a7c9dd3

@ -127,6 +127,8 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html',''); initResizable(
<tr>
<th>Version </th><th>Description </th></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>
<tr>
<td>1.12.0 </td><td>New version of SDF (Renaming and new feature to make it more developer friendly). </td></tr>

@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 1.13.1-dev2');
document.write('Version 1.14.1-dev2');
};
function writeFooter() {
document.write('Generated on Tue Sep 20 2022 06:00:16 for CMSIS-DSP 1.13.1-dev2+gb817710. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Sep 28 2022 05:52:20 for CMSIS-DSP 1.14.1-dev2+g633b528. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.');
};

@ -1,7 +1,7 @@
//--- list of versions ---
const versions = {
"main": "1.14.1-dev2",
"latest": "1.14.0",
"main": "1.13.1-dev2",
"v1.12.0": "1.12.0",
"v1.11.0": "1.11.0",
"v1.10.1": "1.10.1"

Loading…
Cancel
Save