diff options
author | Lucio Tarantino <lucio.tarantino@gmail.com> | 2020-06-06 18:47:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 12:47:11 -0400 |
commit | b7699d374ab17e6054d0d83a9deb7be9e70dcdc8 (patch) | |
tree | c5f27d9402cdaf124814ab71891c70e6cd730c8b /docs | |
parent | 7912c39f9ed1601d3fcd230d3216ee8f1750c31a (diff) | |
download | kutter-b7699d374ab17e6054d0d83a9deb7be9e70dcdc8.tar.gz kutter-b7699d374ab17e6054d0d83a9deb7be9e70dcdc8.tar.xz kutter-b7699d374ab17e6054d0d83a9deb7be9e70dcdc8.zip |
linux: Ability to use multiple GPIO chips (#2935)
Signed-off-by: Lucio Tarantino <lucio.tarantino@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 2dd92d0d..3226b80e 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -5,6 +5,11 @@ document when upgrading the Klipper software. All dates in this document are approximate. # Changes +2020xxxx: The the GPIO name on linux_mcu has changed. It is now in the +`gpiochip<chipid>/gpio<gpio>`, for gpiochip0 you can also use a short +`gpio<gpio>`. +For example, what was previously referred to as `P20` now becomes +`gpio20` or `gpiochip0/gpio20`. 20200603: The default 16x4 LCD layout will no longer show the estimated time remaining in a print. (Only the elapsed time will be |