Files
esp-idf/tools
Michael (XIAO Xufeng) b00cea250f idf_monitor: fix gdb issue opening large COM port on Windows
The GDB uses CreateFile to open COM port on Windows. However this
function requires COM path to be `\\.\COMx` to open COM port whose
number is larger than 10.

Replace the port name from `COM` to `\\.\COM` when on Windows to fix
this.
2020-02-17 07:39:21 +00:00
..
2020-02-13 15:51:42 +08:00
2016-11-03 18:41:00 +08:00
2019-10-09 12:25:48 +08:00