Revision 3cb82b1a modules/PowerManagement_1-1/mcuconf.h

View differences:

modules/PowerManagement_1-1/mcuconf.h
19 19
#ifndef MCUCONF_H
20 20
#define MCUCONF_H
21 21

  
22
#define STM32F4xx_MCUCONF
23

  
24
/*
25
 * Some old revisions of F4x MCU randomly chrashes with certain compiler options enabled.
26
 * This flag makes the kernel dynamically detect the MCUs ID code and CPU ID and react accordingly.
27
 * (see ChibiOS kernel: os/hal/ports/STM32/STM32F4xx/hal_lld.c)
28
 */
29
#define STM32_USE_REVISION_A_FIX
30

  
31 22
/*
32 23
 * STM32F4xx drivers configuration.
33 24
 * The following settings override the default settings present in
......
42 33
 * 0...3        Lowest...Highest.
43 34
 */
44 35

  
36
#define STM32F4xx_MCUCONF
37

  
38
/*
39
 * Some old revisions of F4x MCU randomly chrashes with certain compiler options enabled.
40
 * This flag makes the kernel dynamically detect the MCUs ID code and CPU ID and react accordingly.
41
 * (see ChibiOS kernel: os/hal/ports/STM32/STM32F4xx/hal_lld.c)
42
 */
43
#define STM32_USE_REVISION_A_FIX
44

  
45 45
/*
46 46
 * HAL driver system settings.
47 47
 */

Also available in: Unified diff