kopia lustrzana https://github.com/stlink-org/stlink
Removing env. var. STLINK_DEVICE from docs
In #1210 from codebase was removed functionality to specify ST-LINK by environment variable. This still mentioned in documentation, so I updated it.pull/1210/head
rodzic
b519c63e50
commit
1e7d89fc13
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -19,8 +19,6 @@ option, the default \f[B]4242\f[R] port will be used.
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue