soc: renesas: ra: added support for segger rtt

Added support for Segger RTT to Renesas RA family of Microcontrollers.

Signed-off-by: Ian Morris <ian.d.morris@outlook.com>
This commit is contained in:
Ian Morris 2024-06-03 09:48:48 -07:00 committed by Maureen Helm
commit 422a709d92

View file

@ -1,6 +1,9 @@
# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> # Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_RENESAS_RA
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
if SOC_FAMILY_RENESAS_RA if SOC_FAMILY_RENESAS_RA
config SERIES_SPECIFIC_SOC_INIT config SERIES_SPECIFIC_SOC_INIT