Searched refs:help (Results 1 – 15 of 15) sorted by relevance
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 124 help='Prompt for password to protect key') 127 help='{}'.format('One of: {}'.format(', '.join(keygens.keys())))) 129 @click.command(help='Generate pub/private keypair') 137 help='This option is deprecated. Please use the ' 142 help='Valid encodings: {}'.format(', '.join(valid_encodings))) 145 help='Specify the output file\'s name. \ 147 @click.command(help='Dump public key from keypair') 176 help='Valid encodings: {}. ' 182 help='Specify the output file\'s name. \ 184 @click.command(help='Dump the SHA256 hash of the public key') [all …]
|
/mcuboot-latest/ci/fih_test_docker/ |
D | validate_output.py | 28 parser.add_argument('filename', help='yaml file to process') 29 parser.add_argument('skip_size', help='instruction skip size') 31 help='fault injection hardening level')
|
D | damage_image.py | 112 …parser.add_argument("-i", "--in-file", required=True, help='The input image to be corrupted (read … 113 parser.add_argument("-o", "--out-file", required=True, help='the corrupted image') 118 help='Corrupt the image hash') 123 help='Corrupt the signature of the image')
|
D | generate_test_report.py | 39 parser.add_argument('filename', help='yaml file to process')
|
D | fi_tester_gdb.sh | 159 -h|--help)
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.serial_recovery | 17 help 32 help 42 help 53 help 72 help 80 help 89 help 95 help 104 help 112 help [all …]
|
D | Kconfig.firmware_loader | 12 help 19 help 27 help 34 help 41 help
|
D | Kconfig | 24 help 30 help 41 help 51 help 71 help 78 help 83 help 88 help 96 help 104 help [all …]
|
/mcuboot-latest/scripts/ |
D | assemble.py | 110 help='Directory of built bootloader') 112 help='Signed image file for primary image') 114 help='Signed image file for secondary image') 116 help='Filename to write full image to') 118 help='Zephyr base containing the Zephyr repository')
|
/mcuboot-latest/ci/ |
D | compare_versions.py | 30 parser.add_argument('--old', help='Version currently in use') 31 parser.add_argument('--new', help='New version to publish')
|
D | get_features.py | 25 parser.add_argument('infile', help='Input file to parse')
|
/mcuboot-latest/samples/zephyr/ |
D | Makefile | 90 help: target
|
/mcuboot-latest/docs/ |
D | imgtool.md | 97 -h, --help Show this message and exit.
|
D | readme-zephyr.md | 21 needed (see end of this help file for details on creating a scratch partition
|
D | release-notes.md | 393 - Add a `ptest` utility to help run the simulator in different
|