Searched full:apply (Results 1 – 25 of 345) sorted by relevance
12345678910>>...14
/Zephyr-latest/scripts/west_commands/ |
D | patch.py | 37 "apply patches to the west workspace", 38 "Apply patches to the west workspace", 51 Run "west patch apply" to apply patches. 52 See "west patch apply --help" for details. 81 apply-command: git apply 125 "apply", 126 help="Apply patches", 132 Run "west patch apply" to apply patches. 139 help="Roll back if any patch fails to apply", 192 self.inf(f"no patches to apply: {args.patch_yml} not found") [all …]
|
/Zephyr-latest/dts/bindings/i2c/ |
D | snps,designware-i2c.yaml | 17 A fixed offset to apply to the SCL lcnt setting. 22 A fixed offset to apply to the SCL hcnt setting.
|
/Zephyr-latest/doc/build/snippets/ |
D | design.rst | 21 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
|
/Zephyr-latest/include/zephyr/drivers/retained_mem/ |
D | nrf_retained_mem.h | 17 /** @brief Apply memory retention settings. 19 * Memory retention settings to apply are derived from devicetree configuration.
|
/Zephyr-latest/scripts/schemas/ |
D | patch-schema.yml | 82 # The command used to apply the change represented by the patch 83 apply-command: 85 default: "git apply" 92 # Custom field that may be used for any purpose. For example, if the chosen apply-patch
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_private.h | 60 * @param log_msg_interval Logarithm 2 to apply to this interval. 81 * @param log_val New logarithm 2 to apply to this interval. 90 * @param log_val New logarithm 2 to apply to this interval. 99 * @param log_val New logarithm 2 to apply to this interval.
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_backporting.rst | 6 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… 154 treatment. Apply the fix directly at the top of ``v2.7-branch``.
|
/Zephyr-latest/dts/bindings/adc/ |
D | st,stm32-adc.yaml | 34 One of the two values may not apply to some series. Refer to the RefMan. 56 Apply to synchronous or asynchronous clock depending on the STM32 58 Some of the values may not apply to some series, and may depend on the
|
/Zephyr-latest/tests/bluetooth/tester/ |
D | hci_ipc_cpunet.conf | 1 # Apply this overlay at hci_ipc controller build
|
D | hci_ipc.conf | 1 # Apply this overlay at tester build, not hci_ipc build
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_mac.rst | 25 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/drivers/mbox/ |
D | Kconfig.nrf_vevif_event | 19 bool "Apply errata 16 for nRF54L series"
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 112 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.
|
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx.h | 69 * Apply given touchscreen transform data to the touchscreen processing. 73 * @param data Pointer to touchscreen transform structure to apply
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | CMakeLists.txt | 15 Consider enabling the system clock to apply the workaround.
|
/Zephyr-latest/soc/nordic/nrf52/ |
D | CMakeLists.txt | 7 …_DESPITE_PAN_58 and an NRF SPIM driver are enabled, therefore PAN 58 will apply if RXD.MAXCNT == 1…
|
/Zephyr-latest/doc/build/dts/ |
D | intro.rst | 11 The following pages introduce general devicetree concepts and how they apply to
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor_regenerate.sh | 15 git apply --reject lwm2m_senml_cbor.patch
|
/Zephyr-latest/arch/arc/core/secureshield/ |
D | secure_sys_services.c | 63 * apply one. Necessary check should be done to decide whether the apply is
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_cli_all_targets_lost_on_apply.sh | 7 # Test if callback `lost_target` is called on every target failing on Apply step and `ended`
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.native_posix | 21 Apply a seed by default, even if the user does not request it through the command line.
|
/Zephyr-latest/soc/adi/max32/ |
D | soc.c | 32 /* Apply device related preinit configuration */ in soc_early_init_hook()
|
/Zephyr-latest/boards/nxp/twr_ke18f/ |
D | pinmux.c | 19 /* Apply pinctrl state directly, since there is no flexio device driver */ in twr_ke18f_pinmux_init()
|
/Zephyr-latest/doc/security/ |
D | reporting.rst | 109 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/boards/nxp/imx93_evk/dts/ |
D | imx93_evk_mimx9352_exp_btn.overlay | 8 * Apply this overlay to test RFU_BTN1 and RFU_BTN2 on PCAL6524.
|
12345678910>>...14