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 Mar 6, 2024
1 parent c992c26 commit 498e700
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion main/dsppp_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
</div><!--header-->
<div class="contents">
<div class="textblock"><p><a class="anchor" id="md_src_dsppp_main"></a> C++ extensions to CMSIS-DSP using C++ template meta-programming (headers only).</p>
<p>The headers are not yet part of the CMSIS-DSP pack since they are experimental. You can get them from the <a href="https://github.com/ARM-software/CMSIS-DSP/dsppp/Include">CMSIS-DSP github</a>. There is nothing to build. Just include the headers when you want to use this framework.</p>
<p>The headers are not yet part of the CMSIS-DSP pack since they are experimental. You can get them from the <a href="https://github.com/ARM-software/CMSIS-DSP/tree/main/dsppp/Include/dsppp">CMSIS-DSP github</a>. There is nothing to build. Just include the headers when you want to use this framework.</p>
<ul>
<li><a class="el" href="dsppp_intro.html">Introduction</a></li>
<li><a class="el" href="dsppp_template.html">C++ template for C programmer</a></li>
Expand Down
2 changes: 1 addition & 1 deletion main/dsppp_vector_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
</ol>
<h1><a class="anchor" id="autotoc_md11"></a>
Include the headers</h1>
<p>The headers are not yet part of the CMSIS-DSP packs since they are experimental. You can get them from the <a href="https://github.com/ARM-software/CMSIS-DSP/CPP">CMSIS-DSP github</a></p>
<p>The headers are not yet part of the CMSIS-DSP packs since they are experimental. You can get them from the <a href="https://github.com/ARM-software/CMSIS-DSP/tree/main/dsppp/Include/dsppp">CMSIS-DSP github</a></p>
<div class="fragment"><div class="line"><span class="preprocessor">#include &lt;memory_pool&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;matrix&gt;</span></div>
<div class="line"> </div>
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-dev31');
document.write('Version 1.15.1-dev32');
};

function writeFooter() {
document.write('Generated on Wed Mar 6 2024 06:36:38 for CMSIS-DSP 1.15.1-dev31+ga277827. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Mar 6 2024 07:10:14 for CMSIS-DSP 1.15.1-dev32+g1bd68d7. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/group__DSPPP.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Description</h2>
<p>C++ template extension to CMSIS-DSP. It is not yet part of the pack but the headers can be found on the <a href="https://github.com/ARM-software/CMSIS-DSP/dsppp/Include">CMSIS-DSP github</a> The principles are described in this <a class="el" href="dsppp_main.html">page</a> </p>
<p>C++ template extension to CMSIS-DSP. It is not yet part of the pack but the headers can be found on the <a href="https://github.com/ARM-software/CMSIS-DSP/tree/main/dsppp/Include">CMSIS-DSP github</a> The principles are described in this <a class="el" href="dsppp_main.html">page</a> </p>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
Expand Down
2 changes: 1 addition & 1 deletion main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h2><a class="anchor" id="autotoc_md2"></a>
<h2><a class="anchor" id="autotoc_md3"></a>
Experimental C++ template extension</h2>
<p>This extension is a set of C++ headers. They just need to included to start using the features.</p>
<p>Those headers are not yet part of the pack and you need to get them from the <a href="https://github.com/ARM-software/CMSIS-DSP/tree/main/Include">github repository</a></p>
<p>Those headers are not yet part of the pack and you need to get them from the <a href="https://github.com/ARM-software/CMSIS-DSP/tree/main/dsppp/Include">github repository</a></p>
<p>More documentation about the <a class="el" href="dsppp_main.html">DSP++</a> extension.</p>
<h1><a class="anchor" id="using"></a>
Using the CMSIS-DSP Library</h1>
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-dev31",
"main": "1.15.1-dev32",
"latest": "1.15.0",
"v1.14.4": "1.14.4",
"v1.14.3": "1.14.3",
Expand Down

0 comments on commit 498e700

Please sign in to comment.