Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwasp committed Aug 28, 2023
2 parents 090389e + acaf56f commit 1718730
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ def configure_default_packages(self, variables, targets):
self.packages["tool-gperf"]["optional"] = False

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

Expand Down

0 comments on commit 1718730

Please sign in to comment.