We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272a5d9 commit 821dc27Copy full SHA for 821dc27
2 files changed
stmhal/boards/NUCLEO_F767ZI/mpconfigboard.h
@@ -16,7 +16,7 @@
16
#define MICROPY_HW_ENABLE_RTC (1)
17
#define MICROPY_HW_ENABLE_TIMER (1)
18
#define MICROPY_HW_ENABLE_SERVO (0)
19
-#define MICROPY_HW_ENABLE_DAC (0)
+#define MICROPY_HW_ENABLE_DAC (1)
20
#define MICROPY_HW_ENABLE_CAN (1)
21
22
// HSE is 25MHz
stmhal/boards/NUCLEO_F767ZI/stm32f7xx_hal_conf.h
@@ -58,7 +58,7 @@
58
/* #define HAL_CEC_MODULE_ENABLED */
59
/* #define HAL_CRC_MODULE_ENABLED */
60
/* #define HAL_CRYP_MODULE_ENABLED */
61
-/* #define HAL_DAC_MODULE_ENABLED */
+#define HAL_DAC_MODULE_ENABLED
62
/* #define HAL_DCMI_MODULE_ENABLED */
63
#define HAL_DMA_MODULE_ENABLED
64
/* #define HAL_DMA2D_MODULE_ENABLED */
0 commit comments