@@ -47,7 +47,7 @@ cargo binstall espflash
4747## Usage
4848
4949``` text
50- A command-line tool for flashing Espressif devices
50+ A command-line tool for interacting with Espressif devices
5151
5252Usage: espflash [OPTIONS] <COMMAND>
5353
@@ -60,7 +60,7 @@ Commands:
6060 erase-region Erase specified region
6161 flash Flash an application in ELF format to a connected target device
6262 hold-in-reset Hold the target device in reset
63- list-ports List serial ports available for flashing
63+ list-ports List available serial ports
6464 monitor Open the serial monitor without flashing the connected target device
6565 partition-table Convert partition tables between CSV and binary format
6666 read-flash Read SPI flash content
@@ -120,7 +120,7 @@ With this configuration you can flash and monitor you application using `cargo r
120120` espflash ` can be used as a library in other applications:
121121
122122``` toml
123- espflash = { version = " 2.1 " , default-features = false }
123+ espflash = { version = " 3.3 " , default-features = false }
124124```
125125
126126or ` cargo add espflash --no-default-features `
@@ -189,8 +189,9 @@ You can have a local and/or a global configuration file:
189189 - See [ ` defmt ` section] of ` esp-println ` readme.
190190 - For a detailed guide on how to use ` defmt ` in the ` no_std ` ecosystem, see [ ` defmt ` project] of Embedded Rust (no_std) on Espressif book.
191191
192- [ `defmt` section ] : https://github.com/esp-rs/esp-println?tab=readme-ov-file#defmt
193- [ `defmt` project ] : https://esp-rs.github.io/no_std-training/03_6_defmt.html
192+ [ `defmt` ] : https://defmt.ferrous-systems.com/
193+ [ `defmt` section ] : https://github.com/esp-rs/esp-hal/tree/main/esp-println#defmt
194+ [ `defmt` project ] : https://docs.esp-rs.org/no_std-training/03_7_defmt.html
194195
195196## License
196197
0 commit comments