Configurations#

Macros#

#define
APP_OS_STAT_ASYNC_MODE_ENABLED 0U

Enable async mode.

#define
APP_OS_STAT_HEAP_ENABLED 1U

Enable heap usage statistic.

#define
APP_OS_STAT_MANUAL_REGISTER_THREADS 0U

Enable manual thread registering.

#define
APP_OS_STAT_MAX_THREAD_CNT 20U

Maximum registerable thread count.

#define
APP_OS_STAT_RTT_LOG_CHANNEL 0U

RTT Log channel for app os statistics.

#define
APP_OS_STAT_STACK_SIZE_WORD 256U

App OS statistic thread stack size in word.

#define
APP_OS_STAT_THREAD_PRIO osPriorityHigh

App OS statistic thread priority.

#define
APP_OS_STAT_THREAD_STACK_ENABLED 1U

Enable thread stack usage statistic.

#define
APP_OS_STAT_UPDATE_PERIOD_TIME_MS 1000U

App OS statistic update period time.

#define
APP_OS_STAT_VERBOSE_MODE_ENABLED 0U

Enable verbose mode.