diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-08 20:36:07 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-08 20:47:04 -0400 |
commit | 3f59c3dd48d80ac9ee6131658bb50b28f2932d5a (patch) | |
tree | 640f0b50d5a90e56a901724a292d212ff91a482b /docs/Overview.md | |
parent | 5fb1c76c0e8c1f6696e5723bc5e73366ebe3296b (diff) | |
download | kutter-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.md | 3 |
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. |