Home
last modified time | relevance | path

Searched refs:backends (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-latest/subsys/ipc/ipc_service/
DKconfig5 bool "IPC service support multiple backends"
8 users. Ability to work in different backends. The backend
14 rsource "backends/Kconfig"
DCMakeLists.txt5 add_subdirectory(backends)
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DCMakeLists.txt7 add_subdirectory(backends)
DKconfig34 avoid duplicating buffers. If multiple backends are used, the size has to be
47 avoid duplicating buffers. If multiple backends are used, the size has to be
110 source "subsys/mgmt/ec_host_cmd/backends/Kconfig"
/Zephyr-latest/subsys/profiling/perf/
DCMakeLists.txt5 add_subdirectory(backends)
DKconfig23 rsource "backends/Kconfig"
/Zephyr-latest/subsys/logging/
DKconfig.template.log_format_config36 # all the backends in the Kconfig and their values must match
38 # Example : LOG_BACKEND_XXX_OUTPUT_TEXT should be numbered 0 across all backends
DCMakeLists.txt51 add_subdirectory(backends)
56 # if this is complied before the backends (only with SIZE
DKconfig.mode25 interrupt).Logger backends must support exclusive access to work
51 bool "No backends"
54 Option indicates that there are no backends intended to be used.
DKconfig32 rsource "backends/Kconfig"
/Zephyr-latest/modules/hal_nordic/nrfs/
DCMakeLists.txt19 zephyr_include_directories(${CMAKE_CURRENT_SOURCE_DIR}/backends)
42 zephyr_library_sources_ifdef(CONFIG_NRFS_LOCAL_DOMAIN backends/nrfs_backend_ipc_service.c)
DKconfig130 rsource "backends/Kconfig"
/Zephyr-latest/subsys/modem/
DCMakeLists.txt16 add_subdirectory(backends)
DKconfig99 rsource "backends/Kconfig"
/Zephyr-latest/subsys/shell/
DCMakeLists.txt4 add_subdirectory(backends)
DKconfig.template.shell_log_queue_timeout11 other logger backends and must be used with care.
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst164 The requirements needed for implementing backends give flexibility to the IPC
165 service. These allow for the addition of dedicated backends having only a
181 with multiple backends simultaneously, combining the pros and cons of each
187 backends/ipc_service_icmsg.rst
188 backends/ipc_service_icbmsg.rst
/Zephyr-latest/lib/posix/options/
DKconfig.c_lib_ext22 Different shell backends are using their own instance of getopt to
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst41 its :ref:`backends <backends>`.
/Zephyr-latest/doc/services/logging/
Dindex.rst12 processed by active backends.
13 Custom frontend and backends can be used if needed.
20 - Multiple backends supported (up to 9 backends).
21 - Custom frontend support. It can work together with backends.
147 :kconfig:option:`CONFIG_LOG_FRONTEND_ONLY`: No backends are used when messages goes to frontend.
355 backends. Once all backends are notified, all buffered messages are flushed. Since
499 backends.
547 backend. It can also have other backends in parallel.
549 have backends that output logs to the user. It has a cross-domain backend either to
569 to have multiple backends and simultaneously output messages to them. An example of this is shown
[all …]
/Zephyr-latest/tests/subsys/logging/log_blocking/
DREAME.md42 Many log backends, such as UARTs, have a built-in hardware FIFO that
44 based on the baud rate of the UART. Other backends, such as UDP sockets or
95 backends that are unable to recover from stalling the log processing thread.
/Zephyr-latest/doc/services/settings/
Dindex.rst72 :c:func:`settings_src_register()` for backends that can load data, and/or
73 :c:func:`settings_dst_register()` for backends that can save data. The current
74 implementation allows for multiple source backends but only a single destination
96 Zephyr has three storage backends: a Flash Circular Buffer
119 The FCB and non-volatile storage (NVS) backends both look for a fixed
136 Technically FCB and file backends may store some history of the entities.
/Zephyr-latest/subsys/dsp/
DKconfig37 bool "Do not use any Zephyr backends for DSP"
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst8 encountered and prints or stores data according to which backends
18 Here are the options to enable output backends for core dump:
24 backends cannot be enabled. All output is sent to null.
47 and memory content are printed or stored according to which backends
54 1. Get the core dump log from the device depending on enabled backends.
/Zephyr-latest/doc/services/modem/
Dindex.rst50 attaches to a single modem backend, exposing multiple modem backends,

123