Fixed bug 3575098.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4748 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2012-10-13 09:13:42 +00:00
parent 639f46f3d0
commit 61650db8e5
2 changed files with 3 additions and 1 deletions

View File

@ -220,7 +220,7 @@
#define STM32_HAS_GPIOB TRUE #define STM32_HAS_GPIOB TRUE
#define STM32_HAS_GPIOC TRUE #define STM32_HAS_GPIOC TRUE
#define STM32_HAS_GPIOD TRUE #define STM32_HAS_GPIOD TRUE
#define STM32_HAS_GPIOE TRUE #define STM32_HAS_GPIOE FALSE
#define STM32_HAS_GPIOF FALSE #define STM32_HAS_GPIOF FALSE
#define STM32_HAS_GPIOG FALSE #define STM32_HAS_GPIOG FALSE
#define STM32_HAS_GPIOH FALSE #define STM32_HAS_GPIOH FALSE

View File

@ -83,6 +83,8 @@
***************************************************************************** *****************************************************************************
*** 2.5.1 *** *** 2.5.1 ***
- FIX: Fixed RCC_APB2ENR_IOPEEN undeclared on STM32F10X_LD_VL devices (bug
3575098)(backported to 2.4.3).
- FIX: Fixed misplaced declarations in lwip_bindings sys_arch.c (bug 3571053) - FIX: Fixed misplaced declarations in lwip_bindings sys_arch.c (bug 3571053)
(backported to 2.4.3). (backported to 2.4.3).
- FIX: Fixed double definition of sd1fel and sd2fel breaks Posix simulator - FIX: Fixed double definition of sd1fel and sd2fel breaks Posix simulator