aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Debugging.md
diff options
context:
space:
mode:
authorFlorian Heilmann <Florian.Heilmann@gmx.net>2019-02-10 22:13:21 +0000
committerKevinOConnor <kevin@koconnor.net>2019-02-10 17:59:40 -0500
commit607461f7b6c19f951c07e9edb880ccabeee176c0 (patch)
treed27db63bb449dda66e2657f71c4550dc8c926ce6 /docs/Debugging.md
parent59a60d68f55c1f05dda2959311390011835f3af7 (diff)
downloadkutter-607461f7b6c19f951c07e9edb880ccabeee176c0.tar.gz
kutter-607461f7b6c19f951c07e9edb880ccabeee176c0.tar.xz
kutter-607461f7b6c19f951c07e9edb880ccabeee176c0.zip
docs: Update duet2 benchmarks
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
Diffstat (limited to 'docs/Debugging.md')
-rwxr-xr-xdocs/Debugging.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md
index 3466c0ca..b171d4fe 100755
--- a/docs/Debugging.md
+++ b/docs/Debugging.md
@@ -308,18 +308,21 @@ stepper result is `SET ticks 553`, the best dual stepper result is
The following configuration sequence is used on the Duet Wifi:
```
-allocate_oids count=3
+allocate_oids count=4
config_stepper oid=0 step_pin=PD6 dir_pin=PD11 min_stop_interval=0 invert_step=0
config_stepper oid=1 step_pin=PD7 dir_pin=PD12 min_stop_interval=0 invert_step=0
config_stepper oid=2 step_pin=PD8 dir_pin=PD13 min_stop_interval=0 invert_step=0
+config_stepper oid=3 step_pin=PD5 dir_pin=PA1 min_stop_interval=0 invert_step=0
finalize_config crc=0
+
```
-The test was last run on commit `9f3517fd` with gcc version
+The test was last run on commit `59a60d68` with gcc version
`arm-none-eabi-gcc 7.3.1 20180622 (release)
[ARM/embedded-7-branch revision 261907]`. The best single stepper
-result is `SET ticks 526`, the best dual stepper result is `SET ticks
-524`, and the best three stepper result is `SET ticks 552`.
+result is `SET ticks 519`, the best dual stepper result is `SET ticks
+520`, and the best three stepper result is `SET ticks 525`, and the
+best four stepper result is `SET ticks 703`.
### Beaglebone PRU step rate benchmark ###