Fixed bug #1046.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13065 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
39cba19143
commit
798086d76d
|
@ -130,7 +130,7 @@
|
|||
/* GPIO attributes.*/
|
||||
#define STM32_HAS_GPIOA TRUE
|
||||
#define STM32_HAS_GPIOB TRUE
|
||||
#if !defined(STM32F030x4)
|
||||
#if !defined(STM32F030x4) && !defined(STM32F030x6)
|
||||
#define STM32_HAS_GPIOC TRUE
|
||||
#define STM32_HAS_GPIOD TRUE
|
||||
#else
|
||||
|
|
|
@ -126,6 +126,8 @@
|
|||
- HAL: Added a new interface for range-finder devices (used by EX).
|
||||
- HAL: Added mcuconf.h updater tool for STM32F407 (backported to 19.1.1).
|
||||
- NIL: Integrated NIL 4.0.
|
||||
- FIX: Fixed board initialization failure on STM32F030x6 (bug #1046)
|
||||
(backported to 19.1.4)(backported to 18.2.3).
|
||||
- FIX: Fixed STM32 I2Cv1 BTF event not cleared (bug #1045)
|
||||
(backported to 19.1.4)(backported to 18.2.3).
|
||||
- FIX: Fixed serial NOR driver wrong macro definition (bug #1044)
|
||||
|
|
Loading…
Reference in New Issue