Percepio Trace Recorder
v4.8.0.hotfix1
Loading...
Searching...
No Matches
trcKernelPortConfig.h
1
/*
2
* Trace Recorder for Tracealyzer v4.8.0.hotfix1
3
* Copyright 2023 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
63
#define TRC_CFG_FREERTOS_VERSION FREERTOS_VERSION_NOT_SET
64
73
#define TRC_CFG_INCLUDE_EVENT_GROUP_EVENTS 0
74
83
#define TRC_CFG_INCLUDE_TIMER_EVENTS 0
84
94
#define TRC_CFG_INCLUDE_PEND_FUNC_CALL_EVENTS 0
95
105
#define TRC_CFG_INCLUDE_STREAM_BUFFER_EVENTS 0
106
114
#define TRC_CFG_ACKNOWLEDGE_QUEUE_SET_SEND 0
/* TRC_ACKNOWLEDGED */
115
116
#ifdef __cplusplus
117
}
118
#endif
119
120
#endif
/* TRC_KERNEL_PORT_CONFIG_H */
kernelports
FreeRTOS
config
trcKernelPortConfig.h
Generated by
1.9.6