This is an automated email from the ASF dual-hosted git repository.

hartmannathan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 9603b8f  Add DAC2 configuration for stm32f405.
9603b8f is described below

commit 9603b8f67c09e178943a044ff521f7d5d66401e3
Author: Anton Potapov <a.pota...@geoscan.aero>
AuthorDate: Thu Feb 24 18:42:48 2022 +0300

    Add DAC2 configuration for stm32f405.
---
 arch/arm/src/stm32/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig
index 4f22990..796707f 100644
--- a/arch/arm/src/stm32/Kconfig
+++ b/arch/arm/src/stm32/Kconfig
@@ -1724,6 +1724,7 @@ config STM32_STM32F405
        select STM32_HAVE_CAN1
        select STM32_HAVE_CAN2
        select STM32_HAVE_DAC1
+       select STM32_HAVE_DAC2
        select STM32_HAVE_SPI3
        select STM32_HAVE_I2S3
        select STM32_HAVE_I2C3

Reply via email to