Merge branch 'develop' into chipid_cleanup-common-c-refactor

pull/1220/head
nightwalker-87 2022-01-28 21:46:40 +01:00 zatwierdzone przez GitHub
commit 1ee98d76e9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
5 zmienionych plików z 4 dodań i 13 usunięć

Wyświetl plik

@ -20,8 +20,7 @@ You can use this instead of st-util(1) if you prefer, but remember to use the
Use hexadecimal format for the *ADDR* and *SIZE*.
The STLink device to use can be specified using the --serial parameter, or via
the environment variable STLINK_DEVICE on the format <USB_BUS>:<USB_ADDR>.
The STLink device to use can be specified using the --serial parameter.
# COMMANDS
@ -52,7 +51,7 @@ reset
: Enable ignore ending empty bytes optimization
\--serial *iSerial*
: TODO
: Serial number of ST-LINK device to use
\--flash=fsize
: Where fsize is the size in decimal, octal, or hex followed by an optional multiplier

Wyświetl plik

@ -15,9 +15,6 @@ st-info - Provides information about connected STLink and STM32 devices
Provides information about connected STLink programmers and STM32 devices:
Serial code, flash, page size, sram, chipid, description.
The STLink device to probe can be specified via the environment variable
STLINK_DEVICE on the format <USB_BUS>:<USB_ADDR>.
# OPTIONS
\--version

Wyświetl plik

@ -18,9 +18,6 @@ option, the default \f[B]4242\f[R] port will be used.
.PP
Stlink version 2 is used by default unless the option
\f[B]\[en]stlinkv1\f[R] is given.
.PP
The STLinkV2 device to use can be specified in the environment variable
STLINK_DEVICE on the format :.
.SH OPTIONS
.TP
.B \-h, \-\-help

Wyświetl plik

@ -17,8 +17,7 @@ Run the main binary of the local package (src/main.rs).
If a port number is not specified using the **--listen_port** option, the
default **4242** port will be used.
The STLink device to use can be specified using the --serial parameter, or via
the environment variable STLINK_DEVICE on the format <USB_BUS>:<USB_ADDR>.
The STLink device to use can be specified using the --serial parameter.
# OPTIONS

Wyświetl plik

@ -244,8 +244,7 @@ There are a few options:
Do not reset board on connection.
```
The STLink device to use can be specified using the --serial parameter, or via
the environment variable STLINK_DEVICE on the format <USB_BUS>:<USB_ADDR>.
The STLink device to use can be specified using the --serial parameter.
Then, in your project directory, someting like this...
(remember, you need to run an _ARM_ gdb, not an x86 gdb)