Skip to content

Commit dfaf5f3

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 dfaf5f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/microchip/mec/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# Copyright (c) 2022, Microchip Technology Inc.
55
# SPDX-License-Identifier: Apache-2.0
66

7+
config SOC_FAMILY_MICROCHIP_MEC
8+
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
9+
710
if SOC_FAMILY_MICROCHIP_MEC
811

912
menuconfig MCHP_MEC_UNSIGNED_HEADER

0 commit comments

Comments
 (0)