File tree Expand file tree Collapse file tree 5 files changed +15
-19
lines changed Expand file tree Collapse file tree 5 files changed +15
-19
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-espflash"
3
- version = " 1.2 .0"
3
+ version = " 1.3 .0"
4
4
authors = [
5
5
" Robin Appelman <robin@icewind.nl>" ,
6
6
" Jesse Braham <jesse@beta7.io>" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $ cargo install cargo-espflash
15
15
## Usage
16
16
17
17
``` text
18
- cargo-espflash 1.2 .0
18
+ cargo-espflash 1.3 .0
19
19
20
20
USAGE:
21
21
cargo espflash [OPTIONS] [SERIAL] [SUBCOMMAND]
@@ -24,21 +24,17 @@ ARGS:
24
24
<SERIAL> Serial port connected to target device
25
25
26
26
OPTIONS:
27
- --board-info
28
- Display the connected board's information (deprecated, use the `board-info` subcommand
29
- instead)
30
-
31
27
--bootloader <BOOTLOADER>
32
28
Path to a binary (.bin) bootloader file
33
29
34
30
--example <EXAMPLE>
35
31
Example to build and flash
36
32
37
- --features <FEATURES>...
33
+ --features <FEATURES>
38
34
Comma delimited list of build features
39
35
40
36
--format <FORMAT>
41
- Image format to flash ( bootloader/ direct-boot)
37
+ Image format to flash [possible values: bootloader, direct-boot]
42
38
43
39
-h, --help
44
40
Print help information
@@ -67,10 +63,14 @@ OPTIONS:
67
63
-V, --version
68
64
Print version information
69
65
66
+ -Z <UNSTABLE>
67
+ Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
68
+
70
69
SUBCOMMANDS:
71
- board-info Display the connected board's information
70
+ board-info Display information about the connected board and exit without flashing
72
71
help Print this message or the help of the given subcommand(s)
73
72
save-image Save the image to disk instead of flashing to device
73
+
74
74
```
75
75
76
76
## Configuration
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " espflash"
3
- version = " 1.2 .0"
3
+ version = " 1.3 .0"
4
4
authors = [
5
5
" Robin Appelman <robin@icewind.nl>" ,
6
6
" Jesse Braham <jesse@beta7.io>" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $ cargo install espflash
15
15
## Usage
16
16
17
17
``` text
18
- espflash 1.2 .0
18
+ espflash 1.3 .0
19
19
20
20
USAGE:
21
21
espflash [OPTIONS] [ARGS] [SUBCOMMAND]
@@ -25,15 +25,11 @@ ARGS:
25
25
<IMAGE> ELF image to flash
26
26
27
27
OPTIONS:
28
- --board-info
29
- Display the connected board's information (deprecated, use the `board-info` subcommand
30
- instead)
31
-
32
28
--bootloader <BOOTLOADER>
33
29
Path to a binary (.bin) bootloader file
34
30
35
31
--format <FORMAT>
36
- Image format to flash
32
+ Image format to flash [possible values: bootloader, direct-boot]
37
33
38
34
-h, --help
39
35
Print help information
@@ -54,7 +50,7 @@ OPTIONS:
54
50
Print version information
55
51
56
52
SUBCOMMANDS:
57
- board-info Display the connected board's information
53
+ board-info Display information about the connected board and exit without flashing
58
54
help Print this message or the help of the given subcommand(s)
59
55
save-image Save the image to disk instead of flashing to device
60
56
```
You can’t perform that action at this time.
0 commit comments