aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Debugging.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-10-18 09:44:30 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-10-18 09:55:02 -0400
commit530a37196c447edf1ba619e4c95761dbd56cb582 (patch)
tree919658711f1daff4c9f43ddc4e4f18fdf126f8fb /docs/Debugging.md
parent8fca90844524993feb8f9dc7cfc4586ac86f2fb5 (diff)
downloadkutter-530a37196c447edf1ba619e4c95761dbd56cb582.tar.gz
kutter-530a37196c447edf1ba619e4c95761dbd56cb582.tar.xz
kutter-530a37196c447edf1ba619e4c95761dbd56cb582.zip
docs: Update LPC176x benchmarks
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Debugging.md')
-rwxr-xr-xdocs/Debugging.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md
index 66c16bd3..59f8d065 100755
--- a/docs/Debugging.md
+++ b/docs/Debugging.md
@@ -347,14 +347,14 @@ config_stepper oid=2 step_pin=P1.23 dir_pin=P1.18 min_stop_interval=0 invert_ste
finalize_config crc=0
```
-The test was last run on commit `c78b9076` with gcc version
+The test was last run on commit `8fca9084` with gcc version
`arm-none-eabi-gcc (Fedora 7.1.0-5.fc27) 7.1.0`. For the 100Mhz
-LPC1768, the best single stepper result is `SET ticks 136`, the best
-dual stepper result is `SET ticks 134`, and the best three stepper
-result is `SET ticks 195`. The 120Mhz LPC1769 results were obtained by
+LPC1768, the best single stepper result is `SET ticks 128`, the best
+dual stepper result is `SET ticks 118`, and the best three stepper
+result is `SET ticks 154`. The 120Mhz LPC1769 results were obtained by
overclocking an LPC1768 to 120Mhz - the best single stepper result is
-`SET ticks 155`, the best dual stepper result is `SET ticks 148`, and
-the best three stepper result is `SET ticks 195`.
+`SET ticks 148`, the best dual stepper result is `SET ticks 137`, and
+the best three stepper result is `SET ticks 154`.
### SAMD21 step rate benchmark ###