Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/.gitlab/ci/dependencies/
DREADME.md7 1. Auto-generate some labels/rules we need and update them in `rules.yml`
17 - `labels`: An array of `labels`.
19 - `included_in`: An array of other `rule` names. It indicates the `labels` and `patterns` will be i…
31 labels:
44 | key | labels | patterns | included_in |
59 labels:
65 | key | labels |
75 | key | labels | patterns |
84 …rated region in `rules.yml` with `labels`, and `rules`. Each mapping will generate a `rule` and al…
Dgenerate_rules.py189 labels = v.get('labels')
190 if not labels:
192 _labels.update(_list(labels))
193 labels = sorted(_labels)
196 res += '\n\n'.join([self._format_label(_label) for _label in labels])
264 labels = v.get('labels')
265 if labels:
266 for _label in labels:
/hal_espressif-3.6.0/.gitlab/ci/
DREADME.md6 - [MR labels for additional jobs](#mr-labels-for-additional-jobs)
7 - [Supported MR Labels](#supported-mr-labels)
26 2. Create an MR, choose related labels (not required)
36labels to run additional tests, currently we have to do this only for `target-test` jobs, please u…
38 ## MR labels for additional jobs
61 There are two general labels (not recommended since these two labels will trigger a lot of jobs)
64 - `all_test`: includes all test labels
87 …ontains variables in `BOT_LABEL_xxx` format (DEPRECATED) or included in the MR labels. For example:
94 - `rule`: A combination of various patterns, and labels. It will be used by GitLab YAML `extends` k…
129 check if this rule is related to `labels`, `patterns`
[all …]
/hal_espressif-3.6.0/tools/ci/integration_test/
DREADME.md8 - By labels:
16 - There are labels can be used to run less integration test cases.
17 - These labels only take effect when the integration test has been triggered.
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/
DCIScanTests.py51 labels = TEST_LABELS[action]
52 if not isinstance(labels, list):
53 labels = [labels] # type: ignore
55 for label in labels:
/hal_espressif-3.6.0/.gitlab/merge_request_templates/
DMixed Template.md14 …ts requiring translation fall under get-started section. If yes, add the labels mentioned above. T…
15 * [ ] Any necessary "needs backport" labels are added
25 …t or MR it was introduced. This helps reviewers to check if the backport labels are set correctly._
/hal_espressif-3.6.0/.github/ISSUE_TEMPLATE/
Dfeature_request.md5 labels: 'Type: Feature Request'
Dbug_report.md5 labels: ''
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c41 static struct label labels[CONFIG_BLE_MESH_LABEL_COUNT]; variable
1116 if (index >= ARRAY_SIZE(labels)) { in get_label()
1120 return &labels[index]; in get_label()
1142 for (i = 0; i < ARRAY_SIZE(labels); i++) { in va_find()
1143 if (labels[i].ref == 0) { in va_find()
1145 *free_slot = &labels[i]; in va_find()
1150 if (!memcmp(labels[i].uuid, label_uuid, 16)) { in va_find()
1151 match = &labels[i]; in va_find()
3488 (void)memset(labels, 0, sizeof(labels)); in bt_mesh_cfg_reset()
3596 for (i = 0; i < ARRAY_SIZE(labels); i++) { in bt_mesh_label_uuid_get()
[all …]
/hal_espressif-3.6.0/docs/en/api-guides/
Dopenthread.rst39 # node labels
44 # node connections + labels
Dwifi.rst98 # node labels
105 # node connections + labels
2487 # labels of diagram nodes
2492 # labels of description nodes
2524 # labels of diagram nodes
2530 # labels of description nodes
/hal_espressif-3.6.0/docs/_static/diagrams/
Di2c-command-link-master-write-blockdiag.diag45 # labels
Di2c-command-link-master-read-blockdiag.diag46 # labels
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dwifi.rst99 # node labels
106 # node connections + labels
2287 # labels of diagram nodes
2292 # labels of description nodes
2324 # labels of diagram nodes
2330 # labels of description nodes
/hal_espressif-3.6.0/components/ulp/
DREADME.rst31 Here is an example of using labels and branches::
/hal_espressif-3.6.0/docs/en/hw-reference/esp32s2/
Duser-guide-esp32-s2-kaluga-1-kit.rst152 …- Some GPIO pins of the ESP32-S2-WROVER module are broken out to this header, see labels on the bo…
182 …- Some GPIO pins of the ESP32-S2-WROVER module are broken out to this header, see labels on the bo…
Duser-guide-esp32-s2-kaluga-1-kit-v1.2.rst141 …- Some GPIO pins of the ESP32-S2-WROVER module are broken out to this header, see labels on the bo…
171 …- Some GPIO pins of the ESP32-S2-WROVER module are broken out to this header, see labels on the bo…
/hal_espressif-3.6.0/components/freertos/port/xtensa/
Dreadme_xtensa.txt498 file-scope labels inside functions (all labels inside functions begin with
502 there are some tradeoffs in debugging. Local (".L") labels are not
511 the ".L" and ".Ln" prefixes from local labels if you want them visible.
/hal_espressif-3.6.0/docs/en/contribute/
Dstyle-guide.rst367 * Put ``public``, ``protected`` and ``private`` labels at the same indentation level as the corresp…
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/
Dwifi_provisioning.rst214 …n. Any application related version / capabilities will be given by other labels (like `my_app` in …
/hal_espressif-3.6.0/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-terminology.rst136 …- Associated with specific UUID labels, a virtual address may serve as the publishing or subscript…