Skip to content

Commit bc938bb

Browse files
authored
Update platform.py
1 parent 25b262e commit bc938bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ def configure_default_packages(self, variables, targets):
8181
# and RISC-V targets.
8282
for gdb_package in ("tool-xtensa-esp-elf-gdb", "tool-riscv32-esp-elf-gdb"):
8383
self.packages[gdb_package]["optional"] = False
84-
if IS_WINDOWS:
84+
# if IS_WINDOWS:
8585
# Note: On Windows GDB v12 is not able to
8686
# launch a GDB server in pipe mode while v11 works fine
87-
self.packages[gdb_package]["version"] = "~11.2.0"
87+
# self.packages[gdb_package]["version"] = "~11.2.0"
8888

8989
# Common packages for IDF and mixed Arduino+IDF projects
9090
if "espidf" in frameworks:

0 commit comments

Comments
 (0)