Document default value of bitmask

This commit is contained in:
Stefan Rueger
2023-05-29 14:00:06 +01:00
parent 8f1eb4aef6
commit ff5a178ca2
2 changed files with 12 additions and 11 deletions

View File

@@ -193,10 +193,10 @@
# ;
#
# If any of the above parameters are not specified, the default value
# of 0 is used for numerics (except for mcuid, hvupdi_variant and
# ocdrev, where the default value is -1, and for autobaud_sync which
# defaults to 0x30), or the empty string "" for string values. If a
# required parameter is left empty, AVRDUDE will complain. Almost all
# of 0 is used for numerics (except for mcuid, hvupdi_variant, ocdrev
# and bitmask, where the default value is -1, and for autobaud_sync
# which defaults to 0x30), or the empty string "" for string values. If
# a required parameter is left empty, AVRDUDE will complain. Almost all
# occurrences of numbers (with the exception of pin numbers and where
# they are separated by space, eg, in signature and readback) can also
# be given as simple expressions involving arithemtic and bitwise

View File

@@ -2835,13 +2835,14 @@ part
@noindent
If any of the above parameters are not specified, the default value of 0
is used for numerics (except for @code{mcuid}, @code{hvupdi_variant} and
@code{ocdrev}, where the default value is -1, and for @code{autobaud_sync}
which defaults to 0x30) or the empty string @code{""} for string values.
If a required parameter is left empty, AVRDUDE will complain. Almost all
occurrences of numbers (with the exception of pin numbers and where they
are separated by space, e.g., in signature and readback) can also be given
as simple expressions involving arithemtic and bitwise operators.
is used for numerics (except for @code{mcuid}, @code{hvupdi_variant},
@code{ocdrev} and @code{bitmask}, where the default value is -1, and for
@code{autobaud_sync} which defaults to 0x30) or the empty string @code{""}
for string values. If a required parameter is left empty, AVRDUDE will
complain. Almost all occurrences of numbers (with the exception of pin
numbers and where they are separated by space, e.g., in signature and
readback) can also be given as simple expressions involving arithemtic and
bitwise operators.
@menu
* Parent Part::