Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Copyright (c) 2024 Analog Devices, Inc. |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
CONFIG_USE_SEGGER_RTT=y |
|
|
|
CONFIG_DEBUG_OPTIMIZATIONS=n |
|
CONFIG_DEBUG_THREAD_INFO=y |
|
|
|
CONFIG_TRACING=y |
|
CONFIG_SEGGER_SYSTEMVIEW=y |
|
CONFIG_SEGGER_SYSTEMVIEW_BOOT_ENABLE=n |
|
CONFIG_SEGGER_SYSVIEW_POST_MORTEM_MODE=n
|
|
|