Home
last modified time | relevance | path

Searched full:backends (Results 1 – 25 of 86) sorted by relevance

1234

/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/subsys/debug/coredump_backends/
Dtestcase.yaml10 debug.coredump.backends.logging:
15 debug.coredump.backends.flash:
27 debug.coredump.backends.other:
/Zephyr-Core-3.6.0/tests/subsys/modem/backends/uart/
Dtestcase.yaml13 modem.backends.uart.async:
17 modem.backends.uart.isr:
/Zephyr-Core-3.6.0/subsys/logging/
DKconfig.mode24 interrupt).Logger backends must support exclusive access to work
50 bool "No backends"
53 Option indicates that there are no backends intended to be used.
DKconfig.template.log_format_config35 # all the backends in the Kconfig and their values must match
37 # Example : LOG_BACKEND_XXX_OUTPUT_TEXT should be numbered 0 across all backends
DCMakeLists.txt56 add_subdirectory(backends)
60 # if this is complied before the backends (only with SIZE
/Zephyr-Core-3.6.0/doc/services/ipc/ipc_service/
Dipc_service.rst161 Backends subsection
164 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-Core-3.6.0/dts/bindings/misc/
Dzephyr,flash-disk.yaml34 adequately chosen. On storage backends with uniform erase-blocks it
35 should be at least the erase-block-size, on storage backends with
/Zephyr-Core-3.6.0/lib/posix/options/getopt/
DKconfig10 Different shell backends are use their own instance of getopt to
23 Different shell backends are using their own instance of getopt to
/Zephyr-Core-3.6.0/doc/services/settings/
Dindex.rst55 Backends section in Settings
58 Backends are meant to load and save data to/from setting handlers, and
60 ``settings_src_register()`` for backends that can load data, and/or
61 ``settings_dst_register()`` for backends that can save data. The current
62 implementation allows for multiple source backends but only a single destination
81 Zephyr Storage Backends
84 Zephyr has three storage backends: a Flash Circular Buffer
107 The FCB and non-volatile storage (NVS) backends both look for a fixed
124 Technically FCB and file backends may store some history of the entities.
/Zephyr-Core-3.6.0/subsys/mgmt/ec_host_cmd/
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
101 source "subsys/mgmt/ec_host_cmd/backends/Kconfig"
DCMakeLists.txt7 add_subdirectory(backends)
/Zephyr-Core-3.6.0/include/zephyr/shell/
Dshell_backend.h35 * @brief Get number of backends.
37 * @return Number of backends.
/Zephyr-Core-3.6.0/tests/subsys/logging/log_backend_init/src/
Dmain.c105 /* Test is using two backends which are configured to be autostarted but have
111 * both backends are initialized so both receives the message.
119 /* Other backends should not be enabled. */ in ZTEST()
133 /* Backends are not yet active. */ in ZTEST()
/Zephyr-Core-3.6.0/tests/benchmarks/sched/
Dprj.conf6 # different backends
/Zephyr-Core-3.6.0/tests/subsys/modem/backends/tty/
Dtestcase.yaml5 modem.backends.tty:
/Zephyr-Core-3.6.0/tests/subsys/logging/log_backend_uart/
Dprj.conf13 # Disable all potential other default backends
/Zephyr-Core-3.6.0/subsys/modem/
DCMakeLists.txt13 add_subdirectory(backends)
/Zephyr-Core-3.6.0/tests/subsys/logging/log_stress/
Dprj.conf18 # Disable all potential default backends
/Zephyr-Core-3.6.0/subsys/shell/
DCMakeLists.txt4 add_subdirectory(backends)
DKconfig.template.shell_log_queue_timeout11 other logger backends and must be used with care.
/Zephyr-Core-3.6.0/subsys/logging/backends/
DKconfig4 menu "Backends" menu
/Zephyr-Core-3.6.0/tests/subsys/logging/log_blocking/
Dprj.conf17 # Disable all potential default backends
/Zephyr-Core-3.6.0/include/zephyr/logging/
Dlog_ctrl.h75 * @details On panic the logger subsystem informs all backends about panic mode.
76 * Backends must switch to blocking mode or halt. All pending logs
159 * @param backend Backend instance. NULL for all backends (and frontend).
165 * was set for all backends then maximal level that was set is returned.
220 /** @brief Sets logging format for all active backends.

1234