Implement jump-to-bootloader.

This commit is contained in:
flabbergast 2015-09-08 16:07:34 +01:00
parent 8152d279a4
commit d057e5157e
3 changed files with 131 additions and 3 deletions

View file

@ -81,6 +81,10 @@ endif
# Version string
OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)
# Bootloader address
ifdef BOOTLOADER_ADDRESS
OPT_DEFS += -DBOOTLOADER_ADDRESS=$(BOOTLOADER_ADDRESS)
endif
# Search Path
VPATH += $(TMK_DIR)/common