Home
last modified time | relevance | path

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

1234

/Zephyr-Core-3.7.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.yml38 labels: 'manifest'
39 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.7.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
123 labels:
142 labels:
165 labels:
185 labels:
205 labels:
215 labels:
226 labels:
[all …]
/Zephyr-Core-3.7.0/scripts/
Dset_assignees.py65 labels = set()
78 labels = {'size: XS'}
99 labels.update(area.labels)
110 log(f"labels: {labels}")
154 # Set labels
155 if labels:
156 if len(labels) < 10:
157 for l in labels:
162 log(f"Too many labels to be applied")
247 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"}
516 "files-regex", "labels", "tags", "tests":
Ddump_bugs_pickle.py26 for lbl in issue.labels:
/Zephyr-Core-3.7.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.7.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.7.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.7.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] = []
183 s = "".join(label + ": " for label in self.labels)
278 Data labels in the property value do not influence the type.
280 labels:
281 A list with all labels pointing to the property, in the same order as the
282 labels appear, but with duplicates removed.
[all …]
/Zephyr-Core-3.7.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.7.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.7.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.7.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.7.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 :code:`FIXED_PARTITION_*` macros take DTS node labels as partition
/Zephyr-Core-3.7.0/.github/ISSUE_TEMPLATE/
D002_enhancement.md5 labels: Enhancement
D004_feature_request.md5 labels: Feature Request
D008_bin-blobs.md5 labels: TSC
D006_nomination.md5 labels: Role Nomination
/Zephyr-Core-3.7.0/doc/project/
Ddev_env_and_tools.rst64 Categories/Labels
252 GitHub **labels** to classify and organize these issues and PRs by area, type,
256 Issues and PRs often have multiple labels assigned,
258 When reviewing a PR, if it has missing or incorrect labels, maintainers shall
264 These are the labels we currently have, grouped by applicability:
266 Labels applicable to issues only
312 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.7.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.7.0/boards/shields/mikroe_mcp2518fd_click/doc/
Dindex.rst19 a `mikrobus_spi` and `mikrobus_header` node labels
/Zephyr-Core-3.7.0/subsys/net/lib/dns/
Ddns_sd.c364 const char *labels[] = { in add_ptr_record() local
371 /* First, ensure that labels and full name are within spec */ in add_ptr_record()
428 for (i = 1; i < ARRAY_SIZE(labels); ++i) { in add_ptr_record()
429 label_size = strlen(labels[i]); in add_ptr_record()
430 buf[offset++] = strlen(labels[i]); in add_ptr_record()
431 memcpy(&buf[offset], labels[i], label_size); in add_ptr_record()
433 if (i == ARRAY_SIZE(labels) - 1) { in add_ptr_record()
1007 __ASSERT(DNS_SD_MIN_LABELS <= N, "invalid number of labels %zu", N); in dns_sd_query_extract()
1033 /* also counts labels */ in dns_sd_query_extract()
1069 /* write-out the actual number of labels in 'n' */ in dns_sd_query_extract()
[all …]

1234