Makefile.include: allow sending newline with cleanterm
Disable repeating the command on empty line to allow sending empty lines.
This commit is contained in:
parent
d33e2d215e
commit
baad72c44a
@ -632,7 +632,7 @@ term: $(filter flash flash-only, $(MAKECMDGOALS)) $(TERMDEPS)
|
|||||||
|
|
||||||
# Term without the pyterm added logging
|
# Term without the pyterm added logging
|
||||||
# TERMFLAGS must be exported for `jlink.sh term_rtt`.
|
# TERMFLAGS must be exported for `jlink.sh term_rtt`.
|
||||||
cleanterm: export PYTERMFLAGS += --noprefix
|
cleanterm: export PYTERMFLAGS += --noprefix --no-repeat-command-on-empty-line
|
||||||
cleanterm: $(filter flash, $(MAKECMDGOALS)) $(TERMDEPS)
|
cleanterm: $(filter flash, $(MAKECMDGOALS)) $(TERMDEPS)
|
||||||
$(call check_cmd,$(TERMPROG),Terminal program)
|
$(call check_cmd,$(TERMPROG),Terminal program)
|
||||||
$(TERMPROG) $(TERMFLAGS)
|
$(TERMPROG) $(TERMFLAGS)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user