Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
821dc27e
Commit
821dc27e
authored
May 30, 2017
by
Damien George
Browse files
stmhal/boards: Enable DAC for NUCLEO_F767ZI board.
parent
272a5d95
Changes
2
Hide whitespace changes
Inline
Side-by-side
stmhal/boards/NUCLEO_F767ZI/mpconfigboard.h
View file @
821dc27e
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_TIMER (1)
#define MICROPY_HW_ENABLE_TIMER (1)
#define MICROPY_HW_ENABLE_SERVO (0)
#define MICROPY_HW_ENABLE_SERVO (0)
#define MICROPY_HW_ENABLE_DAC (
0
)
#define MICROPY_HW_ENABLE_DAC (
1
)
#define MICROPY_HW_ENABLE_CAN (1)
#define MICROPY_HW_ENABLE_CAN (1)
// HSE is 25MHz
// HSE is 25MHz
...
...
stmhal/boards/NUCLEO_F767ZI/stm32f7xx_hal_conf.h
View file @
821dc27e
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
/* #define HAL_CEC_MODULE_ENABLED */
/* #define HAL_CEC_MODULE_ENABLED */
/* #define HAL_CRC_MODULE_ENABLED */
/* #define HAL_CRC_MODULE_ENABLED */
/* #define HAL_CRYP_MODULE_ENABLED */
/* #define HAL_CRYP_MODULE_ENABLED */
/*
#define HAL_DAC_MODULE_ENABLED
*/
#define HAL_DAC_MODULE_ENABLED
/* #define HAL_DCMI_MODULE_ENABLED */
/* #define HAL_DCMI_MODULE_ENABLED */
#define HAL_DMA_MODULE_ENABLED
#define HAL_DMA_MODULE_ENABLED
/* #define HAL_DMA2D_MODULE_ENABLED */
/* #define HAL_DMA2D_MODULE_ENABLED */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment