From 62fe6d59cc1eca63cd6c6d5ceb2279acd60cde9b Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 24 Jul 2020 12:03:25 -0400 Subject: [PATCH] boards: hex cube yellow fix STM32F7 selection (STM32F765II -> STM32F777VI) --- boards/hex/cube-yellow/nuttx-config/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/hex/cube-yellow/nuttx-config/nsh/defconfig b/boards/hex/cube-yellow/nuttx-config/nsh/defconfig index 5ebdf78a7a..9b247ad63d 100644 --- a/boards/hex/cube-yellow/nuttx-config/nsh/defconfig +++ b/boards/hex/cube-yellow/nuttx-config/nsh/defconfig @@ -28,7 +28,7 @@ CONFIG_ARCH_BOARD_CUSTOM_DIR="../nuttx-config" CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y CONFIG_ARCH_BOARD_CUSTOM_NAME="px4" CONFIG_ARCH_CHIP="stm32f7" -CONFIG_ARCH_CHIP_STM32F765II=y +CONFIG_ARCH_CHIP_STM32F777VI=y CONFIG_ARCH_CHIP_STM32F7=y CONFIG_ARCH_INTERRUPTSTACK=512 CONFIG_ARCH_STACKDUMP=y