We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf195a3 commit 0a9360dCopy full SHA for 0a9360d
builder/frameworks/espidf.py
@@ -284,6 +284,8 @@ def populate_idf_env_vars(idf_env):
284
if board.get("build.esp-idf.overwrite_managed_components", "yes") == "yes":
285
idf_env["IDF_COMPONENT_OVERWRITE_MANAGED_COMPONENTS"] = "1"
286
287
+ idf_env["ESP_ROM_ELF_DIR"] = platform.get_package_dir("tool-esp-rom-elfs")
288
+
289
290
def get_target_config(project_configs, target_index, cmake_api_reply_dir):
291
target_json = project_configs.get("targets")[target_index].get("jsonFile", "")
0 commit comments