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
card10
firmware
Commits
598d3378
Commit
598d3378
authored
May 12, 2019
by
schneider
Browse files
fix(makefiles): Compile standalone by default
parent
9cbff5a1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Hello_World/Makefile
View file @
598d3378
...
...
@@ -111,7 +111,9 @@ PROJ_CFLAGS+=-std=c99
#MXC_OPTIMIZE_CFLAGS=-O1
# Point this variable to a linker file to override the default file
ifneq
"$(APP)" ""
LINKERFILE
=
$(CMSIS_ROOT)
/Device/Maxim/
$(TARGET_UC)
/Source/GCC/
$(TARGET_LC)
_app.ld
endif
################################################################################
# Include external library makefiles here
...
...
Hello_World/build_image
View file @
598d3378
make clean
make
make
APP=1
make build/max32665.bin
cp build/max32665.bin card10.bin
python ../bootloader/crc_patch.py card10.bin
testapp/Makefile
View file @
598d3378
...
...
@@ -108,7 +108,9 @@ PROJ_CFLAGS+=-std=c99
#MXC_OPTIMIZE_CFLAGS=-O1
# Point this variable to a linker file to override the default file
ifneq
"$(APP)" ""
LINKERFILE
=
$(CMSIS_ROOT)
/Device/Maxim/
$(TARGET_UC)
/Source/GCC/
$(TARGET_LC)
_app.ld
endif
################################################################################
# Include external library makefiles here
...
...
testapp/build_image
View file @
598d3378
make clean
make
make
APP=1
make build/max32665.bin
cp build/max32665.bin card10.bin
python ../bootloader/crc_patch.py card10.bin
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