Skip to content
Commit 15b85738 authored by gwenhael.goavec's avatar gwenhael.goavec Committed by Gregory Nutt
Browse files

In arch/arm/src/stm32/Kconfig when the CPU is a STM32F4, some STM32_HAVE_xx...

In arch/arm/src/stm32/Kconfig when the CPU is a STM32F4, some STM32_HAVE_xx with xx = {OTGFS, TIM3, TIM4, SPI3, I2S3, I2C3} are selected by default. But for F410 these peripherals are absent. This change add tests to check if the target CPU is an F410 or not and selects according to the situation.  This also adds a select for STM32_HAVE_DAC1 present on this STM32 flavor.
parent 94f26828
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment