zephyr/snippets/ram-console/ram-console.conf
Hou Zhiqiang fd584b4727 snippets: add ram-console snippet support
The ram-console snippet disabled UART console and enabled the
RAM console with the option link the RAM console buffer to a
dedicate section in a new added memory-region.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
2024-06-12 17:09:24 -05:00

10 lines
151 B
Plaintext

#
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
# Disable UART Console
CONFIG_UART_CONSOLE=n
# Enable RAM Console
CONFIG_RAM_CONSOLE=y