| /scripts/pylib/twister/twisterlib/ |
| A D | environment.py | 169 help="Run integration tests") 173 help="Only build and run emulation platforms") 364 help="Only run cmake, do not build or run.") 425 help="Serial device baud rate (default 115200)") 524 help="With footprint comparison to a baseline, " 533 help="With footprint comparison to a baseline, " 559 help="""Force testing on selected platforms, 639 help="Output directory for logs and binaries. " 672 help="Vendor filter for testing") 723 help="""Create a report with a custom name. [all …]
|
| /scripts/pylib/pytest-twister-harness/src/twister_harness/ |
| A D | plugin.py | 27 help='Activate Twister harness plugin.' 45 help='Set timeout for device flashing (in seconds).' 50 help='Directory with built application.' 55 help='Choose type of device (hardware, qemu, etc.).' 69 help='Serial device baud rate (default 115200).' 78 help='Use the specified west runner params.' 90 help='Script for controlling pseudoterminal.' 95 help='Flash device before attaching to serial port' 101 help='Extend parameters for west flash. ' 113 help='Script executed after flashing.' [all …]
|
| /scripts/ |
| A D | west-commands.yml | 7 help: output shell completion scripts 22 help: compile a Zephyr application 27 help: west twister wrapper 48 help: interactively debug a board 51 help: open an rtt shell 61 help: create SPDX bill of materials 66 help: work with binary blobs 71 help: work with Binary Descriptors 81 help: simulate board 86 help: manage Zephyr SDK [all …]
|
| A D | get_maintainer.py | 73 help="List area(s) for paths") 78 help="Path to list areas for") 83 help="List area(s) for commit range") 93 help="List files in areas") 105 help="List areas and maintainers") 116 help="Exclude areas that have maintainers") 120 help="Exclude areas that have collaborators") 131 help="Limit to files under PATH") 141 help="Count the number of areas") 151 help="Count the number of unique maintainers") [all …]
|
| /scripts/west_commands/runners/ |
| A D | esp32.py | 46 help='path to ESP-IDF') 49 help='bootloader load address') 51 help='partition table load address') 53 help='application load address') 55 help='serial port to flash') 57 help='serial baud rate, default 921600') 59 help='serial monitor baud rate, default 115200') 61 help='flash size, default "detect"') 63 help='flash frequency, default "40m"') 65 help='flash mode, default "dio"') [all …]
|
| A D | intel_cyclonev.py | 115 help='''Command to run before calling init; 121 help='''Command to run before flashing; 124 help='''Command to load/flash binary 127 help='''Command to verify flashed binary''') 129 help='''Command to run after verification; 132 help='if given, verify after flash') 138 help='if given, GDB uses -tui') 140 help='openocd TCL port, defaults to 6333') 143 help='openocd telnet port, defaults to 4444') 145 help='openocd gdb port, defaults to 3333') [all …]
|
| A D | openocd.py | 146 help='''Command to run before calling init; 152 help='''Command to run before flashing; 157 help='''Command to load/flash binary 160 help='''Command to verify flashed binary''') 162 help='''Command to run after verification; 165 help='if given, verify after flash') 171 help='if given, GDB uses -tui') 173 help='openocd TCL port, defaults to 6333') 178 help='openocd gdb port, defaults to 3333') 183 help='if given, add GDB init commands') [all …]
|
| A D | gd32isp.py | 40 help='device part number') 44 help='path to gd32 isp console program') 46 help='serial port to use, default is ' + 49 help='serial port speed to use, default is ' + 52 help='flash address, default is ' +
|
| A D | stm32flash.py | 50 help='serial port to flash, default \'' + DEFAULT_DEVICE + '\'') 54 help='erase / get device info / start execution / write flash') 60 help='serial baud rate, default \'57600\'') 63 help='force the binary parser') 66 help='specify start address for write operation, default \'0\'') 69 help='start execution at specified address, default \'0\' \ 73 help='serial port mode, default \'8e1\'') 76 help='verify writes, default False')
|
| A D | rfp.py | 76 '--rfp-cli', default=RFP_CLI_EXE, help='path to rfp-cli, default is rfp-cli' 81 help='serial port to use, default is ' + str(DEFAULT_RFP_PORT), 85 help='emulator hardware to use (e2, e2l, jlink) when port is not set', 89 help='selects the communications interface (uart, swd)', 91 parser.add_argument('--device', help='Specify the device type to pass to rfp-cli') 92 parser.add_argument('--verify', action='store_true', help='if given, verify after flash') 93 parser.add_argument('--speed', help='Specify the serial port speed')
|
| A D | xsdb.py | 41 parser.add_argument('--config', help='if given, override default config file') 42 parser.add_argument('--bitstream', help='path to the bitstream file') 43 parser.add_argument('--fsbl', help='path to the fsbl elf file') 44 parser.add_argument('--pdi', help='path to the base/boot pdi file') 45 parser.add_argument('--bl31', help='path to the bl31(ATF) elf file') 46 parser.add_argument('--system-dtb', help='path to the system.dtb file')
|
| /scripts/dts/ |
| A D | gen_edt.py | 68 parser.add_argument("--dts", required=True, help="DTS file") 70 help="'dtc' devicetree compiler flags, some of which " 73 help="directory with bindings in YAML format, " 76 help="directory to be used as reference for generated " 79 help="path to write merged DTS source code to (e.g. " 82 help="path to write pickled edtlib.EDT object to", required=True) 84 help="vendor-prefixes.txt path; used for validation; " 87 help="if set, edtlib-specific warnings become errors. "
|
| /scripts/west_commands/ |
| A D | spdx.py | 31 help=self.help, 37 help="initialize CMake file-based API") 39 help="build directory") 41 help="namespace prefix") 43 help="SPDX output directory") 46 help="SPDX specification version to use (default: 2.3)") 48 help="also analyze included header files") 50 help="also generate SPDX document for SDK")
|
| A D | bindesc.py | 111 help=self.help, 117 dump_parser.add_argument('file', type=str, help='Executable file') 120 help='Target CPU is big endian') 125 search_parser.add_argument('file', type=str, help='Executable file') 127 help='File type') 129 help='Target CPU is big endian') 135 help='Descriptor type') 139 help='File type') 141 help='Target CPU is big endian') 151 help='File type') [all …]
|
| A D | packages.py | 36 help=self.help, 58 help="Zephyr module to run the 'packages' command for. " 68 help="select a manager.", 74 help="manage pip packages", 91 help="Install pip requirements instead of listing them. " 101 help="Ignore the virtual environment check. "
|
| A D | patch.py | 50 help=self.help, 106 help=f""" 115 help=f""" 124 help="West workspace", 134 help=""" 145 help=""" 160 help="Apply patches", 180 help="Clean patches", 218 help="Github repository", 236 help="Module path", [all …]
|
| /scripts/logging/dictionary/ |
| A D | log_parser_uart.py | 25 argparser.add_argument("dbfile", help="Dictionary Logging Database file") 26 argparser.add_argument("serialPort", help="Port where the logs are generated") 27 argparser.add_argument("baudrate", help="Serial Port baud rate") 29 help="Print extra debugging information")
|
| A D | live_log_parser.py | 85 parser.add_argument("dbfile", help="Dictionary Logging Database file") 86 parser.add_argument("--debug", action="store_true", help="Print extra debugging information") 89 subparsers = parser.add_subparsers(dest="mode", required=True, help="Input source mode") 92 serial_parser = subparsers.add_parser("serial", help="Read from serial port") 93 serial_parser.add_argument("port", help="Serial port") 94 serial_parser.add_argument("baudrate", type=int, help="Baudrate") 97 file_parser = subparsers.add_parser("file", help="Read from file") 99 "filepath", nargs="?", default=None, help="Input file path, leave empty for stdin"
|
| A D | log_parser.py | 33 argparser.add_argument("dbfile", help="Dictionary Logging Database file") 34 argparser.add_argument("logfile", help="Log Data file") 36 help="Log Data file is in hexadecimal strings") 38 help="Log file only contains hexadecimal log data") 40 help="Print extra debugging information")
|
| /scripts/ci/ |
| A D | upload_test_results_es.py | 308 parser.add_argument('-y','--dry-run', action="store_true", help='Dry run.') 309 parser.add_argument('-c','--create-index', action="store_true", help='Create index.') 311 help='JSON map file with Elasticsearch index structure and data types.') 313 help='Elasticsearch index to push to.') 314 parser.add_argument('-r', '--run-date', help='Run date in ISO format', required=False) 317 help="Flatten one of the test suite's properties:\n" 351 help="Don't store these properties in the Elasticsearch index.") 353 help="Source workflow identificator, e.g. the workflow short name " 356 help="Source branch identificator.") 358 help="unique run-id (e.g. from github.run_id context)") [all …]
|
| /scripts/build/ |
| A D | gen_cfb_font_header.py | 212 help="Zephyr base directory") 216 help="dump generated CFB font elements as images for preview") 221 help="TrueType/OpenType file or image input file") 224 help="Input file type (default: %(default)s)") 229 help="TrueType/OpenType font size in points (default: %(default)s)") 234 help="CFB font header file (default: stdout)") 240 help="width of the CFB font elements in pixels") 243 help="height of the CFB font elements in pixels") 246 help="name of the CFB font entry (default: %(default)s)") 255 help="center character glyphs horizontally") [all …]
|
| A D | gen_iter_sections.py | 52 parser.add_argument("-i", "--input", required=True, help="Path to input list of tags") 53 parser.add_argument("-a", "--alignment", required=True, help="Iterable section alignment") 54 parser.add_argument("-t", "--tag", required=True, help="Tag to generate iterable sections for") 55 parser.add_argument("-l", "--ld-output", required=True, help="Path to output linker file") 57 "-c", "--cmake-output", required=True, help="Path to CMake linker script inclusion file"
|
| A D | file2hex.py | 29 parser.add_argument("-f", "--file", required=True, help="Input file") 31 help="Byte offset in the input file") 33 help="""Length in bytes to read from the input file. 36 help="Output format: 'list' (default) or 'literal' (string literal)") 38 help="Compress the file using gzip before output") 41 help="""mtime seconds in the gzip header.
|
| A D | gen_kobject_placeholders.py | 114 help="Points to kobject_prebuilt_hash.c.obj") 116 help="Output directory (<build_dir>/include/generated)") 118 help="Multiplier to the size of reserved space for DATA region") 120 help="Extra bytes to reserve for RODATA region") 122 help="Verbose messages")
|
| /scripts/utils/ |
| A D | ntc_thermistor_table.py | 67 "-r25", type=float, required=True, help="Nominal resistance of thermistor" 70 "-b", "--beta", type=float, required=True, help="Beta(25/85) value" 77 help="Generated table interval", 84 help="First temperature", 91 help="Final temperature",
|