Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
u-boot-stm32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
a181eb3b
Commit
a181eb3b
authored
Dec 16, 2016
by
Sergei Miroshnichenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RM#1047 stm32: Add configuration options for F76xxx/F77xxx MCUs
parent
8148f3d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
cpu/arm_cortexm3/stm32/clock.c
cpu/arm_cortexm3/stm32/clock.c
+2
-2
include/configs/stm32f769i-discovery.h
include/configs/stm32f769i-discovery.h
+1
-0
No files found.
cpu/arm_cortexm3/stm32/clock.c
View file @
a181eb3b
...
@@ -100,14 +100,14 @@
...
@@ -100,14 +100,14 @@
# if (CONFIG_STM32_PLL_Q < 4) || (CONFIG_STM32_PLL_Q > 15)
# if (CONFIG_STM32_PLL_Q < 4) || (CONFIG_STM32_PLL_Q > 15)
# error "Incorrect PLL_Q value."
# error "Incorrect PLL_Q value."
# endif
# endif
# if defined(CONFIG_SYS_STM32F76
9I_DISCO
)
# if defined(CONFIG_SYS_STM32F76
xxx) || defined(CONFIG_SYS_STM32F77xxx
)
# if !defined(CONFIG_STM32_PLL_R)
# if !defined(CONFIG_STM32_PLL_R)
# error "PLL_R must be set for STM32F769."
# error "PLL_R must be set for STM32F769."
# endif
# endif
# if (CONFIG_STM32_PLL_R < 2) || (CONFIG_STM32_PLL_R > 7)
# if (CONFIG_STM32_PLL_R < 2) || (CONFIG_STM32_PLL_R > 7)
# error "Incorrect PLL_R value."
# error "Incorrect PLL_R value."
# endif
# endif
# endif
/*
CONFIG_SYS_STM32F769I_DISCO
*/
# endif
/*
STM32F76xxx || STM32F77xxx
*/
#endif
/* CONFIG_STM32_SYS_CLK_PLL */
#endif
/* CONFIG_STM32_SYS_CLK_PLL */
/*
/*
...
...
include/configs/stm32f769i-discovery.h
View file @
a181eb3b
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
*/
*/
#define CONFIG_SYS_STM32
#define CONFIG_SYS_STM32
#define CONFIG_SYS_STM32F7
#define CONFIG_SYS_STM32F7
#define CONFIG_SYS_STM32F76xxx
#undef CONFIG_SYS_STM32F7_DISCO
#undef CONFIG_SYS_STM32F7_DISCO
#define CONFIG_SYS_STM32F769I_DISCO
#define CONFIG_SYS_STM32F769I_DISCO
...
...
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