From 77dfd111e290f88c15712850a7a5d53668be312b Mon Sep 17 00:00:00 2001 From: CUAVcaijie Date: Tue, 3 Nov 2020 02:14:44 +0800 Subject: [PATCH] boards: cuav/x7pro disable BDMA (#16056) - currently causing a crash, disable for now --- boards/cuav/x7pro/nuttx-config/nsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/cuav/x7pro/nuttx-config/nsh/defconfig b/boards/cuav/x7pro/nuttx-config/nsh/defconfig index 846b2f9784..bd370bf956 100644 --- a/boards/cuav/x7pro/nuttx-config/nsh/defconfig +++ b/boards/cuav/x7pro/nuttx-config/nsh/defconfig @@ -155,7 +155,6 @@ CONFIG_STDIO_BUFFER_SIZE=256 CONFIG_STM32H7_ADC1=y CONFIG_STM32H7_BBSRAM=y CONFIG_STM32H7_BBSRAM_FILES=5 -CONFIG_STM32H7_BDMA=y CONFIG_STM32H7_BKPSRAM=y CONFIG_STM32H7_DMA1=y CONFIG_STM32H7_DMA2=y