mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 11:39:46 +08:00
dcfcd05ed3
Move from using Kconfig TRACING_BACKEND_UART_NAME to a devicetree chosen property ("zephyr,tracing-uart"). This is similar to a number of other functions like "zephyr,shell-uart" or "zephyr,bt-uart". Signed-off-by: Kumar Gala <galak@kernel.org>
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
CONFIG_IDLE_STACK_SIZE=4096
|
|
CONFIG_TRACING=y
|
|
CONFIG_TRACING_TEST=y
|
|
CONFIG_TRACING_BACKEND_UART=y
|
|
CONFIG_TRACING_BUFFER_SIZE=4096
|