This commit is contained in:
Matthew Kennedy 2023-08-26 17:39:21 -07:00
parent c138631096
commit c7ea65f9a7
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
# Added if USE_BOOTLOADER=yes in Makefile
BOOTLOADERSRC= $(PROJECT_DIR)/bootloader/bootloader_storage.c
ifeq ($(BOOTLOADERINC),)
BOOTLOADERINC=$(PROJECT_DIR)/bootloader
endif
USE_OPT += -Wl,--defsym=BOOTLOADER=1
# Add bootloader code to the firmware
DDEFS += -DEFI_BOOTLOADER_INCLUDE_CODE=TRUE
# Relocate interrupt vectors for the new application start address
DDEFS += -DCORTEX_VTOR_INIT=0x8000