Home
last modified time | relevance | path

Searched refs:ecst_args (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/nuvoton/npcx/common/ecst/
Decst.py19 from ecst_args import EcstArgs, exit_with_failure
126 def _bt_mode_handler(ecst_args): argument
132 output_file = _set_input_and_output(ecst_args)
133 _check_chip(output_file, ecst_args)
135 if ecst_args.paste_firmware_header != 0:
136 _check_firmware_header_offset(output_file, ecst_args)
138 _copy_image(output_file, ecst_args)
139 _set_anchor(output_file, ecst_args)
140 _set_extended_anchor(output_file, ecst_args)
141 _set_spi_flash_maximum_clock(output_file, ecst_args)
[all …]
/Zephyr-latest/
D.ruff-excludes.toml1364 "./soc/nuvoton/npcx/common/ecst/ecst_args.py" = [
1774 "./soc/nuvoton/npcx/common/ecst/ecst_args.py",