Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gene
xmc4500-relax-linux
Commits
a7c0f455
Commit
a7c0f455
authored
Sep 01, 2016
by
Christian Eichler
Browse files
Implement flashing to a specific XMC4500 board via variable JLINKSER
parent
ef1b7dda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a7c0f455
...
...
@@ -34,7 +34,14 @@ SIZE = $(TOOLCHAIN)-size
STACK_SIZE
?=
2048
JLFLAGS
=
-device
XMC4500-1024
-if
SWD
-speed
300
JLINKSER
?=
0
JLINKSERSTR
=
ifneq
($(JLINKSER),0)
JLINKSERSTR
=
-SelectEmuBySN
${JLINKSER}
endif
JLFLAGS
=
-device
XMC4500-1024
-if
SWD
-speed
300
${JLINKSERSTR}
CFLAGS
=
-target
armv6m--none-eabi
-mcpu
=
cortex-m4
-mthumb
-integrated-as
-ccc-gcc-name
arm-none-eabi-gcc
# CFLAGS = -g
...
...
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