Skip to content

Commit 1718730

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 090389e + acaf56f commit 1718730

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platform.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ def configure_default_packages(self, variables, targets):
9999
self.packages["tool-gperf"]["optional"] = False
100100

101101
for name in disabled_pkgs:
102+
# OpenOCD should be available when debugging
103+
if name == "tool-openocd" and variables.get("build_type", "") == "debug":
104+
continue
102105
del self.packages[name]
103106
return super().configure_default_packages(variables, targets)
104107

0 commit comments

Comments
 (0)