Implement jump-to-bootloader.
This commit is contained in:
parent
8152d279a4
commit
d057e5157e
3 changed files with 131 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue