This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 8e06efb0478192baa0d7a03327ae983e975b3abc Author: Matteo Golin <[email protected]> AuthorDate: Sun May 3 16:21:30 2026 -0400 boards/stm32f4discovery: Normalize mt6816 defconfig Normalize board configuration for mt6816 config. Signed-off-by: Matteo Golin <[email protected]> --- boards/arm/stm32/stm32f4discovery/configs/mt6816/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/arm/stm32/stm32f4discovery/configs/mt6816/defconfig b/boards/arm/stm32/stm32f4discovery/configs/mt6816/defconfig index 722c5b12b9f..609bf1e8f07 100644 --- a/boards/arm/stm32/stm32f4discovery/configs/mt6816/defconfig +++ b/boards/arm/stm32/stm32f4discovery/configs/mt6816/defconfig @@ -18,7 +18,6 @@ CONFIG_ARCH_CHIP="stm32" CONFIG_ARCH_CHIP_STM32=y CONFIG_ARCH_CHIP_STM32F407VG=y CONFIG_ARCH_STACKDUMP=y -CONFIG_BOARD_LATE_INITIALIZE=y CONFIG_BOARD_LOOPSPERMSEC=16717 CONFIG_BUILTIN=y CONFIG_DEBUG_FEATURES=y
