This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
ba85663a42
zephyr
/
subsys
/
ipc
/
ipc_service
/
CMakeLists.txt
6 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
ipc: Added IPC Service to support different transport backends IPC Service allow plugging in different transport backends. Specifies a generic API that is implemented by the backend. Signed-off-by: Marcin Jeliński <marcin.jelinski@nordicsemi.no>
2021-06-09 21:22:38 +08:00
# SPDX-License-Identifier: Apache-2.0
zephyr_sources
(
ipc_service.c
)
ipc: Create ipc_service sub-directory for backends Move the ipc_service backends into an ipc_service sub-directory. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2021-07-27 16:32:25 +08:00
add_subdirectory
(
backends
)