/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/ |
D | Kconfig | 4 menuconfig IPC_SERVICE config 12 if IPC_SERVICE 17 module = IPC_SERVICE 21 endif # IPC_SERVICE
|
D | CMakeLists.txt | 3 zephyr_sources(ipc_service.c)
|
D | ipc_service.c | 8 #include <zephyr/ipc/ipc_service.h> 15 LOG_MODULE_REGISTER(ipc_service, CONFIG_IPC_SERVICE_LOG_LEVEL);
|
/Zephyr-Core-3.5.0/tests/subsys/ipc/ipc_service/ |
D | testcase.yaml | 5 ipc.ipc_service: 6 tags: ipc_service
|
D | CMakeLists.txt | 7 project(ipc_service) project
|
/Zephyr-Core-3.5.0/doc/services/ipc/ |
D | index.rst | 9 ipc_service/ipc_service.rst
|
/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/backends/ |
D | Kconfig.icmsg_me | 36 ipc_service backend. This features enables functions to hold and 37 release rx buffer by the ipc_service API user. It also creates
|
/Zephyr-Core-3.5.0/tests/subsys/ipc/ipc_service/src/ |
D | main.c | 8 #include <zephyr/ipc/ipc_service.h> 27 ZTEST(ipc_service, test_ipc_service) in ZTEST() argument 82 ZTEST_SUITE(ipc_service, NULL, NULL, NULL, NULL, NULL);
|
/Zephyr-Core-3.5.0/subsys/ipc/ |
D | CMakeLists.txt | 4 add_subdirectory_ifdef(CONFIG_IPC_SERVICE ipc_service)
|
D | Kconfig | 9 source "subsys/ipc/ipc_service/Kconfig"
|
/Zephyr-Core-3.5.0/samples/subsys/logging/multidomain/remote/ |
D | CMakeLists.txt | 15 target_sources(app PRIVATE src/ipc_service.c)
|
/Zephyr-Core-3.5.0/samples/subsys/ipc/ipc_service/icmsg_me/ |
D | CMakeLists.txt | 18 project(ipc_service) project
|
/Zephyr-Core-3.5.0/samples/subsys/logging/multidomain/ |
D | CMakeLists.txt | 23 target_sources(app PRIVATE src/ipc_service.c)
|
/Zephyr-Core-3.5.0/samples/subsys/ipc/ipc_service/static_vrings/ |
D | CMakeLists.txt | 18 project(ipc_service) project
|
D | README.rst | 18 :zephyr-app: samples/subsys/ipc/ipc_service/static_vrings
|
/Zephyr-Core-3.5.0/samples/subsys/ipc/ipc_service/static_vrings/remote/boards/ |
D | nrf5340dk_nrf5340_cpunet.overlay | 7 #include <zephyr/dt-bindings/ipc_service/static_vrings.h>
|
/Zephyr-Core-3.5.0/samples/subsys/logging/multidomain/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 7 #include <zephyr/dt-bindings/ipc_service/static_vrings.h>
|
/Zephyr-Core-3.5.0/samples/subsys/logging/multidomain/remote/boards/ |
D | nrf5340dk_nrf5340_cpunet.overlay | 7 #include <zephyr/dt-bindings/ipc_service/static_vrings.h>
|
/Zephyr-Core-3.5.0/samples/subsys/ipc/ipc_service/static_vrings/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 7 #include <zephyr/dt-bindings/ipc_service/static_vrings.h>
|
/Zephyr-Core-3.5.0/doc/services/ipc/ipc_service/ |
D | ipc_service.rst | 66 #include <zephyr/include/ipc_service.h> 112 #include <zephyr/include/ipc_service.h>
|
/Zephyr-Core-3.5.0/subsys/logging/backends/ |
D | log_backend_ipc_service.c | 8 #include <zephyr/ipc/ipc_service.h>
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | log_link_ipc_service.c | 8 #include <zephyr/ipc/ipc_service.h>
|
/Zephyr-Core-3.5.0/samples/subsys/logging/multidomain/src/ |
D | ipc_service.c | 9 #include <zephyr/ipc/ipc_service.h>
|
/Zephyr-Core-3.5.0/samples/subsys/logging/multidomain/remote/src/ |
D | ipc_service.c | 8 #include <zephyr/ipc/ipc_service.h>
|
/Zephyr-Core-3.5.0/samples/subsys/ipc/ipc_service/icmsg/remote/src/ |
D | main.c | 10 #include <zephyr/ipc/ipc_service.h>
|