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/Overview.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/Overview.md')
-rw-r--r-- | docs/Overview.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 5d1e4136..7463741d 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -46,6 +46,7 @@ protocol between host and micro-controller. See also commands implemented in the micro-controller software. See [debugging](Debugging.md) for information on how to test and debug -Klipper. See [stm32f1](stm32f1.md) for information on the STM32F1 +Klipper. See [benchmarks](Benchmarks.md) for information on +benchmarking. See [stm32f1](stm32f1.md) for information on the STM32F1 micro-controller port. See [bootloaders](Bootloaders.md) for developer information on micro-controller flashing. |