Home
last modified time | relevance | path

Searched refs:apply (Results 1 – 25 of 108) sorted by relevance

12345

/Zephyr-latest/doc/build/snippets/
Ddesign.rst21 apply them all together
35 repetition; for example, you can apply the same board-specific configuration
37 expression for the settings, which will then apply to both boards
Dwriting.rst113 To apply ``bar`` after ``foo``:
199 You can write settings that only apply to some boards.
202 that apply to all boards. (This is similar, for example, to the way that an
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_regenerate.sh15 git apply --reject lwm2m_senml_cbor.patch
DREADME_lwm2m24 If the patch fails to apply, you can attempt to use the 3-way merge capabilities by committing the …
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfd_srv_internal.h20 bool apply; member
Ddfd_srv.c265 ((srv->apply & BIT_MASK(1)) << 2))); in status_rsp()
293 params.apply = (byte >> 2U) & BIT_MASK(1); in handle_start()
814 LOG_DBG("reason: %u, phase: %u, apply: %u", reason, srv->phase, srv->apply); in dfu_ended()
830 if (!srv->apply) { in dfu_ended()
1053 srv->dfu.xfer.blob.mode == xfer.mode && srv->apply == params->apply && in bt_mesh_dfd_srv_start()
1098 srv->apply = params->apply; in bt_mesh_dfd_srv_start()
1102 params->apply); in bt_mesh_dfd_srv_start()
/Zephyr-latest/doc/build/dts/
Dintro.rst11 The following pages introduce general devicetree concepts and how they apply to
/Zephyr-latest/soc/nordic/nrf52/
DCMakeLists.txt7 …_DESPITE_PAN_58 and an NRF SPIM driver are enabled, therefore PAN 58 will apply if RXD.MAXCNT == 1…
/Zephyr-latest/soc/nordic/nrf53/
DCMakeLists.txt15 Consider enabling the system clock to apply the workaround.
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_mac.rst25 choice. This will apply to any executable being launched from such terminal
28 Note that this section does **not** apply to executables installed with
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst6 The processes described in this document apply to both the zephyr repository itself and the MCUmgr …
22 In Zephyr version 2.7 and earlier, you must first apply the fix
25 As such, there are four possible ways to apply a change to the 2.7 branch:
42 This section indicates how to apply fixes to previous versions of MCUmgr.
56 You must also apply the ``backport v2.7-branch`` label to the bug report.
110 1. Check if the author has followed the correct steps that are required to apply the fix, as descri…
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_srv.h168 int (*apply)(struct bt_mesh_dfu_srv *srv, member
Ddfd_srv.h220 bool apply; member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c36 srv->dfu.xfer.blob.mode, srv->apply, srv->slot_idx); in print_dfd_status()
226 params.apply = shell_strtobool(argv[4], 0, &err); in cmd_dfd_start()
228 params.apply = true; in cmd_dfd_start()
426 SHELL_CMD_ARG(apply, NULL, NULL, cmd_dfd_apply, 1, 0),
/Zephyr-latest/share/sysbuild/
DCMakeLists.txt11 # This will update the APP_DIR cache variable to PATH type and apply a comment.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu_srv.rst112 Finally, if the image was verified, the Distributor may instruct the Firmware Update Server to apply
113 the transfer. This is communicated to the application through the :c:member:`apply
114 <bt_mesh_dfu_srv_cb.apply>` callback. The application should swap the image and start running with
119 the swap. This restart can be performed from inside the apply callback, or done asynchronously.
Drpr_srv.rst27 The following limitations apply to Remote Provisioning Server model:
/Zephyr-latest/doc/security/
Dreporting.rst109 parties building products using Zephyr to be able to apply and
185 backports, and apply them to any of the above listed release branches,
186 unless the fix does not apply (the vulnerability was introduced after
188 :ref:`vulnerability fixes <vulnerability_fix_recommendations>` apply
/Zephyr-latest/scripts/west_commands/
Dpatch.py213 "apply": self.apply,
220 def apply(self, args, yml): member in Patch
/Zephyr-latest/samples/subsys/lorawan/fuota/
DREADME.rst20 via a callback and can reboot the device into MCUboot to apply the upgrade.
/Zephyr-latest/boards/nordic/thingy53/doc/
Dindex.rst42 also apply to this board, with the additional step of connecting an external
/Zephyr-latest/arch/arm/core/cortex_m/tz/
DKconfig52 - Certain requirements/restrictions may apply regarding
/Zephyr-latest/boards/shields/lcd_par_s035/boards/
Drd_rw612_bga.overlay80 * on the LCDIC will apply byte swapping in hardware, so the
/Zephyr-latest/drivers/sensor/st/lis2dh/
DKconfig162 This option does not apply to the LSM330DLHC.
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6apply(void 0,e):t}function u(t,e){return 0===e?t:function(r){clearTimeout(n),n=setTimeout((functio…

12345