add countdownlatch and completion
This commit is contained in:
@@ -69,6 +69,24 @@
|
||||
/////////////////////////////////////////
|
||||
|
||||
|
||||
/////////////////////////////////////////
|
||||
// disable countdownlatch
|
||||
#ifdef TOS_CFG_COUNTDOWNLATCH_EN
|
||||
#undef TOS_CFG_COUNTDOWNLATCH_EN
|
||||
#endif
|
||||
#define TOS_CFG_COUNTDOWNLATCH_EN 0u
|
||||
/////////////////////////////////////////
|
||||
|
||||
|
||||
/////////////////////////////////////////
|
||||
// disable completion
|
||||
#ifdef TOS_CFG_COMPLETION_EN
|
||||
#undef TOS_CFG_COMPLETION_EN
|
||||
#endif
|
||||
#define TOS_CFG_COMPLETION_EN 0u
|
||||
/////////////////////////////////////////
|
||||
|
||||
|
||||
/////////////////////////////////////////
|
||||
// disable the "traditional" timer
|
||||
#ifdef TOS_CFG_TIMER_EN
|
||||
@@ -172,6 +190,14 @@
|
||||
#define TOS_CFG_SEM_EN 0u
|
||||
#endif
|
||||
|
||||
#ifndef TOS_CFG_COUNTDOWNLATCH_EN
|
||||
#define TOS_CFG_COUNTDOWNLATCH_EN 0u
|
||||
#endif
|
||||
|
||||
#ifndef TOS_CFG_COMPLETION_EN
|
||||
#define TOS_CFG_COMPLETION_EN 0u
|
||||
#endif
|
||||
|
||||
#ifndef TOS_CFG_MMHEAP_EN
|
||||
#define TOS_CFG_MMHEAP_EN 0u
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user