add VERSION=latest target
This commit is contained in:
parent
77a286f441
commit
fb759a2699
6
Makefile
6
Makefile
@ -390,12 +390,16 @@ dfu-flash: $(BUILD)/$(MERGED_FNAME).zip
|
|||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
ifeq ($(VERSION),latest)
|
||||||
|
VERSION_FPATH = $(RELEASE_DIR)/$(MERGED_FNAME)
|
||||||
|
else
|
||||||
VERSION_FPATH = bin/$(BOARD)/$(VERSION)/$(OUTPUT_FILENAME)_$(SD_NAME)_$(VERSION)
|
VERSION_FPATH = bin/$(BOARD)/$(VERSION)/$(OUTPUT_FILENAME)_$(SD_NAME)_$(VERSION)
|
||||||
|
endif
|
||||||
|
|
||||||
# Flash specific version in binary release folder
|
# Flash specific version in binary release folder
|
||||||
flash:
|
flash:
|
||||||
@echo Flashing: $(VERSION_FPATH).hex
|
@echo Flashing: $(VERSION_FPATH).hex
|
||||||
$(NRFJPROG) --program $(VERSION_FPATH).hex --sectoranduicrerase -f nrf52 --reset
|
$(NRFJPROG) --program $(VERSION_FPATH).hex --chiperase -f nrf52 --reset
|
||||||
|
|
||||||
dfu-flash:
|
dfu-flash:
|
||||||
@:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyACM0)
|
@:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyACM0)
|
||||||
|
Loading…
Reference in New Issue
Block a user