Skip to content
Snippets Groups Projects
Commit f4500148 authored by schneider's avatar schneider
Browse files

fix(ble): Do not try to use the _app linkerscript anymore

parent 522ee861
No related branches found
No related tags found
No related merge requests found
......@@ -110,9 +110,7 @@ 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
#LINKERFILE=$(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/GCC/$(TARGET_LC).ld
################################################################################
# Include external library makefiles here
......
make clean
make APP=1
make
make build/max32665.bin
cp build/max32665.bin card10.bin
../bootloader/crc_patch.py card10.bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment