VSF Documented
esp_app_trace_config.h
Go to the documentation of this file.
1#ifndef ESP_APP_TRACE_CONFIG_H_
2#define ESP_APP_TRACE_CONFIG_H_
3
4#ifndef CONFIG_APPTRACE_BUF_SIZE
5#define CONFIG_APPTRACE_BUF_SIZE 16384
6#endif
7#ifndef CONFIG_APPTRACE_UART_TX_BUFF_SIZE
8#define CONFIG_APPTRACE_UART_TX_BUFF_SIZE 4096
9#endif
10#ifndef CONFIG_APPTRACE_UART_TX_MSG_SIZE
11#define CONFIG_APPTRACE_UART_TX_MSG_SIZE 128
12#endif
13#ifndef CONFIG_APPTRACE_UART_BAUDRATE
14#define CONFIG_APPTRACE_UART_BAUDRATE 1000000
15#endif
16#ifndef CONFIG_APPTRACE_DEST_UART_NUM
17#define CONFIG_APPTRACE_DEST_UART_NUM 1
18#endif
19
20#define CONFIG_APPTRACE_DEST_UART 1
21
22#endif
Generated from commit: vsfteam/vsf@c3767bf