Fixed bug #420.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@5968 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
9f89857411
commit
845744cdcb
|
@ -102,7 +102,6 @@ void hal_lld_init(void) {
|
||||||
been initialized in the board initialization file (board.c).*/
|
been initialized in the board initialization file (board.c).*/
|
||||||
rccResetAHB1(~0);
|
rccResetAHB1(~0);
|
||||||
rccResetAHB2(~0);
|
rccResetAHB2(~0);
|
||||||
rccResetAHB3(~0);
|
|
||||||
rccResetAPB1(~RCC_APB1RSTR_PWRRST);
|
rccResetAPB1(~RCC_APB1RSTR_PWRRST);
|
||||||
rccResetAPB2(~0);
|
rccResetAPB2(~0);
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,6 @@ void hal_lld_init(void) {
|
||||||
been initialized in the board initialization file (board.c).*/
|
been initialized in the board initialization file (board.c).*/
|
||||||
rccResetAHB1(~0);
|
rccResetAHB1(~0);
|
||||||
rccResetAHB2(~0);
|
rccResetAHB2(~0);
|
||||||
rccResetAHB3(~0);
|
|
||||||
rccResetAPB1(~RCC_APB1RSTR_PWRRST);
|
rccResetAPB1(~RCC_APB1RSTR_PWRRST);
|
||||||
rccResetAPB2(~0);
|
rccResetAPB2(~0);
|
||||||
|
|
||||||
|
|
|
@ -79,6 +79,7 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.4.4 ***
|
*** 2.4.4 ***
|
||||||
|
- FIX: Fixed FSMC reset on STM32F4xx (bug #420).
|
||||||
- FIX: Fixed missing casts in time-conversion macros (bug #418).
|
- FIX: Fixed missing casts in time-conversion macros (bug #418).
|
||||||
- FIX: Fixed PLL2 activation condition is wrong in STM32F107 HAL (bug #417).
|
- FIX: Fixed PLL2 activation condition is wrong in STM32F107 HAL (bug #417).
|
||||||
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415).
|
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415).
|
||||||
|
|
Loading…
Reference in New Issue