docs: Update duet2 benchmarks

Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
This commit is contained in:
Florian Heilmann 2019-02-10 22:13:21 +00:00 committed by KevinOConnor
parent 59a60d68f5
commit 607461f7b6
2 changed files with 8 additions and 5 deletions

View file

@ -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 ###