Skip to content

Commit 51a1790

Browse files
committed
soc: microchip: mec: Add Kconfig for Segger RTT debug support
All parts in the Microchip MEC family support ARM JTAG/SWD/SWO. We add Kconfig logic to allow building projects with Segger's RTT debug for Cortex-M. Signed-off-by: Scott Worley <scott.worley@microchip.com>
1 parent 99957e1 commit 51a1790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

soc/microchip/mec/Kconfig.soc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Microchip MEC172x, MEC1501 MCU line
1+
# Microchip MEC family
22

33
# Copyright (c) 2018 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

66
config SOC_FAMILY_MICROCHIP_MEC
77
bool
8+
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
89

910
config SOC_FAMILY
1011
default "microchip_mec" if SOC_FAMILY_MICROCHIP_MEC

0 commit comments

Comments
 (0)