Revision fa64dbd6

View differences:

modules/DiWheelDrive_1-1/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                16
46
#define CH_CFG_ST_RESOLUTION                    16
47 47
#endif
48 48

  
49 49
// more common definition in aos_chconf.h
......
127 127
 * @brief   NVIC VTOR initialization offset.
128 128
 * @details On initialization, the code at this address in the flash memory will be executed.
129 129
 */
130
#define CORTEX_VTOR_INIT 0x00006000U
130
#define CORTEX_VTOR_INIT                        0x00006000U
131 131

  
132 132
/** @} */
133 133

  
......
138 138
 */
139 139
/*===========================================================================*/
140 140

  
141
/**
142
 * @brief   Flag to enable/disable sleep mode when the system is idle.
143
 */
144
#define CORTEX_ENABLE_WFI_IDLE                  TRUE
145

  
141 146
// common definitions in aos_chconf.h
142 147

  
143 148
/** @} */
modules/LightRing_1-0/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                16
46
#define CH_CFG_ST_RESOLUTION                    16
47 47
#endif
48 48

  
49 49
// more common definition in aos_chconf.h
......
127 127
 * @brief   NVIC VTOR initialization offset.
128 128
 * @details On initialization, the code at this address in the flash memory will be executed.
129 129
 */
130
#define CORTEX_VTOR_INIT 0x00006000U
130
#define CORTEX_VTOR_INIT                        0x00006000U
131 131

  
132 132
/** @} */
133 133

  
......
138 138
 */
139 139
/*===========================================================================*/
140 140

  
141
/**
142
 * @brief   Flag to enable/disable sleep mode when the system is idle.
143
 */
144
#define CORTEX_ENABLE_WFI_IDLE                  TRUE
145

  
141 146
// common definitions in aos_chconf.h
142 147

  
143 148
/** @} */
modules/NUCLEO-F103RB/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                16
46
#define CH_CFG_ST_RESOLUTION                    16
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
/** @} */
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
/** @} */
modules/PowerManagement_1-1/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
......
127 127
 * @brief   NVIC VTOR initialization offset.
128 128
 * @details On initialization, the code at this address in the flash memory will be executed.
129 129
 */
130
#define CORTEX_VTOR_INIT 0x00008000U
130
#define CORTEX_VTOR_INIT                        0x00008000U
131 131

  
132 132
/** @} */
133 133

  
......
138 138
 */
139 139
/*===========================================================================*/
140 140

  
141
/**
142
 * @brief   Flag to enable/disable sleep mode when the system is idle.
143
 */
144
#define CORTEX_ENABLE_WFI_IDLE                  TRUE
145

  
141 146
// common definitions in aos_chconf.h
142 147

  
143 148
/** @} */
modules/STM32F407G-DISC1/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