Skip to content

Commit fa7beed

Browse files
authored
add esp-rom-elfs
1 parent ba2dae6 commit fa7beed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

platform.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@ def configure_default_packages(self, variables, targets):
102102
if "espidf" in frameworks:
103103
self.packages["toolchain-esp32ulp"]["optional"] = False
104104
for p in self.packages:
105-
if p in ("tool-scons", "tool-cmake", "tool-ninja"):
105+
if p in (
106+
"tool-scons",
107+
"tool-cmake",
108+
"tool-ninja",
109+
"tool-esp-rom-elfs",
110+
):
106111
self.packages[p]["optional"] = False
107112
# elif p in ("tool-mconf", "tool-idf") and IS_WINDOWS:
108113
# self.packages[p]["optional"] = False

0 commit comments

Comments
 (0)