git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5966 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-07-13 07:57:15 +00:00
parent 27881295a0
commit 558724c989
2 changed files with 3 additions and 2 deletions

View File

@ -97,7 +97,6 @@ void hal_lld_init(void) {
been initialized in the board initialization file (board.c).*/
rccResetAHB1(~0);
rccResetAHB2(~0);
rccResetAHB3(~0);
rccResetAPB1(~RCC_APB1RSTR_PWRRST);
rccResetAPB2(~0);

View File

@ -89,7 +89,9 @@
*****************************************************************************
*** 2.7.0 ***
- FIX: Fixed invalid directory links in the demo files (bug #419)backported
- FIX: Fixed FSMC reset on STM32F4xx (bug #420)(backported to 2.6.1
and 2.4.4).
- FIX: Fixed invalid directory links in the demo files (bug #419)(backported
to 2.6.1).
- FIX: Fixed missing casts in time-conversion macros (bug #418)(backported
to 2.6.1, 2.4.4 and 2.2.10).