Browse Source

NuttX stm32f7 configs unset ADC1 DMA

sbg
Daniel Agar 7 years ago
parent
commit
a2059acde5
  1. 2
      platforms/nuttx/nuttx-configs/av-x-v1/nsh/defconfig
  2. 2
      platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig
  3. 2
      platforms/nuttx/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig

2
platforms/nuttx/nuttx-configs/av-x-v1/nsh/defconfig

@ -440,7 +440,7 @@ CONFIG_STM32F7_DMACAPABLE=y @@ -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

2
platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig

@ -437,7 +437,7 @@ CONFIG_STM32F7_DMACAPABLE=y @@ -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

2
platforms/nuttx/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig

@ -436,7 +436,7 @@ CONFIG_STM32F7_DMACAPABLE=y @@ -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

Loading…
Cancel
Save