Deploying to gh-pages from @ Klipper3d/klipper@b7978d37b3 🚀

This commit is contained in:
KevinOConnor
2023-02-21 01:15:42 +00:00
parent feb1cadd3d
commit 20e441aacb
15 changed files with 56 additions and 1 deletions

View File

@@ -1134,6 +1134,13 @@
SAMD51 step rate benchmark
</a>
</li>
<li class="md-nav__item">
<a href="#ar100-step-rate-benchmark" class="md-nav__link">
AR100 step rate benchmark
</a>
</li>
<li class="md-nav__item">
@@ -1503,6 +1510,13 @@
SAMD51 step rate benchmark
</a>
</li>
<li class="md-nav__item">
<a href="#ar100-step-rate-benchmark" class="md-nav__link">
AR100 step rate benchmark
</a>
</li>
<li class="md-nav__item">
@@ -2059,6 +2073,36 @@ micro-controller.</p>
</tr>
</tbody>
</table>
<h3 id="ar100-step-rate-benchmark">AR100 step rate benchmark<a class="headerlink" href="#ar100-step-rate-benchmark" title="Permanent link">&para;</a></h3>
<p>The following configuration sequence is used on AR100 CPU (Allwinner A64):</p>
<div class="highlight"><pre><span></span><code>allocate_oids count=3
config_stepper oid=0 step_pin=PL10 dir_pin=PE14 invert_step=-1 step_pulse_ticks=0
config_stepper oid=1 step_pin=PL11 dir_pin=PE15 invert_step=-1 step_pulse_ticks=0
config_stepper oid=2 step_pin=PL12 dir_pin=PE16 invert_step=-1 step_pulse_ticks=0
finalize_config crc=0
</code></pre></div>
<p>The test was last run on commit <code>08d037c6</code> with gcc version
<code>or1k-linux-musl-gcc (GCC) 9.2.0</code> on an Allwinner A64-H
micro-controller.</p>
<table>
<thead>
<tr>
<th>AR100 R_PIO</th>
<th>ticks</th>
</tr>
</thead>
<tbody>
<tr>
<td>1 stepper</td>
<td>85</td>
</tr>
<tr>
<td>3 stepper</td>
<td>359</td>
</tr>
</tbody>
</table>
<h3 id="rp2040-step-rate-benchmark">RP2040 step rate benchmark<a class="headerlink" href="#rp2040-step-rate-benchmark" title="Permanent link">&para;</a></h3>
<p>The following configuration sequence is used on the RP2040:</p>
<div class="highlight"><pre><span></span><code>allocate_oids count=3
@@ -2174,6 +2218,12 @@ hub.</p>
<td>avr-gcc (GCC) 5.4.0</td>
</tr>
<tr>
<td>ar100 (serial)</td>
<td>138K</td>
<td>08d037c6</td>
<td>or1k-linux-musl-gcc 9.3.0</td>
</tr>
<tr>
<td>samd21 (USB)</td>
<td>223K</td>
<td>01d2183f</td>