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>
This commit is contained in:
parent
39ddfed9a0
commit
976d9d148f
@ -5,6 +5,7 @@
|
|||||||
#define MICROPY_HW_HAS_FLASH (1)
|
#define MICROPY_HW_HAS_FLASH (1)
|
||||||
#define MICROPY_HW_ENABLE_RNG (1)
|
#define MICROPY_HW_ENABLE_RNG (1)
|
||||||
#define MICROPY_HW_ENABLE_RTC (1)
|
#define MICROPY_HW_ENABLE_RTC (1)
|
||||||
|
#define MICROPY_HW_ENABLE_DAC (1)
|
||||||
#define MICROPY_HW_ENABLE_USB (1)
|
#define MICROPY_HW_ENABLE_USB (1)
|
||||||
#define MICROPY_HW_ENABLE_SERVO (1)
|
#define MICROPY_HW_ENABLE_SERVO (1)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user