Remove this intrusive tracing feature in favor of the new object tracing using the main tracing feature in zephyr. See #33603 for the new tracing coverage for all objects. This will allow for support in more tools and less reliance on GDB for tracing objects. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_SHELL=y
|
|
CONFIG_SHELL_MINIMAL=y
|
|
CONFIG_SHELL_STACK_SIZE=1024
|
|
CONFIG_SHELL_BACKEND_SERIAL=y
|
|
|
|
CONFIG_THREAD_MONITOR=y
|
|
CONFIG_INIT_STACKS=y
|
|
CONFIG_BOOT_BANNER=n
|
|
CONFIG_THREAD_NAME=y
|
|
CONFIG_LOG=n
|
|
CONFIG_CBPRINTF_NANO=y
|