detach previous session when using make monitor
This commit is contained in:
parent
6f46722abb
commit
bd5413e33c
1 changed files with 2 additions and 1 deletions
|
@ -1344,7 +1344,8 @@ show_boards:
|
|||
@$(CAT) "$(BOARDS_TXT)" | grep -E "^[a-zA-Z0-9_]+.name" | sort -uf | sed 's/.name=/:/' | column -s: -t
|
||||
|
||||
monitor:
|
||||
$(MONITOR_CMD) $(call get_monitor_port) $(MONITOR_BAUDRATE)
|
||||
$(MONITOR_CMD) -S ARD_MONITOR $(call get_monitor_port) $(MONITOR_BAUDRATE)
|
||||
-$(MONITOR_CMD) -X -S ARD_MONITOR quit
|
||||
|
||||
disasm: $(OBJDIR)/$(TARGET).lss
|
||||
@$(ECHO) "The compiled ELF file has been disassembled to $(OBJDIR)/$(TARGET).lss\n\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue