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
4831e38c
Commit
4831e38c
authored
Apr 08, 2019
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stm32/boards/NUCLEO_H743ZI: Add config options to support mboot.
parent
fd13ce5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.mk
ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.mk
+11
-0
No files found.
ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.mk
View file @
4831e38c
USE_MBOOT
?=
0
# MCU settings
MCU_SERIES
=
h7
CMSIS_MCU
=
STM32H743xx
MICROPY_FLOAT_IMPL
=
double
AF_FILE
=
boards/stm32h743_af.csv
ifeq
($(USE_MBOOT),1)
# When using Mboot all the text goes together after the filesystem
LD_FILES
=
boards/stm32h743.ld boards/common_blifs.ld
TEXT0_ADDR
=
0x08040000
else
# When not using Mboot the ISR text goes first, then the rest after the filesystem
LD_FILES
=
boards/stm32h743.ld boards/common_ifs.ld
TEXT0_ADDR
=
0x08000000
TEXT1_ADDR
=
0x08040000
endif
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