This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 3f4dc2ddf323db4cc1fe9590d4a209480caabe0d Author: Daniel P. Carvalho <[email protected]> AuthorDate: Tue Sep 15 05:59:57 2026 -0300 boards: stm32g4: regenerate nucleo-g431kb comp defconfig CONFIG_EXAMPLES_COMP_DACPATH matched its Kconfig default value, which make savedefconfig drops as redundant. The stale explicit line made the committed defconfig differ from what a clean savedefconfig produces, failing CI's defconfig-completeness check even though the board builds fine either way. Assisted-by: Claude:claude-sonnet-5 Signed-off-by: Daniel P. Carvalho <[email protected]> --- boards/arm/stm32g4/nucleo-g431kb/configs/comp/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/arm/stm32g4/nucleo-g431kb/configs/comp/defconfig b/boards/arm/stm32g4/nucleo-g431kb/configs/comp/defconfig index 4f33ff372e6..b93181d5c22 100644 --- a/boards/arm/stm32g4/nucleo-g431kb/configs/comp/defconfig +++ b/boards/arm/stm32g4/nucleo-g431kb/configs/comp/defconfig @@ -20,7 +20,6 @@ CONFIG_COMP=y CONFIG_DAC=y CONFIG_DEFAULT_SMALL=y CONFIG_EXAMPLES_COMP=y -CONFIG_EXAMPLES_COMP_DACPATH="/dev/dac5" CONFIG_EXAMPLES_DAC=y CONFIG_EXAMPLES_DAC_DEVPATH="/dev/dac5" CONFIG_FILE_STREAM=y
