Skip to content

Commit 844f108

Browse files
authored
Update espidf.py for C5
1 parent bec6f5c commit 844f108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1936,7 +1936,7 @@ def _skip_prj_source_files(node):
19361936
(
19371937
board.get(
19381938
"upload.bootloader_offset",
1939-
"0x1000" if mcu in ["esp32", "esp32s2"] else ("0x2000" if mcu in ["esp32p4"] else "0x0"),
1939+
"0x1000" if mcu in ["esp32", "esp32s2"] else ("0x2000" if mcu in ["esp32p4","esp32c5"] else "0x0"),
19401940
),
19411941
os.path.join("$BUILD_DIR", "bootloader.bin"),
19421942
),

0 commit comments

Comments
 (0)