Searched refs:vendor (Results 1 – 21 of 21) sorted by relevance
/scripts/tests/twister/test_data/boards/1_level/2_level/ |
A D | board.yml | 4 vendor: zephyr 8 vendor: zephyr 12 vendor: zephyr
|
/scripts/tests/twister_blackbox/test_data/boards/others/dummy_board/ |
A D | board.yml | 3 vendor: others
|
A D | dummy_board.yaml | 2 vendor: others
|
/scripts/schemas/ |
A D | shield-schema.yml | 20 vendor: 23 desc: Manufacturer/vendor of the shield
|
A D | board-schema.yml | 9 # information like: name, vendor, socs, variants. 53 vendor:
|
A D | build-schema.yml | 116 vendor-specific:
|
A D | soc-schema.yml | 79 vendor:
|
/scripts/west_commands/ |
A D | shields.py | 90 vendor=shield.vendor if hasattr(shield, 'vendor') else '',
|
A D | boards.py | 126 vendor=board.vendor,
|
/scripts/utils/ |
A D | board_v1_to_v2.py | 44 def board_v1_to_v2(board_root, board, new_board, group, vendor, soc, variants): argument 72 "vendor": vendor, 212 args.vendor,
|
/scripts/ |
A D | list_shields.py | 41 vendor: str | None = None 53 vendor=shield_data.get('vendor'),
|
A D | list_boards.py | 102 vendor: str = None variable in Board 282 vendor=board.get('vendor'), 433 VENDOR='VENDOR;' + notfound(b.vendor),
|
A D | list_hardware.py | 307 vendor=''
|
A D | checkpatch.pl | 3153 my $vendor = $1; 3154 `grep -Eq "^$vendor\\b" $vp_file`; 3157 … "DT compatible string vendor \"$vendor\" appears un-documented -- check $vp_file\n" . $herecurr);
|
/scripts/pylib/twister/twisterlib/ |
A D | platform.py | 81 self.vendor = "" 137 self.vendor = board.vendor
|
A D | testplan.py | 755 vendor_filter = self.options.vendor 809 platforms = list(filter(lambda p: p.vendor in vendor_filter, self.platforms)) 963 if ts.vendor_allow and plat.vendor not in ts.vendor_allow: 969 if ts.vendor_exclude and plat.vendor in ts.vendor_exclude: 1187 lambda inst: inst.platform.vendor not in vendor_filter,
|
/scripts/tests/twister_blackbox/ |
A D | test_filter.py | 227 def test_vendor(self, capfd, out_path, vendor, expected): argument 231 ['--vendor', vendor] + \
|
/scripts/schemas/twister/ |
A D | platform-schema.yaml | 75 "vendor":
|
/scripts/west_commands/completion/ |
A D | west-completion.fish | 309 set -l boards (west boards --format="{name}|{qualifiers}|{vendor}" 2> /dev/null) 319 set -l vendor $split_b[3] 321 if test $vendor != "None" 323 printf "%s\t%s\n" $name/$qualifier $vendor >> $cache_file
|
/scripts/dts/python-devicetree/src/devicetree/ |
A D | edtlib.py | 2406 vendor, model = compat.split(',', 1) 2407 if vendor in self._vendor_prefixes: 2408 self.compat2vendor[compat] = self._vendor_prefixes[vendor]
|
/scripts/ci/ |
A D | check_compliance.py | 142 vendor, _ = line.split("\t", 2) 143 vendor_prefixes.add(vendor)
|
Completed in 37 milliseconds