Fixed bug 3575098.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4748 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
639f46f3d0
commit
61650db8e5
|
@ -220,7 +220,7 @@
|
|||
#define STM32_HAS_GPIOB TRUE
|
||||
#define STM32_HAS_GPIOC TRUE
|
||||
#define STM32_HAS_GPIOD TRUE
|
||||
#define STM32_HAS_GPIOE TRUE
|
||||
#define STM32_HAS_GPIOE FALSE
|
||||
#define STM32_HAS_GPIOF FALSE
|
||||
#define STM32_HAS_GPIOG FALSE
|
||||
#define STM32_HAS_GPIOH FALSE
|
||||
|
|
|
@ -83,6 +83,8 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 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)
|
||||
(backported to 2.4.3).
|
||||
- FIX: Fixed double definition of sd1fel and sd2fel breaks Posix simulator
|
||||
|
|
Loading…
Reference in New Issue