Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nuvoton/npcm/common/esiost/
Desiost.py16 from esiost_args import EsiostArgs, exit_with_failure
72 def _bt_mode_handler(esiost_args): argument
78 output_file = _set_input_and_output(esiost_args)
79 _check_chip(output_file, esiost_args)
81 _copy_image(output_file, esiost_args)
82 _set_anchor(output_file, esiost_args)
83 _set_firmware_load_start_address(output_file, esiost_args)
84 _set_firmware_entry_point(output_file, esiost_args)
85 _set_firmware_length(output_file, esiost_args)
86 _set_firmware_load_hash(output_file, esiost_args)
[all …]
/Zephyr-latest/
D.ruff-excludes.toml1355 "./soc/nuvoton/npcm/common/esiost/esiost_args.py" = [
1772 "./soc/nuvoton/npcm/common/esiost/esiost_args.py",