From a2059acde5373b4fbe5dc23901867277c58d8094 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 12 Aug 2018 11:20:41 -0400 Subject: [PATCH] NuttX stm32f7 configs unset ADC1 DMA --- platforms/nuttx/nuttx-configs/av-x-v1/nsh/defconfig | 2 +- platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig | 2 +- platforms/nuttx/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platforms/nuttx/nuttx-configs/av-x-v1/nsh/defconfig b/platforms/nuttx/nuttx-configs/av-x-v1/nsh/defconfig index 2c32d29b69..fb1bf6834e 100644 --- a/platforms/nuttx/nuttx-configs/av-x-v1/nsh/defconfig +++ b/platforms/nuttx/nuttx-configs/av-x-v1/nsh/defconfig @@ -440,7 +440,7 @@ CONFIG_STM32F7_DMACAPABLE=y # ADC Configuration # # CONFIG_STM32F7_ADC_NO_STARTUP_CONV is not set -CONFIG_STM32F7_ADC1_DMA=y +# CONFIG_STM32F7_ADC1_DMA is not set # CONFIG_ARCH_TOOLCHAIN_IAR is not set CONFIG_ARCH_TOOLCHAIN_GNU=y diff --git a/platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig b/platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig index 2a9af522c0..3245ea0bd7 100644 --- a/platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig +++ b/platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig @@ -437,7 +437,7 @@ CONFIG_STM32F7_DMACAPABLE=y # ADC Configuration # # CONFIG_STM32F7_ADC_NO_STARTUP_CONV is not set -CONFIG_STM32F7_ADC1_DMA=y +# CONFIG_STM32F7_ADC1_DMA is not set # CONFIG_ARCH_TOOLCHAIN_IAR is not set CONFIG_ARCH_TOOLCHAIN_GNU=y diff --git a/platforms/nuttx/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig b/platforms/nuttx/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig index 4bfcaeb45d..fd3c7497eb 100644 --- a/platforms/nuttx/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig +++ b/platforms/nuttx/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig @@ -436,7 +436,7 @@ CONFIG_STM32F7_DMACAPABLE=y # ADC Configuration # # CONFIG_STM32F7_ADC_NO_STARTUP_CONV is not set -CONFIG_STM32F7_ADC1_DMA=y +# CONFIG_STM32F7_ADC1_DMA is not set # CONFIG_ARCH_TOOLCHAIN_IAR is not set CONFIG_ARCH_TOOLCHAIN_GNU=y