Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
88749ee3
You need to sign in or sign up before continuing.
Commit
88749ee3
authored
10 years ago
by
Hauke Petersen
Browse files
Options
Downloads
Patches
Plain Diff
boards/spark-core: fixed make flash target
parent
38430d4d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/spark-core/Makefile.include
+3
-4
3 additions, 4 deletions
boards/spark-core/Makefile.include
with
3 additions
and
4 deletions
boards/spark-core/Makefile.include
+
3
−
4
View file @
88749ee3
...
...
@@ -17,7 +17,7 @@ export LINK = $(PREFIX)gcc
export
SIZE
=
$(
PREFIX
)
size
export
OBJCOPY
=
$(
PREFIX
)
objcopy
export
TERMPROG
=
$(
RIOTBASE
)
/dist/tools/pyterm/pyterm
export
FLASHER
=
$(
OBJCOPY
)
-O
binary
$(
ELFFILE
)
$(
BINFILE
)
;
dfu-util
-d
1d50:607f
-a
0
-s
0x08005000:leave
-D
"
$(
BINFILE
)
"
export
FLASHER
=
dfu-util
export
DEBUGGER
=
# spark core has no debugger
export
RESET
=
# dfu-util has no support for resetting the device
...
...
@@ -30,9 +30,8 @@ export ASFLAGS += -ggdb -g3 $(CPU_USAGE) $(FPU_USAGE) -mlittle-endian
export
LINKFLAGS
+=
-ggdb
-g3
-std
=
gnu99
$(
CPU_USAGE
)
$(
FPU_USAGE
)
-mlittle-endian
-static
-lgcc
-mthumb
-mno-thumb-interwork
-nostartfiles
# $(LINKERSCRIPT) is specified in cpu/Makefile.include
export
LINKFLAGS
+=
-T
$(
LINKERSCRIPT
)
export
OFLAGS
=
-O
ihex
export
FFLAGS
=
$(
HEXFILE
)
export
DEBUGGER_FLAGS
=
$(
RIOTBOARD
)
/
$(
BOARD
)
/dist/gdb.conf
$(
ELFFILE
)
export
OFLAGS
=
-O
binary
export
FFLAGS
=
-d
1d50:607f
-a
0
-s
0x08005000:leave
-D
"
$(
HEXFILE
)
"
export
TERMFLAGS
=
-p
$(
PORT
)
# unwanted (CXXUWFLAGS) and extra (CXXEXFLAGS) flags for c++
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment