Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
test_common.h File Reference

Go to the source code of this file.

Macros

#define MAX_TESTS   500
 
#define THREAD_STACK_SIZE   (1024 + CONFIG_TEST_EXTRA_STACKSIZE)
 
#define THREAD_HIGH_PRIORITY   5
 
#define THREAD_LOW_PRIORITY   10
 
#define THREAD_FP_FLAGS   (K_FP_REGS)
 

Macro Definition Documentation

◆ MAX_TESTS

#define MAX_TESTS   500

◆ THREAD_FP_FLAGS

#define THREAD_FP_FLAGS   (K_FP_REGS)

◆ THREAD_HIGH_PRIORITY

#define THREAD_HIGH_PRIORITY   5

◆ THREAD_LOW_PRIORITY

#define THREAD_LOW_PRIORITY   10

◆ THREAD_STACK_SIZE

#define THREAD_STACK_SIZE   (1024 + CONFIG_TEST_EXTRA_STACKSIZE)