From 61650db8e547e811190b13338f22f69f2e3fa1dc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 13 Oct 2012 09:13:42 +0000 Subject: [PATCH] Fixed bug 3575098. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4748 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F1xx/hal_lld_f100.h | 2 +- readme.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/os/hal/platforms/STM32F1xx/hal_lld_f100.h b/os/hal/platforms/STM32F1xx/hal_lld_f100.h index 65b116993..81054966e 100644 --- a/os/hal/platforms/STM32F1xx/hal_lld_f100.h +++ b/os/hal/platforms/STM32F1xx/hal_lld_f100.h @@ -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 diff --git a/readme.txt b/readme.txt index c389209e7..37aaa7d02 100644 --- a/readme.txt +++ b/readme.txt @@ -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