diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-11-25 00:25:57 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-11-25 19:30:31 -0500 |
commit | 8f6efe5a7b8a830b6cd17b7c378fc4f2fa92f069 (patch) | |
tree | 38e190a9bf069c5c2690d33cda1aa41c35db6abf /docs/Config_Changes.md | |
parent | f76cb92b15afbb5022696bf20c7a0172e3c6f834 (diff) | |
download | kutter-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/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 6 |
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. |