diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-11-25 19:30:02 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-11-26 08:42:14 -0500 |
commit | 401f7a879cf80c744203a53aed17d05356ddc4fc (patch) | |
tree | 6107f4307b4857dcc5527871f6cd3931f88eaf29 /docs/Config_Changes.md | |
parent | d7ec5505a6b517e927c93b95b13480eb85e42740 (diff) | |
download | kutter-401f7a879cf80c744203a53aed17d05356ddc4fc.tar.gz kutter-401f7a879cf80c744203a53aed17d05356ddc4fc.tar.xz kutter-401f7a879cf80c744203a53aed17d05356ddc4fc.zip |
atsam: Enable chipid as usb serial number
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 fed5f79d..57cf4176 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,9 +6,9 @@ All dates in this document are approximate. # Changes -20191124: The USB names have changed on lpc176x, stm32, and atsamd. -They now use the unique chip id by default. Update the "serial" -setting in the "mcu" config section accordingly. +20191124: The USB names have changed on lpc176x, stm32, atsamd, and +atsam. 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. |