Home
last modified time | relevance | path

Searched full:labels (Results 1 – 25 of 85) sorted by relevance

1234

/Zephyr-Core-3.6.0/.github/workflows/
Dissues-report-config.json4 "labels": ["bug", "priority: high"], array
9 "labels": ["bug", "priority: medium"], array
14 "labels": ["bug", "priority: low"], array
19 "labels": ["Enhancement"], array
24 "labels": ["Feature"], array
29 "labels": ["question"], array
34 "labels": ["Coverity"], array
Ddo_not_merge.yml9 if: ${{ contains(github.event.*.labels.*.name, 'DNM') ||
10 contains(github.event.*.labels.*.name, 'TSC') ||
11 contains(github.event.*.labels.*.name, 'Architecture Review') ||
12 contains(github.event.*.labels.*.name, 'dev-review') }}
Dmanifest.yml37 labels: 'manifest'
38 dnm-labels: 'DNM'
Dstale_issue.yml26 exempt-pr-labels: 'Blocked,In progress'
27 … exempt-issue-labels: 'In progress,Enhancement,Feature,Feature Request,RFC,Meta,Process,Coverity'
/Zephyr-Core-3.6.0/
DMAINTAINERS.yml32 # labels:
33 # List of GitHub labels to add to pull requests that modify the area.
89 # * The labels listed in 'labels' are automatically added to the pull
126 labels:
145 labels:
172 labels:
192 labels:
204 labels:
214 labels:
225 labels:
[all …]
/Zephyr-Core-3.6.0/scripts/
Dset_assignees.py65 labels = set()
81 labels = {'Trivial'}
102 labels.update(area.labels)
113 log(f"labels: {labels}")
160 # Set labels
161 if labels:
162 if len(labels) < 10:
163 for l in labels:
168 log(f"Too many labels to be applied")
246 if not area.labels:
[all …]
Dget_maintainer.py193 area.labels = area_dict.get("labels", [])
376 labels:
377 List of GitHub labels for the area. Empty if the area has no 'labels'
415 ", ".join(area.labels),
488 "labels", "description", "tests", "tags"}
513 "files-regex", "labels", "tags", "tests":
Ddump_bugs_pickle.py26 for lbl in issue.labels:
/Zephyr-Core-3.6.0/scripts/ci/stats/
Dmerged_prs.py47 labels = []
48 for label in pr.labels:
49 labels.append(label.name)
68 ('Trivial' in labels or 'Hotfix' in labels):
95 trivial = 'Trivial' in labels
96 hotfix = 'Hotfix' in labels
129 prj['labels'] = labels
/Zephyr-Core-3.6.0/samples/tfm_integration/psa_crypto/src/
Dutil_sformat.h23 /** Whether or not to add address labels to the output. */
25 /** The starting value for the address labels. */
31 * optional ascii equivalents and address labels.
/Zephyr-Core-3.6.0/subsys/storage/flash_map/
DKconfig39 bool "Access flash area labels at runtime"
42 at runtime. The available labels will also be displayed in the
/Zephyr-Core-3.6.0/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py66 labels:
67 A list with all labels pointing to the node, in the same order as the
68 labels appear, but with duplicates removed.
70 'label_1: label_2: node { ... };' gives 'labels' the value
96 self.labels: List[str] = []
177 s = "".join(label + ": " for label in self.labels)
272 Data labels in the property value do not influence the type.
274 labels:
275 A list with all labels pointing to the property, in the same order as the
276 labels appear, but with duplicates removed.
[all …]
/Zephyr-Core-3.6.0/doc/_extensions/zephyr/
Dgh_utils.py122 labels already pre-filled with useful information.
143 labels = quote("area: Documentation")
146 labels += "," + ",".join([label for area in areas for label in area.labels])
164 return f"{app.config.gh_link_base_url}/issues/new?title={title}&labels={labels}&body={body}"
/Zephyr-Core-3.6.0/doc/_static/css/
Dgcs.css75 .gs-webResult div.gs-per-result-labels {
81 .gs-webResult div.gs-per-result-labels span {
85 .gs-webResult div.gs-per-result-labels a.gs-label {
/Zephyr-Core-3.6.0/dts/bindings/pwm/
Dinfineon,xmc4xxx-ccu4-pwm.yaml7 The are four CCU4 modules with dts node labels:
47 The CCU4 pinctrl nodes have a node labels in the format
/Zephyr-Core-3.6.0/doc/services/storage/flash_map/
Dflash_map.rst45 DTS node label using :c:macro:`FIXED_PARTITION_ID()`; these labels are obtained
68 ``scratch_partition`` node labels are defined for MCUboot, though not all MCUboot
81 All :c:macro:`FIXED_PARTITION_` macros take DTS node labels as partition
/Zephyr-Core-3.6.0/samples/modules/tflite-micro/magic_wand/train/
Ddata_load.py86 labels = np.zeros(length)
92 labels[padded_num * idx + num] = self.label2id[label]
95 (features, labels.astype("int32")))
/Zephyr-Core-3.6.0/doc/project/
Ddev_env_and_tools.rst64 Categories/Labels
250 GitHub **labels** to classify and organize these issues and PRs by area, type,
254 Issues and PRs often have multiple labels assigned,
256 When reviewing a PR, if it has missing or incorrect labels, maintainers shall
262 These are the labels we currently have, grouped by applicability:
264 Labels applicable to issues only
313 Labels applicable to pull requests only
350 For all labels applicable to PRs: Please note that the label, together with
355 Labels applicable to both pull requests and issues
/Zephyr-Core-3.6.0/.github/ISSUE_TEMPLATE/
D004_feature_request.md5 labels: Feature Request
D002_enhancement.md5 labels: Enhancement
D008_bin-blobs.md5 labels: TSC
D006_nomination.md5 labels: Role Nomination
D003_rfc-proposal.md5 labels: RFC
/Zephyr-Core-3.6.0/doc/build/dts/
Dintro-syntax-structure.rst49 .. _dt-node-labels:
51 Nodes can be assigned *node labels*, which are unique shorthands that refer to
53 ``subnode_nodelabel``. A node can have zero, one, or multiple node labels. You
54 can use node labels to refer to the node elsewhere in the devicetree.
308 which is distinct from the standard :ref:`node label <dt-node-labels>`.
400 <dt-node-labels>`. Here is an example devicetree fragment:
438 There are two additional ways beyond :ref:`node labels <dt-node-labels>` to
/Zephyr-Core-3.6.0/boards/shields/mikroe_mcp2518fd_click/doc/
Dindex.rst19 a `mikrobus_spi` and `mikrobus_header` node labels

1234