We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8017b40 commit 0fbba8cCopy full SHA for 0fbba8c
1 file changed
stm32CubeProg.sh
@@ -43,7 +43,7 @@ usage() {
43
Optional:
44
-r, --rts <low/high> polarity of RTS signal ('low' by default)
45
-d, --dtr <low/high> polarity of DTR signal
46
- --parity <none/even/odd> parity bit configuration ('even' by default)
+ -p, --parity <none/even/odd> parity bit configuration ('even' by default)
47
48
Specific options for DFU protocol:
49
Mandatory:
@@ -183,11 +183,8 @@ while true; do
183
VID=$2
184
shift 2
185
;;
186
- -p | --pid)
+ -p | --pid | --parity)
187
PID=$2
188
- shift 2
189
- ;;
190
- --parity)
191
PARITY=$(echo "$2" | tr '[:lower:]' '[:upper:]')
192
193
0 commit comments