From 3705202b85db21cdc71fa232f54807692eb1ee20 Mon Sep 17 00:00:00 2001 From: Anthony Merlino Date: Sun, 7 Mar 2021 22:09:35 -0500 Subject: [PATCH] Fix missing IO_CONFIG setting for STM32H747XI --- arch/arm/src/stm32h7/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/src/stm32h7/Kconfig b/arch/arm/src/stm32h7/Kconfig index a14ea6766a..78acd8b2d0 100644 --- a/arch/arm/src/stm32h7/Kconfig +++ b/arch/arm/src/stm32h7/Kconfig @@ -124,9 +124,10 @@ config ARCH_CHIP_STM32H747XI bool "STM32H747XI" select STM32H7_STM32H7X7XX select STM32H7_FLASH_CONFIG_I -# TODO: IO_CONFIG + select STM32H7_IO_CONFIG_X ---help--- Dual core STM32 H7 Cortex M7+M4, 2048 Kb FLASH, 1024K Kb SRAM + TFBGA240 config ARCH_CHIP_STM32H753AI bool "STM32H753AI"