Fixed bug #1223.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15510 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
98d6b8a676
commit
540df0650c
|
@ -145,7 +145,8 @@
|
|||
#define STM32_HAS_GPIOK FALSE
|
||||
#define STM32_GPIO_EN_MASK (RCC_AHB2ENR_GPIOAEN | \
|
||||
RCC_AHB2ENR_GPIOBEN | \
|
||||
RCC_AHB2ENR_GPIOCEN)
|
||||
RCC_AHB2ENR_GPIOCEN | \
|
||||
RCC_AHB2ENR_GPIOHEN)
|
||||
|
||||
/* I2C attributes.*/
|
||||
#define STM32_HAS_I2C1 TRUE
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
*** 20.3.5 ***
|
||||
- FIX: Some MISRA-related fixes.
|
||||
- FIX: Re-opened and fixed bug #1100.
|
||||
- FIX: Fixed GPIOH clock not enabled on STM32L432 (bug #1223)
|
||||
- FIX: Fixed incorrect type cast in TIME_I2US() (bug #1221).
|
||||
- FIX: Fixed missing clock disable for STM32 OCTOSPI2 (bug #1220).
|
||||
- FIX: Fixed Virtual Timers failure in a specific condition (bug #1215).
|
||||
|
|
Loading…
Reference in New Issue