diff options
author | Damien George <damien.p.george@gmail.com> | 2017-05-30 18:31:55 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-05-30 18:31:55 +1000 |
commit | 821dc27eecf2d47d175222e9259d5b287b45380c (patch) | |
tree | cfbef88bd7b7021b999a2c69c81aa66bba41f991 | |
parent | 272a5d95e040994039eb91830d310339253bcbb9 (diff) |
stmhal/boards: Enable DAC for NUCLEO_F767ZI board.
-rw-r--r-- | stmhal/boards/NUCLEO_F767ZI/mpconfigboard.h | 2 | ||||
-rw-r--r-- | stmhal/boards/NUCLEO_F767ZI/stm32f7xx_hal_conf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stmhal/boards/NUCLEO_F767ZI/mpconfigboard.h b/stmhal/boards/NUCLEO_F767ZI/mpconfigboard.h index cafea136f..8952bce82 100644 --- a/stmhal/boards/NUCLEO_F767ZI/mpconfigboard.h +++ b/stmhal/boards/NUCLEO_F767ZI/mpconfigboard.h @@ -16,7 +16,7 @@ #define MICROPY_HW_ENABLE_RTC (1) #define MICROPY_HW_ENABLE_TIMER (1) #define MICROPY_HW_ENABLE_SERVO (0) -#define MICROPY_HW_ENABLE_DAC (0) +#define MICROPY_HW_ENABLE_DAC (1) #define MICROPY_HW_ENABLE_CAN (1) // HSE is 25MHz diff --git a/stmhal/boards/NUCLEO_F767ZI/stm32f7xx_hal_conf.h b/stmhal/boards/NUCLEO_F767ZI/stm32f7xx_hal_conf.h index d2c31cb09..e1aa4578d 100644 --- a/stmhal/boards/NUCLEO_F767ZI/stm32f7xx_hal_conf.h +++ b/stmhal/boards/NUCLEO_F767ZI/stm32f7xx_hal_conf.h @@ -58,7 +58,7 @@ /* #define HAL_CEC_MODULE_ENABLED */ /* #define HAL_CRC_MODULE_ENABLED */ /* #define HAL_CRYP_MODULE_ENABLED */ -/* #define HAL_DAC_MODULE_ENABLED */ +#define HAL_DAC_MODULE_ENABLED /* #define HAL_DCMI_MODULE_ENABLED */ #define HAL_DMA_MODULE_ENABLED /* #define HAL_DMA2D_MODULE_ENABLED */ |