RainbowBS Manual: RBS configration

RainbowBS

RainbowBS Manual  v0.1.0
Written by QWQ([email protected])
RBS configration

Macros

#define RBS_CFG_SYS_INFO   "RainbowSys"
 
#define RBS_CFG_TICK_RATE   100
 
#define RBS_CFG_CPU_WORD_SIZE   32 /* CPU word size */
 
#define RBS_CFG_CPU_BYTE_ORDER_L   1 /* CPU byte order */
 
#define RBS_CFG_CPU_STACK_DOWN   1 /* stack growth direction */
 
#define RBS_APP_NONE   0
 
#define RBS_APP_PTP   1
 
#define RBS_APP_OS   2
 
#define RBS_CFG_APP_MODEL   RBS_APP_PTP
 
#define RBS_CFG_PTP_NO_PROCESS_NAME   0
 
#define RBS_CFG_PTP_PROCESS_STATS   0
 
#define RBS_CFG_PTP_NUMEVENTS   32
 
#define RBS_CFG_DMM_ALIGN   2
 
#define RBS_DEBUG_LEVEL_NOCHECK   0 /* No running time checks are performed */
 
#define RBS_DEBUG_LEVEL_ERRORS   1 /* Errors are recorded */
 
#define RBS_DEBUG_LEVEL_WARNINGS   2 /* Errors and Warnings are recorded */
 
#define RBS_DEBUG_LEVEL_LOG   3 /* Errors,Warnings and logs are recorded */
 
#define RBS_CFG_DEBUG_BUFSIZE   300
 
#define RBS_CFG_DEBUG_LEVEL   RBS_DEBUG_LEVEL_LOG
 

Detailed Description

Generated by   doxygen 1.8.9.1