Skip to content

Commit ad5a86d

Browse files
authored
add esp-rom-elfs
1 parent 52114ca commit ad5a86d

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
@@ -106,7 +106,12 @@ def configure_default_packages(self, variables, targets):
106106
# packages for IDF and mixed Arduino+IDF projects
107107
if tl_flag and "espidf" in frameworks:
108108
for p in self.packages:
109-
if p in ("tool-scons", "tool-cmake", "tool-ninja"):
109+
if p in (
110+
"tool-scons",
111+
"tool-cmake",
112+
"tool-ninja",
113+
"tool-esp-rom-elfs",
114+
):
110115
self.packages[p]["optional"] = False
111116

112117
if "".join(targets) in ("upload", "buildfs", "uploadfs"):

0 commit comments

Comments
 (0)