From 2cc94bd1fc996dcfc96a76345b17fc4672b988b8 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Fri, 22 Jun 2018 18:26:51 +0200 Subject: [PATCH] The BL_APP_VECTOR_TABLE_ADDRESS should be overridable --- right/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/Makefile b/right/Makefile index ef7bcda..f58d3ed 100644 --- a/right/Makefile +++ b/right/Makefile @@ -38,7 +38,7 @@ JLINK_SCRIPT = ../scripts/flash-right.jlink BUILD_FLAGS = -DCPU_$(PART)_cm4 -DUSB_STACK_BM -DBL_HAS_BOOTLOADER_CONFIG=1 # Address of the app vector table. The bootloader will take up the flash before this address. -BL_APP_VECTOR_TABLE_ADDRESS = 0xc000 +BL_APP_VECTOR_TABLE_ADDRESS ?= 0xc000 # Source files. SOURCE = $(wildcard src/*.c) \