mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
makefiles/vars.inc.mk: add PROG_DEV variable
- Introduce new PROG_DEV variable to specify device PORT used by the PROGRAMMER or DEBUGGER.
This commit is contained in:
parent
0838199c36
commit
66e3cf569e
@ -91,6 +91,7 @@ info-build:
|
||||
@echo 'TERMPROG: $(TERMPROG)'
|
||||
@echo 'TERMFLAGS: $(TERMFLAGS)'
|
||||
@echo 'PORT: $(PORT)'
|
||||
@echo 'PROG_DEV: $(PROG_DEV)'
|
||||
@echo ''
|
||||
@echo 'DEBUGGER: $(DEBUGGER)'
|
||||
@echo 'DEBUGGER_FLAGS: $(DEBUGGER_FLAGS)'
|
||||
|
@ -74,6 +74,7 @@ export WERROR # Treat all compiler warnings as errors if set to 1
|
||||
export GITCACHE # path to git-cache executable
|
||||
export GIT_CACHE_DIR # path to git-cache cache directory
|
||||
# FLASHER # The command to call on "make flash".
|
||||
# PROG_DEV # The device to connect the FLASHER and DEBUGGER
|
||||
# FFLAGS # The parameters to supply to FLASHER.
|
||||
export FLASH_ADDR # Define an offset to flash code into ROM memory.
|
||||
# TERMPROG # The command to call on "make term".
|
||||
|
Loading…
Reference in New Issue
Block a user