Revision c53ef0b1 modules/PowerManagement_1-1/aosconf.h

View differences:

modules/PowerManagement_1-1/aosconf.h
161 161
 * @brief   In order to execute MSI, a broadcast bus (BCB) and according interfaces must be defined.
162 162
 */
163 163
#if !defined(OS_CFG_SSSP_MSI)
164
  #define AMIROOS_CFG_SSSP_MSI                  false
164
  #define AMIROOS_CFG_SSSP_MSI                  true
165 165
#else
166 166
  #define AMIROOS_CFG_SSSP_MSI                  OS_CFG_SSSP_MSI
167 167
#endif
168 168

  
169 169
/**
170 170
 * @brief   Width of the @p aos_sssp_moduleid_t type.
171
 * @details Possible settings are 8, 16 and 32.
171
 * @details Possible settings are 8, 16, 32 and 64.
172 172
 */
173 173
#if !defined(OS_CFG_SSSP_MODULEIDWIDTH)
174 174
  #define AMIROOS_CFG_SSSP_MODULEIDWIDTH        16

Also available in: Unified diff