Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
821dc27e
Commit
821dc27e
authored
May 30, 2017
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stmhal/boards: Enable DAC for NUCLEO_F767ZI board.
parent
272a5d95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
stmhal/boards/NUCLEO_F767ZI/mpconfigboard.h
stmhal/boards/NUCLEO_F767ZI/mpconfigboard.h
+1
-1
stmhal/boards/NUCLEO_F767ZI/stm32f7xx_hal_conf.h
stmhal/boards/NUCLEO_F767ZI/stm32f7xx_hal_conf.h
+1
-1
No files found.
stmhal/boards/NUCLEO_F767ZI/mpconfigboard.h
View file @
821dc27e
...
...
@@ -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
...
...
stmhal/boards/NUCLEO_F767ZI/stm32f7xx_hal_conf.h
View file @
821dc27e
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
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