/Zephyr-Core-3.6.0/subsys/ipc/ipc_service/ |
D | Kconfig | 5 bool "IPC service support multiple backends" 8 users. Ability to work in different backends. The backend 14 rsource "backends/Kconfig"
|
D | CMakeLists.txt | 5 add_subdirectory(backends)
|
/Zephyr-Core-3.6.0/tests/subsys/debug/coredump_backends/ |
D | testcase.yaml | 10 debug.coredump.backends.logging: 15 debug.coredump.backends.flash: 27 debug.coredump.backends.other:
|
/Zephyr-Core-3.6.0/tests/subsys/modem/backends/uart/ |
D | testcase.yaml | 13 modem.backends.uart.async: 17 modem.backends.uart.isr:
|
/Zephyr-Core-3.6.0/subsys/logging/ |
D | Kconfig.mode | 24 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.
|
D | Kconfig.template.log_format_config | 35 # 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
|
D | CMakeLists.txt | 56 add_subdirectory(backends) 60 # if this is complied before the backends (only with SIZE
|
/Zephyr-Core-3.6.0/doc/services/ipc/ipc_service/ |
D | ipc_service.rst | 161 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/ |
D | zephyr,flash-disk.yaml | 34 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/ |
D | Kconfig | 10 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/ |
D | index.rst | 55 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/ |
D | Kconfig | 34 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"
|
D | CMakeLists.txt | 7 add_subdirectory(backends)
|
/Zephyr-Core-3.6.0/include/zephyr/shell/ |
D | shell_backend.h | 35 * @brief Get number of backends. 37 * @return Number of backends.
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_backend_init/src/ |
D | main.c | 105 /* 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/ |
D | prj.conf | 6 # different backends
|
/Zephyr-Core-3.6.0/tests/subsys/modem/backends/tty/ |
D | testcase.yaml | 5 modem.backends.tty:
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_backend_uart/ |
D | prj.conf | 13 # Disable all potential other default backends
|
/Zephyr-Core-3.6.0/subsys/modem/ |
D | CMakeLists.txt | 13 add_subdirectory(backends)
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_stress/ |
D | prj.conf | 18 # Disable all potential default backends
|
/Zephyr-Core-3.6.0/subsys/shell/ |
D | CMakeLists.txt | 4 add_subdirectory(backends)
|
D | Kconfig.template.shell_log_queue_timeout | 11 other logger backends and must be used with care.
|
/Zephyr-Core-3.6.0/subsys/logging/backends/ |
D | Kconfig | 4 menu "Backends" menu
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_blocking/ |
D | prj.conf | 17 # Disable all potential default backends
|
/Zephyr-Core-3.6.0/include/zephyr/logging/ |
D | log_ctrl.h | 75 * @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.
|