diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-06-07 11:43:19 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-06-12 11:25:57 -0400 |
commit | ea4f6d6a77567e9277f775cdb50375fd3e6a25d4 (patch) | |
tree | 0e4ff0b0dd03d3de11b5244d6243258accac8ad2 /docs/Config_Changes.md | |
parent | c30e5f847cb1c1f30376a3282cd03c77da364cff (diff) | |
download | kutter-ea4f6d6a77567e9277f775cdb50375fd3e6a25d4.tar.gz kutter-ea4f6d6a77567e9277f775cdb50375fd3e6a25d4.tar.xz kutter-ea4f6d6a77567e9277f775cdb50375fd3e6a25d4.zip |
rp2040: Implement workaround for USB errata "rp2040-e5"
The rp2040 USB may not connect after a reset. Implementation the
recommended workaround.
Signed-off-by: Lasse Dalegaard <dalegaard@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index ca97a6cc..6961cbde 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,12 @@ All dates in this document are approximate. ## Changes +20220612: The rp2040 micro-controller now has a workaround for the +"rp2040-e5" USB errata. This should make initial USB connections more +reliable. However, it may result in a change in behavior for the +gpio15 pin. It is unlikely the gpio15 behavior change will be +noticeable. + 20220407: The temperature_fan `pid_integral_max` config option has been removed (it was deprecated on 20210612). |