diff --git a/CHANGELOG.md b/CHANGELOG.md index e881b44fc..020e7e26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + ### Added +- Add serial number to `list-ports` output for easier device identification (#998) - eFuse write support (#962) - esp32p4rc1 support for esp32p4 chips with revision < 3.0 (#922) - Support for binaries with INIT_ARRAY sections, which is needed for esp32p4 support. (#991) diff --git a/espflash/src/cli/mod.rs b/espflash/src/cli/mod.rs index 633e860d1..56f2e8159 100644 --- a/espflash/src/cli/mod.rs +++ b/espflash/src/cli/mod.rs @@ -546,12 +546,13 @@ pub fn list_ports(args: &ListPortsArgs, config: &PortConfig) -> Result<()> { } SerialPortType::UsbPort(p) => { println!( - "{0: