This is an automated email from the ASF dual-hosted git repository. antmerlino pushed a commit to branch stm32h747xi in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 050cf4ee4f906a21f95fd9d81d572944cd27013e Author: Anthony Merlino <[email protected]> AuthorDate: Sun Mar 7 22:09:35 2021 -0500 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 a14ea67..78acd8b 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"
