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 03b68fb commit 779721aCopy full SHA for 779721a
cargo-espflash/README.md
@@ -21,9 +21,11 @@ FLAGS:
21
-V, --version Prints version information
22
23
OPTIONS:
24
- --example <EXAMPLE> Example to build and flash
25
- --features <FEATURES> Comma delimited list of build features
26
- --speed <SPEED> Baud rate at which to flash target device
+ --bootloader <PATH> Path to a binary (.bin) bootloader file
+ --example <EXAMPLE> Example to build and flash
+ --features <FEATURES> Comma delimited list of build features
27
+ --partition-table <PATH> Path to a CSV file containing partition table
28
+ --speed <SPEED> Baud rate at which to flash target device
29
30
ARGS:
31
<SERIAL> Serial port connected to target device
0 commit comments