Browse Source

stm32/boards/STM32F429DISC: Add DAC support to the STM32F429DISC.

The STM32F429DISC board definition did not have DAC enabled, however the
micro/board supports it so this commit enables the feature.

Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
pull/15824/head
Matt Trentini 2 months ago
committed by Damien George
parent
commit
976d9d148f
  1. 1
      ports/stm32/boards/STM32F429DISC/mpconfigboard.h

1
ports/stm32/boards/STM32F429DISC/mpconfigboard.h

@ -5,6 +5,7 @@
#define MICROPY_HW_HAS_FLASH (1)
#define MICROPY_HW_ENABLE_RNG (1)
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_USB (1)
#define MICROPY_HW_ENABLE_SERVO (1)

Loading…
Cancel
Save