Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 21 of 21) sorted by relevance

/scripts/tests/twister/test_data/boards/1_level/2_level/
A Dboard.yml4 vendor: zephyr
8 vendor: zephyr
12 vendor: zephyr
/scripts/tests/twister_blackbox/test_data/boards/others/dummy_board/
A Dboard.yml3 vendor: others
A Ddummy_board.yaml2 vendor: others
/scripts/schemas/
A Dshield-schema.yml20 vendor:
23 desc: Manufacturer/vendor of the shield
A Dboard-schema.yml9 # information like: name, vendor, socs, variants.
53 vendor:
A Dbuild-schema.yml116 vendor-specific:
A Dsoc-schema.yml79 vendor:
/scripts/west_commands/
A Dshields.py90 vendor=shield.vendor if hasattr(shield, 'vendor') else '',
A Dboards.py126 vendor=board.vendor,
/scripts/utils/
A Dboard_v1_to_v2.py44 def board_v1_to_v2(board_root, board, new_board, group, vendor, soc, variants): argument
72 "vendor": vendor,
212 args.vendor,
/scripts/
A Dlist_shields.py41 vendor: str | None = None
53 vendor=shield_data.get('vendor'),
A Dlist_boards.py102 vendor: str = None variable in Board
282 vendor=board.get('vendor'),
433 VENDOR='VENDOR;' + notfound(b.vendor),
A Dlist_hardware.py307 vendor=''
A Dcheckpatch.pl3153 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 Dplatform.py81 self.vendor = ""
137 self.vendor = board.vendor
A Dtestplan.py755 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 Dtest_filter.py227 def test_vendor(self, capfd, out_path, vendor, expected): argument
231 ['--vendor', vendor] + \
/scripts/schemas/twister/
A Dplatform-schema.yaml75 "vendor":
/scripts/west_commands/completion/
A Dwest-completion.fish309 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 Dedtlib.py2406 vendor, model = compat.split(',', 1)
2407 if vendor in self._vendor_prefixes:
2408 self.compat2vendor[compat] = self._vendor_prefixes[vendor]
/scripts/ci/
A Dcheck_compliance.py142 vendor, _ = line.split("\t", 2)
143 vendor_prefixes.add(vendor)

Completed in 37 milliseconds