With the changes made in pull request #68741, RPMsg service is supported on stm32h747i_disco using the STM32 HSEM IPM driver. For the sample to work, add device tree overlays to enable the mailbox and set the shared memory appropriately. Signed-off-by: Celina Sophie Kalus <hello@celinakalus.de>
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
# Copyright (c) 2023 Arm Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "share/sysbuild/Kconfig"
|
|
|
|
config RPMSG_REMOTE_BOARD
|
|
string
|
|
default "mps2/an521/cpu1" if $(BOARD) = "mps2"
|
|
default "v2m_musca_b1/musca_b1/ns" if $(BOARD) = "v2m_musca_b1"
|
|
default "stm32h747i_disco/stm32h747xx/m4" if $(BOARD) = "stm32h747i_disco"
|