Skip to content

Commit

Permalink
Update changelog and readme with list-ports command
Browse files Browse the repository at this point in the history
  • Loading branch information
AVee committed Feb 11, 2025
1 parent 30eca8b commit d8a08d0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
Add list-ports command to list available serial ports.

### Changed

Expand Down
10 changes: 6 additions & 4 deletions cargo-espflash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,27 +54,29 @@ OPENSSL_NO_VENDOR=1 cargo install cargo-espflash
```text
Cargo subcommand for flashing Espressif devices
Usage: cargo espflash <COMMAND>
Usage: cargo espflash [OPTIONS] <COMMAND>
Commands:
board-info Print information about a connected target device
checksum-md5 Calculate the MD5 checksum of the given region
completions Generate completions for the given shell
erase-flash Erase Flash entirely
erase-parts Erase specified partitions
erase-region Erase specified region
flash Flash an application in ELF format to a target device
hold-in-reset Hold the target device in reset
list-ports List serial ports available for flashing
monitor Open the serial monitor without flashing the connected target device
partition-table Convert partition tables between CSV and binary format
read-flash Read SPI flash content
reset Reset the target device
save-image Generate a binary application image and save it to a local disk
checksum-md5 Calculate the MD5 checksum of the given region
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
-S, --skip-update-check Do not check for updates
-h, --help Print help
-V, --version Print version
```

### Permissions on Linux
Expand Down
10 changes: 6 additions & 4 deletions espflash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,30 @@ cargo binstall espflash
```text
A command-line tool for flashing Espressif devices
Usage: espflash <COMMAND>
Usage: espflash [OPTIONS] <COMMAND>
Commands:
board-info Print information about a connected target device
checksum-md5 Calculate the MD5 checksum of the given region
completions Generate completions for the given shell
erase-flash Erase Flash entirely
erase-parts Erase specified partitions
erase-region Erase specified region
flash Flash an application in ELF format to a connected target device
hold-in-reset Hold the target device in reset
list-ports List serial ports available for flashing
monitor Open the serial monitor without flashing the connected target device
partition-table Convert partition tables between CSV and binary format
read-flash Read SPI flash content
reset Reset the target device
save-image Generate a binary application image and save it to a local disk
write-bin Write a binary file to a specific address in a target device's flash
checksum-md5 Calculate the MD5 checksum of the given region
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
-S, --skip-update-check Do not check for updates
-h, --help Print help
-V, --version Print version
```

### Permissions on Linux
Expand Down

0 comments on commit d8a08d0

Please sign in to comment.