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 4a461f5 commit 168fa22Copy full SHA for 168fa22
builder/frameworks/ulp.py
@@ -80,6 +80,7 @@ def generate_ulp_config(target_config):
80
riscv_ulp_enabled = sdk_config.get("ESP32S2_ULP_COPROC_RISCV", False)
81
82
ulp_sources = collect_ulp_sources()
83
+ ulp_sources.sort()
84
cmd = (
85
os.path.join(platform.get_package_dir("tool-cmake"), "bin", "cmake"),
86
"-DCMAKE_GENERATOR=Ninja",
0 commit comments