From e1464e6b4da322cb40104d4b1d6ad4e30f8ec413 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Wed, 29 Mar 2023 22:22:49 +0200 Subject: [PATCH] update terminal mode sck and parms documentation --- src/avrdude.1 | 23 ++++++----------------- src/doc/avrdude.texi | 16 ++++------------ 2 files changed, 10 insertions(+), 29 deletions(-) diff --git a/src/avrdude.1 b/src/avrdude.1 index 3503686c..9f6ea5da 100644 --- a/src/avrdude.1 +++ b/src/avrdude.1 @@ -1026,26 +1026,15 @@ by 1E3. Turn the programming oscillator off. .Em Supported on the STK500 and STK600 programmer. .It Ar sck period -.Em STK500 and STK600 programmer: Set the SCK clock period to .Ar period -microseconds. -.Em JTAG ICE: -Set the JTAG ICE bit clock period to -.Ar period -microseconds. -Note that unlike STK500 settings, this setting will be reverted to -its default value (approximately 1 microsecond) when the programming -software signs off from the JTAG ICE. -This parameter can also be used on the JTAG ICE mkII, JTAGICE3, and Atmel-ICE to specify the -ISP clock period when operating the ICE in ISP mode. +microseconds. Note that some official Microchip programmers stores the +bitclock setting and will continue to use it until a diferent value is +provided. See +.Em -B bitclock +for more information. .It Ar parms -.Em STK500 and STK600 programmer: -Display the current voltage and programming oscillator parameters. -.Em JTAG ICE: -Display the current target supply voltage and JTAG bit clock rate/period. -.Em Other programmers: -Display the programmer specific parameters. +Display programmer specific parameters. .El .Ss Default Parallel port pin connections (these can be changed, see the diff --git a/src/doc/avrdude.texi b/src/doc/avrdude.texi index 69aa273a..072bff28 100644 --- a/src/doc/avrdude.texi +++ b/src/doc/avrdude.texi @@ -1726,21 +1726,13 @@ multiplies by 1E6, a trailing letter @code{k} by 1E3. Turn the programming oscillator off. @item sck @var{period} -@emph{STK500 and STK600 only:} Set the SCK clock period to @var{period} microseconds. -@emph{JTAG ICE only:} -Set the JTAG ICE bit clock period to @var{period} microseconds. -Note that unlike STK500 settings, this setting will be reverted to -its default value (approximately 1 microsecond) when the programming -software signs off from the JTAG ICE. -This parameter can also be used on the JTAG ICE mkII/3 to specify the -ISP clock period when operating the ICE in ISP mode. +Note that some official Microchip programmers stores the bitclock setting and +will continue to use it until a diferent value is provided. See +@code{-B bitclock} for more information. @item parms -@emph{STK500 and STK600 only:} -Display the current voltage and programming oscillator parameters. -@emph{JTAG ICE only:} -Display the current target supply voltage and JTAG bit clock rate/period. +Display programmer specific parameters. @end table