From a7d8943f3c54e178d055528af7bd00c23b117c03 Mon Sep 17 00:00:00 2001 From: "ninone.space" Date: Thu, 29 Jan 2026 02:04:07 +0100 Subject: [PATCH 1/3] feat: include serial number in list-ports output --- espflash/src/cli/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/espflash/src/cli/mod.rs b/espflash/src/cli/mod.rs index 633e860d1..5f896e9d8 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: Date: Thu, 29 Jan 2026 02:29:21 +0100 Subject: [PATCH 2/3] docs: add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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) From 57bd6c7eb1c87931c6c0125365ad23a4e874a386 Mon Sep 17 00:00:00 2001 From: Victor Fabrichenko Date: Thu, 29 Jan 2026 02:42:33 +0100 Subject: [PATCH 3/3] fix: change PID:VID -> VID:PID --- espflash/src/cli/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espflash/src/cli/mod.rs b/espflash/src/cli/mod.rs index 5f896e9d8..56f2e8159 100644 --- a/espflash/src/cli/mod.rs +++ b/espflash/src/cli/mod.rs @@ -546,7 +546,7 @@ pub fn list_ports(args: &ListPortsArgs, config: &PortConfig) -> Result<()> { } SerialPortType::UsbPort(p) => { println!( - "{0: