Fixed bug #947.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12023 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
2dbd8fea1a
commit
d6b969dac4
|
@ -50,7 +50,7 @@
|
|||
* @note This is required if the boot process is not reliable for whatever
|
||||
* reason (bad ROMs, bad bootloaders, bad debuggers=.
|
||||
*/
|
||||
#if !defined(CRT0_VTOR_INIT) || defined(__DOXYGEN__)
|
||||
#if !defined(CRT0_FORCE_MSP_INIT) || defined(__DOXYGEN__)
|
||||
#define CRT0_FORCE_MSP_INIT TRUE
|
||||
#endif
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
* @note This is required if the boot process is not reliable for whatever
|
||||
* reason (bad ROMs, bad bootloaders, bad debuggers=.
|
||||
*/
|
||||
#if !defined(CRT0_VTOR_INIT) || defined(__DOXYGEN__)
|
||||
#if !defined(CRT0_FORCE_MSP_INIT) || defined(__DOXYGEN__)
|
||||
#define CRT0_FORCE_MSP_INIT TRUE
|
||||
#endif
|
||||
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
|
||||
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
|
||||
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
|
||||
- OTH: Fixed wrong macro check in GCC Cortex-M startup files (bug #947)
|
||||
(backported to 18.2.2 and 17.6.5).
|
||||
- HAL: Fixed binary instead of logic operator in STM32F4 HAL (bug #946)
|
||||
(backported to 18.2.2 and 17.6.5).
|
||||
- HAL: Fixed Mikroe clicker 2 misaligned board file (bug #945)
|
||||
|
|
Loading…
Reference in New Issue