Fixed bug 3575098.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4747 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
9fae07fe09
commit
06bde091bd
|
@ -227,7 +227,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
|
||||
|
|
|
@ -79,6 +79,8 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 2.4.3 ***
|
||||
- FIX: Fixed RCC_APB2ENR_IOPEEN undeclared on STM32F10X_LD_VL devices (bug
|
||||
3575098).
|
||||
- FIX: Fixed optimization disable (-O0) breaks kernel in CortexM/RVCT (bug
|
||||
3573123).
|
||||
- FIX: Fixed misplaced declarations in lwip_bindings sys_arch.c (bug 3571053).
|
||||
|
|
Loading…
Reference in New Issue