forked from espressif/esp-idf
2ef718fc29
- 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
7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
CONFIG_IDF_TARGET="esp32c2"
|
|
CONFIG_ESP_CONSOLE_NONE=y
|
|
CONFIG_APPTRACE_DEST_UART=y
|
|
CONFIG_APPTRACE_DEST_UART_NUM=0
|
|
CONFIG_APPTRACE_UART_BAUDRATE=74880
|
|
CONFIG_XTAL_FREQ_26=y
|