Files
esp-idf/docs/en/api-guides
Vojtech Piroch 6e0fc71aed fix(tools): Detect serial port matching the project target
Auto-detect used to pick the first Espressif device, even when it did
not match IDF_TARGET. With several boards attached, flash/monitor could
talk to the wrong chip.

Pass the project target into esptool so unmatched ports are skipped.
Resolve the port after ensure_build_directory() so the target is known.
For monitor on an unconfigured project, probe the connected chip and
pass it directly to idf_monitor without configuring the project.
2026-09-07 14:48:25 +02:00
..
2026-01-30 17:37:16 +08:00
2024-12-18 16:10:43 +01:00
2025-04-30 18:35:39 +08:00
2025-09-30 15:28:55 +02:00