Skip to content

Commit 5793caf

Browse files
authored
Update ulp.py for c5
1 parent 83df2f3 commit 5793caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/ulp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def prepare_ulp_env_vars(env):
3737

3838
toolchain_path = platform.get_package_dir(
3939
"toolchain-xtensa-esp-elf"
40-
if idf_variant not in ("esp32c6", "esp32p4")
40+
if idf_variant not in ("esp32c5","esp32c6", "esp32p4")
4141
else "toolchain-riscv32-esp"
4242
)
4343

0 commit comments

Comments
 (0)