We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8340ea2 commit 131e0faCopy full SHA for 131e0fa
targets/TARGET_Cypress/scripts/PSOC6.py
@@ -369,10 +369,10 @@ def parse_args():
369
"--boot-scheme", help="the boot scheme."
370
)
371
sign_subcommand.add_argument(
372
- "--cm0-img-id", help="the Cortex-M0 image ID."
+ "--cm0-img-id", type=int, help="the Cortex-M0 image ID."
373
374
375
- "--cm4-img-id", help="the Cortex-M4 image ID."
+ "--cm4-img-id", type=int, help="the Cortex-M4 image ID."
376
377
378
"--elf", required=True, help="the application ELF file."
0 commit comments