From 7bc2393936858abc321acfe527229d840a099611 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Fri, 19 Mar 2021 02:43:32 -0700 Subject: [PATCH] cubepilot cubeorange:Enable ADC3 in support of temperature sensing --- boards/cubepilot/cubeorange/nuttx-config/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/cubepilot/cubeorange/nuttx-config/nsh/defconfig b/boards/cubepilot/cubeorange/nuttx-config/nsh/defconfig index 0152442366..eba1a877f9 100644 --- a/boards/cubepilot/cubeorange/nuttx-config/nsh/defconfig +++ b/boards/cubepilot/cubeorange/nuttx-config/nsh/defconfig @@ -156,6 +156,7 @@ CONFIG_START_DAY=30 CONFIG_START_MONTH=11 CONFIG_STDIO_BUFFER_SIZE=256 CONFIG_STM32H7_ADC1=y +CONFIG_STM32H7_ADC3=y CONFIG_STM32H7_BBSRAM=y CONFIG_STM32H7_BBSRAM_FILES=5 CONFIG_STM32H7_BKPSRAM=y