Percepio Trace Recorder
v4.6.6
trcKernelPortConfig.h
1
/*
2
* Trace Recorder for Tracealyzer v4.6.6
3
* Copyright 2021 Percepio AB
4
* www.percepio.com
5
*
6
* SPDX-License-Identifier: Apache-2.0
7
*
8
* Configuration parameters for the kernel port.
9
* More settings can be found in trcKernelPortStreamingConfig.h and
10
* trcKernelPortSnapshotConfig.h.
11
*/
12
13
#ifndef TRC_KERNEL_PORT_CONFIG_H
14
#define TRC_KERNEL_PORT_CONFIG_H
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
33
#define TRC_CFG_RECORDER_MODE TRC_RECORDER_MODE_STREAMING
34
59
#define TRC_CFG_FREERTOS_VERSION FREERTOS_VERSION_NOT_SET
60
69
#define TRC_CFG_INCLUDE_EVENT_GROUP_EVENTS 1
70
79
#define TRC_CFG_INCLUDE_TIMER_EVENTS 1
80
90
#define TRC_CFG_INCLUDE_PEND_FUNC_CALL_EVENTS 1
91
101
#define TRC_CFG_INCLUDE_STREAM_BUFFER_EVENTS 1
102
110
#define TRC_CFG_ACKNOWLEDGE_QUEUE_SET_SEND 0
/* TRC_ACKNOWLEDGED */
111
112
#ifdef __cplusplus
113
}
114
#endif
115
116
#endif
/* TRC_KERNEL_PORT_CONFIG_H */
kernelports
FreeRTOS
config
trcKernelPortConfig.h
Generated by
1.8.18