diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-28 09:47:10 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-28 09:52:06 -0400 |
commit | 312cabc3f7ccaa4a7011260b8f9484d0ee64f6ac (patch) | |
tree | c46694a5ffd0c65902e187ba8d11288096ae3a0d /docs/Features.md | |
parent | 907dd88ceb10229eb4eb4231465fd3e9ff31077f (diff) | |
download | kutter-312cabc3f7ccaa4a7011260b8f9484d0ee64f6ac.tar.gz kutter-312cabc3f7ccaa4a7011260b8f9484d0ee64f6ac.tar.xz kutter-312cabc3f7ccaa4a7011260b8f9484d0ee64f6ac.zip |
docs: Move benchmark information from Debugging.md to new Benchmarks.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rw-r--r-- | docs/Features.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Features.md b/docs/Features.md index 43a0cf89..f5facb9a 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -146,4 +146,5 @@ stepper stepping. On the SAMD21 and STM32F103 the highest step rate is with two simultaneous steppers stepping. On the SAM3X8E, SAM4S8C, SAM4E8E, LPC176x, and PRU the highest step rate is with three simultaneous steppers. On the SAMD51, the highest step rate is with -four simultaneous steppers. +four simultaneous steppers. (Further details on the benchmarks are +available in the [Benchmarks document](Benchmarks.md).) |