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 19, 2023
1 parent 1cac201 commit 401aa37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions main/extra_stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1477,6 +1477,7 @@ div.headertitle
dl
{
padding: 0 0 0 10px;
max-width: var(--max_textblock_width);
}

/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
Expand Down
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.15.1-dev12');
document.write('Version 1.15.1-dev13');
};

function writeFooter() {
document.write('Generated on Mon Dec 18 2023 08:12:17 for CMSIS-DSP 1.15.1-dev12+g14a6adf. Copyright © 2023 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Dec 19 2023 06:12:04 for CMSIS-DSP 1.15.1-dev13+gfb43015. Copyright © 2023 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h1><a class="anchor" id="toolchain"></a>
<p>The library is now tested on Fast Models building with cmake. Core M0, M4, M7, M33, M55, A32 are tested.</p>
<h1><a class="anchor" id="pack"></a>
Access to CMSIS-DSP</h1>
<p>CMSIS-DSP is actively maintained in the <a href="https://github.com/ARM-software/CMSIS-RTX"><b>CMSIS-DSP GitHub repository</b></a> and is released as a standalone <a href="https://www.keil.arm.com/packs/cmsis-dsp-arm/versions/"><b>CMSIS-DSP pack</b></a> in the <a href="https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/index.html">CMSIS-Pack format</a>.</p>
<p>CMSIS-DSP is actively maintained in the <a href="https://github.com/ARM-software/CMSIS-DSP"><b>CMSIS-DSP GitHub repository</b></a> and is released as a standalone <a href="https://www.keil.arm.com/packs/cmsis-dsp-arm/versions/"><b>CMSIS-DSP pack</b></a> in the <a href="https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/index.html">CMSIS-Pack format</a>.</p>
<p>The table below explains the content of <b>ARM::CMSIS-DSP</b> pack.</p>
<table class="markdownTable">
<tr class="markdownTableHead">
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.15.1-dev12",
"main": "1.15.1-dev13",
"latest": "1.15.0",
"v1.14.4": "1.14.4",
"v1.14.3": "1.14.3",
Expand Down

0 comments on commit 401aa37

Please sign in to comment.