aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-11-25 00:25:57 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-11-25 19:30:31 -0500
commit8f6efe5a7b8a830b6cd17b7c378fc4f2fa92f069 (patch)
tree38e190a9bf069c5c2690d33cda1aa41c35db6abf /docs
parentf76cb92b15afbb5022696bf20c7a0172e3c6f834 (diff)
downloadkutter-8f6efe5a7b8a830b6cd17b7c378fc4f2fa92f069.tar.gz
kutter-8f6efe5a7b8a830b6cd17b7c378fc4f2fa92f069.tar.xz
kutter-8f6efe5a7b8a830b6cd17b7c378fc4f2fa92f069.zip
stm32: Enable chipid as usb serial number
Signed-off-by: Matt Baker <baker.matt.j@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Config_Changes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index f2a5c3c9..7b53b194 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -6,9 +6,9 @@ All dates in this document are approximate.
# Changes
-20191121: The USB name has changed on lpc176x. It now uses the unique
-chip id by default. Update the "serial" setting in the "mcu" config
-section accordingly.
+20191124: The USB names have changed on lpc176x and stm32. They now
+use the unique chip id by default. Update the "serial" setting in the
+"mcu" config section accordingly.
20191121: The pressure_advance_lookahead_time parameter has been
removed. See example.cfg for alternate configuration settings.