Update documentation for release v1.10.1

pull/27/head
github-actions 4 years ago
parent d48a44cbcd
commit 9a5d03e477

@ -1 +1 @@
v1.10.4
v1.10.1

@ -111,19 +111,7 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html','');});
<tr>
<th>Version </th><th>Description </th></tr>
<tr>
<td>1.10.1-rc5 </td><td>Github workflow testing </td></tr>
<tr>
<td>1.10.1-rc4 </td><td>Workflow testing </td></tr>
<tr>
<td>1.10.1-rc3 </td><td>Pack and documentation generation </td></tr>
<tr>
<td>1.10.1-rc2 </td><td>Testing github workflow </td></tr>
<tr>
<td>1.10.1-rc1 </td><td>CMSIS-DSP on new repository : release candidate 1 </td></tr>
<tr>
<td>1.10.1 </td><td><p class="starttd">Corrected scripts for workflow.</p>
<p class="endtd">Use /bin/bash rather than relying on execution permissions. </p>
</td></tr>
<td>1.10.1 </td><td>First release with new repository </td></tr>
</table>
</div></div><!-- contents -->
</div><!-- doc-content -->

@ -199,6 +199,7 @@ $(document).ready(function(){initNavTree('arm_bayes_example_f32_8c-example.html'
<div class="line"></div>
<div class="line"><span class="preprocessor">#if defined(SEMIHOSTING)</span></div>
<div class="line"><span class="preprocessor"></span> printf(<span class="stringliteral">&quot;Class = %d\n&quot;</span>, index);</div>
<div class="line"> printf(<span class="stringliteral">&quot;Max proba = %f\n&quot;</span>, (<span class="keywordtype">double</span>)maxProba);</div>
<div class="line"><span class="preprocessor">#endif</span></div>
<div class="line"><span class="preprocessor"></span></div>
<div class="line"> in[0] = -1.5f;</div>
@ -210,6 +211,7 @@ $(document).ready(function(){initNavTree('arm_bayes_example_f32_8c-example.html'
<div class="line"></div>
<div class="line"><span class="preprocessor">#if defined(SEMIHOSTING)</span></div>
<div class="line"><span class="preprocessor"></span> printf(<span class="stringliteral">&quot;Class = %d\n&quot;</span>, index);</div>
<div class="line"> printf(<span class="stringliteral">&quot;Max proba = %f\n&quot;</span>, (<span class="keywordtype">double</span>)maxProba);</div>
<div class="line"><span class="preprocessor">#endif</span></div>
<div class="line"><span class="preprocessor"></span></div>
<div class="line"> in[0] = 0.0f;</div>
@ -221,6 +223,7 @@ $(document).ready(function(){initNavTree('arm_bayes_example_f32_8c-example.html'
<div class="line"></div>
<div class="line"><span class="preprocessor">#if defined(SEMIHOSTING)</span></div>
<div class="line"><span class="preprocessor"></span> printf(<span class="stringliteral">&quot;Class = %d\n&quot;</span>, index);</div>
<div class="line"> printf(<span class="stringliteral">&quot;Max proba = %f\n&quot;</span>, (<span class="keywordtype">double</span>)maxProba);</div>
<div class="line"><span class="preprocessor">#endif</span></div>
<div class="line"><span class="preprocessor"></span></div>
<div class="line"><span class="preprocessor">#if !defined(SEMIHOSTING)</span></div>

@ -279,7 +279,7 @@ $(document).ready(function(){initNavTree('arm_class_marks_example_f32_8c-example
<div class="line"> <a name="a21"></a><a class="code" href="group__variance.html#gaae455544f0c8ac92469a1e25d3906515">arm_var_f32</a>(testOutput, <a class="code" href="arm__class__marks__example__f32_8c.html#ab3b66d06b4af1af4ea2740d0ccf4e7bd">numStudents</a>, &amp;<a class="code" href="arm__class__marks__example__f32_8c.html#a3bd39c4335d84be071cc1eaa9b0a8642">var</a>);</div>
<div class="line"></div>
<div class="line"><span class="preprocessor">#if defined(SEMIHOSTING)</span></div>
<div class="line"><span class="preprocessor"></span> printf(<span class="stringliteral">&quot;mean = %f, std = %f\n&quot;</span>,<a class="code" href="arm__class__marks__example__f32_8c.html#acc9290716b3c97381ce52d14b4b01681">mean</a>,<a class="code" href="arm__class__marks__example__f32_8c.html#a150b0cf729b51893379f5b5548d4f989">std</a>);</div>
<div class="line"><span class="preprocessor"></span> printf(<span class="stringliteral">&quot;mean = %f, std = %f\n&quot;</span>,(<span class="keywordtype">double</span>)<a class="code" href="arm__class__marks__example__f32_8c.html#acc9290716b3c97381ce52d14b4b01681">mean</a>,(<span class="keywordtype">double</span>)<a class="code" href="arm__class__marks__example__f32_8c.html#a150b0cf729b51893379f5b5548d4f989">std</a>);</div>
<div class="line"><span class="preprocessor">#endif</span></div>
<div class="line"><span class="preprocessor"></span></div>
<div class="line"><span class="preprocessor">#if !defined(SEMIHOSTING)</span></div>

@ -3,5 +3,5 @@ function writeHeader() {
};
function writeFooter() {
document.write('Generated on Tue Jun 28 2022 11:55:45 for CMSIS-DSP 1.10.1. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Jun 29 2022 12:29:20 for CMSIS-DSP 1.10.1. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.');
};

Loading…
Cancel
Save