Skip to content

Commit 4a2567c

Browse files
authored
add c5 bootloader location to pioarduino script
1 parent bfe6f74 commit 4a2567c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pioarduino-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def add_tinyuf2_extra_image():
213213
LIBSOURCE_DIRS=[join(FRAMEWORK_DIR, "libraries")],
214214
FLASH_EXTRA_IMAGES=[
215215
(
216-
"0x1000" if build_mcu in ["esp32", "esp32s2"] else ("0x2000" if build_mcu in ["esp32p4"] else "0x0000"),
216+
"0x1000" if build_mcu in ["esp32", "esp32s2"] else ("0x2000" if build_mcu in ["esp32p4", "esp32c5"] else "0x0000"),
217217
get_bootloader_image(variants_dir),
218218
),
219219
("0x8000", join(env.subst("$BUILD_DIR"), "partitions.bin")),

0 commit comments

Comments
 (0)