Home
last modified time | relevance | path

Searched refs:feature (Results 176 – 200 of 412) sorted by relevance

12345678910>>...17

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst481 Begin Proxy Solicitation of a subnet. Support of this feature can be enabled through the
577 Get or set the Friend feature.
579 … ``Val``: If present, enables or disables the Friend feature. If omitted, the current Friend featu…
581 * ``0x00``: The feature is supported, but disabled.
582 * ``0x01``: The feature is enabled.
583 * ``0x02``: The feature is not supported.
589 Get or set the GATT Proxy feature.
591 …``: If present, enables or disables the GATT Proxy feature. If omitted, the current GATT Proxy fea…
593 * ``0x00``: The feature is supported, but disabled.
594 * ``0x01``: The feature is enabled.
[all …]
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/
Daarch32.rst18 supports the latest Armv8-R feature set. Please refer to FVP documentation
/Zephyr-latest/doc/project/
Dcode_flow.rst28 work independently on a subsystem or a feature, improves efficiency and
Drelease_process.rst6 The Zephyr project releases on a time-based cycle, rather than a feature-driven
82 feature, the best thing to do is to wait for the next development cycle. (An
126 feature freeze milestone. An issue labeled as a blocker practically blocks a
172 - Release owner announces feature freeze and timeline for release.
249 An LTS includes both mature and new features. API and feature maturity is
260 by 3 weeks with the feature freeze occurring 6-7 weeks before the anticipated
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Dstartup.cmm60 ; since HSE firmware usage feature is not enabled, this region can
/Zephyr-latest/samples/subsys/debug/fuzz/
DREADME.rst10 that displays LLVM libfuzzer's most important feature: its ability to
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst34 ``login`` and ``logout`` implement the feature of enabling and disabling
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/
DREADME.rst21 All ESP32 SoCs support flash memory-mapped feature.
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst128 * to utilize the tail chaining feature of Cortex-M processors, and thus limit the number of context…
178 core registers. The feature is enabled when :kconfig:option:`CONFIG_BUILTIN_STACK_GUARD` is set.
257 interrupt. If the ZLI feature is enabled in Mainline Cortex-M builds (see
324 locking. To use the ZLI feature :kconfig:option:`CONFIG_ZERO_LATENCY_IRQS` needs to be enabled.
416 enabled 2 MPU regions are required to implement the guard feature)
418 …hread swap routine. Compared, however, to the :kconfig:option:`CONFIG_BUILTIN_STACK_GUARD` feature,
604 While this feature is intended for processors without VTOR register, it
610 Cortex-M support the code relocation feature. When
617 feature can be found in :ref:`code_data_relocation`.
/Zephyr-latest/boards/nxp/rd_rw612_bga/doc/
Dindex.rst215 rd_rw612_bga platform supports the monolithic feature. The required binary blob
225 rd_rw612_bga platform supports the monolithic feature. The required binary blob
/Zephyr-latest/subsys/usb/host/
Dusbh_shell.c563 SHELL_CMD_ARG(feature-set, &feature_set_cmds, "feature selector",
565 SHELL_CMD_ARG(feature-clear, &feature_clear_cmds, "feature selector",
/Zephyr-latest/modules/openthread/
DKconfig.thread129 router, enable the Inform Previous Parent on Reattach feature.
136 to the network—enable the Periodic Parent Search feature.
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig175 Note that: The Subnet Bridge feature uses the relay advertising sets.
190 local messages. When Friend feature is enabled and the node is
453 bool "Relay feature enabled by default"
456 Controls whether the Relay feature is enabled by default when the
496 Note that: The Subnet Bridge feature uses the relay advertising buffers. If both the Relay
497 feature and the Subnet Bridge feature is enabled, the added load should be taken into
515 feature of specification, set to zero will not allow send any
527 feature of specification, set to zero will not allow receive any
834 Controls whether the delayable message feature is enabled by default in
1418 Controls whether the GATT Proxy feature is enabled by default.
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig11 # When adding Kconfig options, that control the same feature,
/Zephyr-latest/doc/develop/west/
Dsign.rst31 environment differences. Last and worst: new signing feature and options are
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_mcp.h179 uint16_t feature; member
/Zephyr-latest/doc/services/retention/
Dindex.rst147 feature from the main application).
149 To use the boot mode feature, a data retention entry must exist in the device
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig12 # When adding Kconfig options, that control the same feature,
24 private keys. Use of this feature in production without adequate
/Zephyr-latest/boards/raytac/mdbt53_db_40/doc/
Dindex.rst17 * a secondary Arm Cortex-M33 core, with a reduced feature set, running
149 The nRF5340 has a flash read-back protection feature. When flash read-back
/Zephyr-latest/doc/hardware/peripherals/
Dmspi.rst81 * :c:func:`mspi_xip_config` for :term:`XIP` feature
83 * :c:func:`mspi_scramble_config` for scrambling feature
/Zephyr-latest/boards/st/nucleo_l452re/doc/
Dindex.rst6 The Nucleo L452RE(-P) boards feature an ARM Cortex-M4 based STM32L452RE MCU
104 .. note:: CAN feature requires CAN transceiver
/Zephyr-latest/doc/services/zbus/
Dindex.rst318 channel A. The scenario considers the priority boost feature and the following priorities: T1 < MS1
361 In summary, the benefits of the feature are:
371 * The priority boosting feature can be turned off, and plain semaphores can be used as the channel
645 :c:macro:`ZBUS_CHAN_DECLARE`. Channels using this feature are declared with
673 :c:func:`zbus_iterate_over_observers_with_user_data`. This feature enables developers to call a
676 Sections <iterable_sections_api>` documentation for details). ZBus also implements this feature for
851 It is possible to add observers to channels in runtime. This feature uses the heap to allocate the
853 set the :kconfig:option:`CONFIG_ZBUS_RUNTIME_OBSERVERS` to enable the feature. It is possible to
888 * :zephyr:code-sample:`zbus-priority-boost` illustrates zbus priority boost feature with a priority
891 observer registration feature;
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_kconfig.cmake45 # sysbuild.conf is an optional file, because sysbuild is an opt-in feature.
/Zephyr-latest/samples/subsys/usb/webusb/
DREADME.rst48 WebUSB is a powerful new feature added to the Web and it is available
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270.h334 const struct bmi270_feature_config *feature; member

12345678910>>...17