aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Overview.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-08-08 20:36:07 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-08-08 20:47:04 -0400
commit3f59c3dd48d80ac9ee6131658bb50b28f2932d5a (patch)
tree640f0b50d5a90e56a901724a292d212ff91a482b /docs/Overview.md
parent5fb1c76c0e8c1f6696e5723bc5e73366ebe3296b (diff)
downloadkutter-3f59c3dd48d80ac9ee6131658bb50b28f2932d5a.tar.gz
kutter-3f59c3dd48d80ac9ee6131658bb50b28f2932d5a.tar.xz
kutter-3f59c3dd48d80ac9ee6131658bb50b28f2932d5a.zip
docs: Add a Bootloaders.md document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r--docs/Overview.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Overview.md b/docs/Overview.md
index 3174002e..df3ee9a8 100644
--- a/docs/Overview.md
+++ b/docs/Overview.md
@@ -38,4 +38,5 @@ 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.
+Klipper. See [bootloaders](Bootloaders.md) for developer information
+on micro-controller flashing.