aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Overview.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-04-27 15:14:11 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-04-27 15:59:33 -0400
commitc1c0b2dd387670b168ed6ac229f512e3cab1820e (patch)
tree0624592873110d73d7d2183451a1fd395ad21669 /docs/Overview.md
parentd7a11119558834595dc527fb8d4d5c494745825c (diff)
downloadkutter-c1c0b2dd387670b168ed6ac229f512e3cab1820e.tar.gz
kutter-c1c0b2dd387670b168ed6ac229f512e3cab1820e.tar.xz
kutter-c1c0b2dd387670b168ed6ac229f512e3cab1820e.zip
docs: Avoid using "firmware" in the documentation
The term "firmware" is ambiguous - it could refer to the entire project (host and micro-controller software) or to just the micro-controller software. Avoid the term in the documentation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r--docs/Overview.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Overview.md b/docs/Overview.md
index da72f5f0..813cff6a 100644
--- a/docs/Overview.md
+++ b/docs/Overview.md
@@ -15,9 +15,9 @@ See [code overview](Code_Overview.md) for information on the structure
and layout of the Klipper code.
See [protocol](Protocol.md) for information on the messaging protocol
-between host and firmware. See also
-[firmware commands](Firmware_Commands.md) for a high-level description
-of common commands implemented in the firmware.
+between host and micro-controller. See also
+[MCU commands](MCU_Commands.md) for a description of low-level
+commands implemented in the micro-controller software.
See [debugging](Debugging.md) for information on how to test and debug
Klipper.