mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-18 04:55:23 +00:00
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>
10 lines
151 B
Plaintext
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
|