mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18194 from benpicco/dist/tools/cosy-port
dist/tools/cosy: allow to specify port
This commit is contained in:
commit
04fc22e031
@ -844,8 +844,9 @@ preflash: $(BUILD_BEFORE_FLASH)
|
||||
|
||||
# graphical memory usage analyzer
|
||||
COSY_TOOL ?= $(PKGDIRBASE)/cosy/cosy.py
|
||||
COSY_PORT ?= 12345
|
||||
cosy: $(ELFFILE) $(COSY_TOOL)
|
||||
$(COSY_TOOL) --riot-base $(RIOTBASE) $(APPDIR) $(BOARD) $(ELFFILE) $(MAPFILE)
|
||||
$(COSY_TOOL) --port $(COSY_PORT) --riot-base $(RIOTBASE) $(APPDIR) $(BOARD) $(ELFFILE) $(MAPFILE)
|
||||
|
||||
ifneq (,$(TERMLOG)$(TERMTEE))
|
||||
TERMTEE ?= | tee -a $(TERMLOG)
|
||||
|
BIN
dist/tools/cosy/patches/0001-cosy-allow-to-specify-port.patch
vendored
Normal file
BIN
dist/tools/cosy/patches/0001-cosy-allow-to-specify-port.patch
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user