mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14344 from hugueskamba/hk_cmake_fix_psoc6_post_build
CMake: Fix PSOC6 post build scriptpull/14355/head
commit
1de9e3973d
|
@ -369,10 +369,10 @@ def parse_args():
|
|||
"--boot-scheme", help="the boot scheme."
|
||||
)
|
||||
sign_subcommand.add_argument(
|
||||
"--cm0-img-id", help="the Cortex-M0 image ID."
|
||||
"--cm0-img-id", type=int, help="the Cortex-M0 image ID."
|
||||
)
|
||||
sign_subcommand.add_argument(
|
||||
"--cm4-img-id", help="the Cortex-M4 image ID."
|
||||
"--cm4-img-id", type=int, help="the Cortex-M4 image ID."
|
||||
)
|
||||
sign_subcommand.add_argument(
|
||||
"--elf", required=True, help="the application ELF file."
|
||||
|
|
Loading…
Reference in New Issue