Revision 0a89baf2 modules/aos_chconf.h
modules/aos_chconf.h | ||
---|---|---|
168 | 168 |
#define CH_CFG_USE_REGISTRY FALSE |
169 | 169 |
|
170 | 170 |
/** |
171 |
* @brief Thread hierarchy APIs. |
|
172 |
* @details Id enabled then the thread hierarchy APIs are included in the kernel. |
|
173 |
* |
|
174 |
* @note The default is @p FALSE. |
|
175 |
*/ |
|
176 |
#define CH_CFG_USE_THREADHIERARCHY TRUE |
|
177 |
|
|
178 |
/** |
|
179 |
* @brief Enable ordering of child lists. |
|
180 |
* @details Children will be ordered by their priority (descending). |
|
181 |
* If sibliblings have identical priority, they are ordered by age (descending). |
|
182 |
*/ |
|
183 |
#define CH_CFG_THREADHIERARCHY_ORDERED TRUE |
|
184 |
|
|
185 |
/** |
|
171 | 186 |
* @brief Threads synchronization APIs. |
172 | 187 |
* @details If enabled then the @p chThdWait() function is included in |
173 | 188 |
* the kernel. |
Also available in: Unified diff