blob: 0fc6be01a494b6d8ad20d95db4aa8c7e8e060efa [file] [log] [blame]
#
# Copyright (c) 2023 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
description: Inter-core messaging backend with dynamically allocated buffers
compatible: "zephyr,ipc-icbmsg"
include: zephyr,ipc-icmsg.yaml
properties:
tx-blocks:
description: number of allocable TX blocks
required: true
type: int
rx-blocks:
description: number of allocable RX blocks
required: true
type: int