Lines Matching +full:is +full:- +full:ram
3 # Copyright (c) 2014-2015 Wind River Systems, Inc.
5 # SPDX-License-Identifier: Apache-2.0
24 This is an option to be enabled by console drivers to signal
74 the module for UART console is in use now. If the interval of console
76 as UART_CONSOLE_INPUT_EXPIRED_TIMEOUT, the power management module is
79 organize input message if CONFIG_PM is enabled.
86 Fixed amount of time which unit is milliseconds to keep the UART
95 Useful in board bring-up if there aren't any working serial
99 DT_CHOSEN_Z_RAM_CONSOLE := zephyr,ram-console
102 bool "Use RAM console"
106 Emit console messages to a RAM buffer "ram_console" which can
107 be examined at runtime with a debugger. Useful in board bring-up
111 bool "Use dedicated section as RAM console buffer"
115 Use a dedicated section as the RAM console buffer, whose address is
117 examined by a debugger or software tool from a parallel-running OS.
120 int "Ram Console buffer size"
125 Total size of the RAM console buffer, to ensure it's always
126 NULL-terminated leave one byte unused, the actual length is
128 is exceeded.
135 Emit console messages to a RAM buffer that is then read by the
136 Segger J-Link software and displayed on a computer in real-time.
137 Requires support for Segger J-Link on the companion IC onboard.
146 RTT session is inactive.
153 periodically. Period starts from 1-2 milliseconds and can be increased
162 assumes that RTT session is active. In case of heavy traffic data can
169 bool "Inter-processor Mailbox console sender"
175 bool "Inter-processor Mailbox console receiver"
191 bool "Inter-processor Mailbox console"
195 Enable console over Inter-processor Mailbox.
269 module-str = UART console