Unverified Commit bc769fd3 authored by Jason2866's avatar Jason2866 Committed by GitHub

Implement `get_board_f_image ` (#9243)

* Implement `get_board_img_freq`

* rename  to `get_board_f_image`
parent 698b78a5
......@@ -102,7 +102,7 @@ def generate_bootloader_image(bootloader_elf):
'"$PYTHONEXE" "$OBJCOPY"',
"--chip", build_mcu, "elf2image",
"--flash_mode", "${__get_board_flash_mode(__env__)}",
"--flash_freq", "${__get_board_f_flash(__env__)}",
"--flash_freq", "${__get_board_f_image(__env__)}",
"--flash_size", board_config.get("upload.flash_size", "4MB"),
"-o", "$TARGET", "$SOURCES"
]), "Building $TARGET"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment