From 7b2d689e16bc11ce37cb21308f8b80d3827d910c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 9 Apr 2017 15:16:19 +0000 Subject: [PATCH] Fixed bug #827. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10153 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F3xx/stm32_registry.h | 2 +- readme.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/STM32F3xx/stm32_registry.h b/os/hal/ports/STM32/STM32F3xx/stm32_registry.h index e1bf383bf..a15d95908 100644 --- a/os/hal/ports/STM32/STM32F3xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F3xx/stm32_registry.h @@ -649,7 +649,7 @@ #define STM32_HAS_ETH FALSE /* EXTI attributes.*/ -#define STM32_EXTI_NUM_LINES 34 +#define STM32_EXTI_NUM_LINES 33 #define STM32_EXTI_IMR_MASK 0x1F800000U #define STM32_EXTI_IMR2_MASK 0xFFFFFFFCU diff --git a/readme.txt b/readme.txt index 1624614c8..54a9dd518 100644 --- a/readme.txt +++ b/readme.txt @@ -157,6 +157,8 @@ - RT: Merged RT4. - NIL: Merged NIL2. - NIL: Added STM32F7 demo. +- HAL: Fixed wrong number of EXTI lines for STM32F303x8 (bug #827)(backported + to 16.1.8). - HAL: Fixed invalid SDC OCR initialization value (bug #826)(backported to 16.1.8). - HAL: Fixed osThreadSetPriority() returns old priority instead of a status