forked from espressif/esp-idf
- Destination selection is unified for SystemView and app_trace - Destination param is removed from app_trace APIs - Destinaiton and related configuration now can be override from users with a callback from system_init_fn
4 lines
93 B
Plaintext
4 lines
93 B
Plaintext
# Enable application tracing by default
|
|
CONFIG_APPTRACE_ENABLE=y
|
|
CONFIG_APPTRACE_DEST_JTAG=y
|