Fixed bug #1198.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@14927 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
bf8818f9cf
commit
6b65a852c6
|
@ -139,7 +139,7 @@
|
|||
#define STM32_HAS_GPIOE FALSE
|
||||
#define STM32_HAS_GPIOF FALSE
|
||||
#define STM32_HAS_GPIOG FALSE
|
||||
#define STM32_HAS_GPIOH FALSE
|
||||
#define STM32_HAS_GPIOH TRUE
|
||||
#define STM32_HAS_GPIOI FALSE
|
||||
#define STM32_HAS_GPIOJ FALSE
|
||||
#define STM32_HAS_GPIOK FALSE
|
||||
|
@ -1139,7 +1139,7 @@
|
|||
#define STM32_HAS_GPIOF TRUE
|
||||
#define STM32_HAS_GPIOG TRUE
|
||||
#define STM32_HAS_GPIOH TRUE
|
||||
#define STM32_HAS_GPIOI FALSE
|
||||
#define STM32_HAS_GPIOI TRUE
|
||||
#define STM32_HAS_GPIOJ FALSE
|
||||
#define STM32_HAS_GPIOK FALSE
|
||||
#define STM32_GPIO_EN_MASK (RCC_AHB2ENR_GPIOAEN | \
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
- NEW: Improved boost settings for STM32G4.
|
||||
- NEW: Files mcuconf.h for STM32F746, F767, L432, L452, L476, L496 received
|
||||
the missing setting STM32_WSPI_QUADSPI1_PRESCALER_VALUE.
|
||||
- FIX: Fixed several problems in STM32L4xx PLL and GPIO settings (bug #1198).
|
||||
- FIX: Fixed ARMCMx port, MPU not enabled when PORT_ENABLE_GUARD_PAGES is set
|
||||
(bug #1195).
|
||||
- FIX: Fixed removed incorrect ADCv4 checks for MONEN (bug #1194)
|
||||
|
|
Loading…
Reference in New Issue