Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/utils/
Dmigrate_includes.py25 EXTENSIONS = ("c", "cpp", "h", "hpp", "dts", "dtsi", "rst", "S", "overlay", "ld") variable
30 if not p.is_file() or not p.suffix or p.suffix[1:] not in EXTENSIONS:
/Zephyr-latest/scripts/west_commands/
Dbindesc.py58 EXTENSIONS = ['bin', 'hex', 'elf', 'uf2'] variable in Bindesc
119 dump_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS, help='File type')
127 … search_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS, help='File type')
138 custom_search_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS,
149 get_offset_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS,
287 for extension in self.EXTENSIONS: