Home
last modified time | relevance | path

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

1234

/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/tests/subsys/debug/coredump_backends/
Dtestcase.yaml10 debug.coredump.backends.logging:
15 debug.coredump.backends.flash:
27 debug.coredump.backends.other:
/Zephyr-latest/tests/subsys/modem/backends/uart/
Dtestcase.yaml13 modem.backends.uart.async:
17 modem.backends.uart.isr:
/Zephyr-latest/subsys/logging/
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.
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
/Zephyr-latest/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-latest/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-latest/include/zephyr/shell/
Dshell_backend.h35 * @brief Get number of backends.
37 * @return Number of backends.
/Zephyr-latest/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
110 source "subsys/mgmt/ec_host_cmd/backends/Kconfig"
DCMakeLists.txt7 add_subdirectory(backends)
/Zephyr-latest/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-latest/tests/benchmarks/sched/
Dprj.conf6 # different backends
/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)
/Zephyr-latest/subsys/profiling/perf/
DCMakeLists.txt5 add_subdirectory(backends)
DKconfig23 rsource "backends/Kconfig"
/Zephyr-latest/doc/services/settings/
Dindex.rst67 Backends section in Settings
70 Backends are meant to load and save data to/from setting handlers, and
72 :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
93 Zephyr Storage Backends
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/tests/subsys/modem/backends/tty/
Dtestcase.yaml5 modem.backends.tty:
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/
Dprj.conf4 # Needed for boards that enable RTT backends for logging
/Zephyr-latest/tests/subsys/logging/log_backend_uart/
Dprj.conf15 # Disable all potential other default backends
/Zephyr-latest/tests/subsys/logging/log_stress/
Dprj.conf18 # Disable all potential default backends
/Zephyr-latest/subsys/shell/
DCMakeLists.txt4 add_subdirectory(backends)
/Zephyr-latest/subsys/logging/backends/
DKconfig4 menu "Backends" menu
/Zephyr-latest/subsys/modem/
DCMakeLists.txt16 add_subdirectory(backends)

1234