Revision fa64dbd6 modules/NUCLEO-L476RG/chconf.h
| modules/NUCLEO-L476RG/chconf.h | ||
|---|---|---|
| 43 | 43 |
* @note Allowed values are 16 or 32 bits. |
| 44 | 44 |
*/ |
| 45 | 45 |
#if !defined(CH_CFG_ST_RESOLUTION) |
| 46 |
#define CH_CFG_ST_RESOLUTION 32 |
|
| 46 |
#define CH_CFG_ST_RESOLUTION 32
|
|
| 47 | 47 |
#endif |
| 48 | 48 |
|
| 49 | 49 |
// more common definition in aos_chconf.h |
| ... | ... | |
| 132 | 132 |
*/ |
| 133 | 133 |
/*===========================================================================*/ |
| 134 | 134 |
|
| 135 |
/** |
|
| 136 |
* @brief Flag to enable/disable sleep mode when the system is idle. |
|
| 137 |
*/ |
|
| 138 |
#define CORTEX_ENABLE_WFI_IDLE TRUE |
|
| 139 |
|
|
| 135 | 140 |
// common definitions in aos_chconf.h |
| 136 | 141 |
|
| 137 | 142 |
/** @} */ |
Also available in: Unified diff