Home
last modified time | relevance | path

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

123

/Zephyr-Core-2.7.6/
DMAINTAINERS.yml33 # labels:
34 # List of GitHub labels to add to pull requests that modify the area.
90 # * The labels listed in 'labels' are automatically added to the pull
126 labels:
145 labels:
163 labels:
189 labels:
201 labels:
214 labels:
230 labels:
[all …]
/Zephyr-Core-2.7.6/.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
Dmanifest.yml28 labels: 'manifest, west'
29 dnm-labels: 'DNM'
Dstale_issue.yml21 exempt-pr-labels: 'Blocked,In progress'
22 exempt-issue-labels: 'In progress,Enhancement,Feature,Feature Request,RFC,Meta'
/Zephyr-Core-2.7.6/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-2.7.6/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py67 labels:
68 A list with all labels pointing to the node, in the same order as the
69 labels appear, but with duplicates removed.
71 'label_1: label_2: node { ... };' gives 'labels' the value
106 self.labels: List[str] = []
165 s = "".join(label + ": " for label in self.labels)
260 Data labels in the property value do not influence the type.
262 labels:
263 A list with all labels pointing to the property, in the same order as the
264 labels appear, but with duplicates removed.
[all …]
/Zephyr-Core-2.7.6/doc/development_process/
Ddev_env_and_tools.rst63 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 type:
268 Labels ``Area:*``
283 Labels ``Platform:*``
292 Labels ``dev-review``, ``TSC``
304 Labels ``Stable API Change``
314 Labels ``Hot Fix``, ``Trivial``, ``Maintainer``,
[all …]
/Zephyr-Core-2.7.6/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-2.7.6/scripts/
Dget_maintainer.py168 area.labels = area_dict.get("labels", [])
319 labels:
320 List of GitHub labels for the area. Empty if the area has no 'labels'
356 ", ".join(area.labels),
427 "labels", "description"}
452 "files-regex", "labels":
/Zephyr-Core-2.7.6/.github/ISSUE_TEMPLATE/
Denhancement.md5 labels: Enhancement
Dfeature_request.md5 labels: feature request
Dhardware_support.md5 labels: Hardware Support
Dbug_report.md5 labels: bug
Drfc-proposal.md5 labels: RFC
Dext-source.md5 labels: TSC
/Zephyr-Core-2.7.6/subsys/net/lib/dns/
Ddns_sd.c358 const char *labels[] = { in add_ptr_record() local
365 /* First, ensure that labels and full name are within spec */ in add_ptr_record()
422 for (i = 1; i < ARRAY_SIZE(labels); ++i) { in add_ptr_record()
423 label_size = strlen(labels[i]); in add_ptr_record()
424 buf[offset++] = strlen(labels[i]); in add_ptr_record()
425 memcpy(&buf[offset], labels[i], label_size); in add_ptr_record()
427 if (i == ARRAY_SIZE(labels) - 1) { in add_ptr_record()
993 __ASSERT(DNS_SD_MIN_LABELS <= N, "invalid number of labels %zu", N); in dns_sd_query_extract()
1019 /* also counts labels */ in dns_sd_query_extract()
1055 /* write-out the actual number of labels in 'n' */ in dns_sd_query_extract()
[all …]
/Zephyr-Core-2.7.6/samples/drivers/i2s/echo/
DREADME.rst20 a devicetree node label named ``i2s_rxtx`` or separate node labels ``i2s_rx``
/Zephyr-Core-2.7.6/doc/guides/dts/
Dintro.rst85 .. _dt-node-labels:
87 Nodes can be given *labels*, which are unique shorthands that can be used to
90 labels.
424 <dt-node-labels>`. Here is an example devicetree fragment:
462 There are two additional ways beyond :ref:`node labels <dt-node-labels>` to
Dhowtos.rst383 ``struct device``: using instance numbers, and using node labels.
495 Option 2: create devices using node labels
506 labels like ``mydevice0``, ``mydevice1``, etc. appropriately for the IP blocks
523 The driver can use the ``mydevice0`` and ``mydevice1`` node labels in the
/Zephyr-Core-2.7.6/doc/reference/storage/flash_map/
Dflash_map.rst31 "label" using :c:macro:`FLASH_AREA_ID`; these labels are obtained from the
/Zephyr-Core-2.7.6/scripts/dts/
Dgen_dts_cmake.py93 for label in node.labels:
/Zephyr-Core-2.7.6/lib/gui/lvgl/
DKconfig.objects159 bool "Enable long text hint for labels"
/Zephyr-Core-2.7.6/dts/bindings/memory-controllers/
Dst,stm32-fmc-sdram.yaml68 It is important to use sdram1 and sdram2 node labels for bank 1 and bank 2
/Zephyr-Core-2.7.6/scripts/ci/
Dtest_plan.py68 List of GitHub labels for the area. Empty if the area has no 'labels'
/Zephyr-Core-2.7.6/boards/arm/stm32f030_demo/doc/
Dindex.rst8 been exposed in the external headers with silk screen labels

123