docs: Updates to stm32f103 benchmarks

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2018-10-04 12:12:12 -04:00
parent 7cbc44b8d3
commit aa693fbdc1
3 changed files with 4 additions and 3 deletions

View file

@ -332,10 +332,10 @@ config_stepper oid=2 step_pin=PA4 dir_pin=PB7 min_stop_interval=0 invert_step=0
finalize_config crc=0
```
The test was last run on commit `add37023` with gcc version
The test was last run on commit `7cbc44b8` with gcc version
`arm-none-eabi-gcc (Fedora 7.1.0-5.fc27) 7.1.0`. The best single
stepper result is `SET ticks 44`, the best dual stepper result is `SET
ticks 47`, and the best three stepper result is `SET ticks 80`.
ticks 44`, and the best three stepper result is `SET ticks 74`.
### LPC176x step rate benchmark ###