diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-04 12:12:12 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-11 10:57:24 -0400 |
commit | aa693fbdc16da14fda92f60585b4091e0d060110 (patch) | |
tree | bbc54afb978c61485414785fb185f29a8d5ce62d /docs/Debugging.md | |
parent | 7cbc44b8d3bb13bb32b8d9069e262483578cf82f (diff) | |
download | kutter-aa693fbdc16da14fda92f60585b4091e0d060110.tar.gz kutter-aa693fbdc16da14fda92f60585b4091e0d060110.tar.xz kutter-aa693fbdc16da14fda92f60585b4091e0d060110.zip |
docs: Updates to stm32f103 benchmarks
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Debugging.md')
-rwxr-xr-x | docs/Debugging.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index 054a687e..baa0aa7b 100755 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -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 ### |