git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13065 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2019-10-05 07:21:52 +00:00
parent 39cba19143
commit 798086d76d
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)