Configurations#
Macros#
#define
Enable async mode.
#define
Enable heap usage statistic.
#define
Enable manual thread registering.
#define
Maximum registerable thread count.
#define
RTT Log channel for app os statistics.
#define
App OS statistic thread stack size in word.
#define
APP_OS_STAT_THREAD_PRIO osPriorityHigh
App OS statistic thread priority.
#define
Enable thread stack usage statistic.
#define
App OS statistic update period time.
#define
Enable verbose mode.
Macro Definition Documentation#
APP_OS_STAT_MANUAL_REGISTER_THREADS#
#define APP_OS_STAT_MANUAL_REGISTER_THREADSValue:
0U
Enable manual thread registering.
APP_OS_STAT_MAX_THREAD_CNT#
#define APP_OS_STAT_MAX_THREAD_CNTValue:
20U
Maximum registerable thread count.
APP_OS_STAT_RTT_LOG_CHANNEL#
#define APP_OS_STAT_RTT_LOG_CHANNELValue:
0U
RTT Log channel for app os statistics.
APP_OS_STAT_STACK_SIZE_WORD#
#define APP_OS_STAT_STACK_SIZE_WORDValue:
256U
App OS statistic thread stack size in word.
APP_OS_STAT_THREAD_PRIO#
#define APP_OS_STAT_THREAD_PRIOValue:
osPriorityHigh
App OS statistic thread priority.
APP_OS_STAT_THREAD_STACK_ENABLED#
#define APP_OS_STAT_THREAD_STACK_ENABLEDValue:
1U
Enable thread stack usage statistic.
APP_OS_STAT_UPDATE_PERIOD_TIME_MS#
#define APP_OS_STAT_UPDATE_PERIOD_TIME_MSValue:
1000U
App OS statistic update period time.
APP_OS_STAT_VERBOSE_MODE_ENABLED#
#define APP_OS_STAT_VERBOSE_MODE_ENABLEDValue:
0U
Enable verbose mode.