781b6d7b0a
Fixes a minor documentation issue and suggests/documents additional RTT tracing and logging options. Showcases logging via RTT UART which is now available w/o restrictions due to the preceding change. This has been tested on CC13/26xx hardware. Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
# enable to use thread names
|
|
CONFIG_THREAD_NAME=y
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|
|
|
|
# Debugging
|
|
CONFIG_DEBUG_OPTIMIZATIONS=n
|
|
CONFIG_DEBUG_THREAD_INFO=y
|