makefiles/avrdude: allow setting debug server interface
This commit is contained in:
parent
4751892ce9
commit
1a16ee8215
@ -2,7 +2,8 @@ FLASHER = avrdude
|
||||
DIST_PATH = $(RIOTBOARD)/$(BOARD)/dist
|
||||
DEBUGSERVER_PORT = 4242
|
||||
DEBUGSERVER = $(DIST_PATH)/debug_srv.sh
|
||||
DEBUGSERVER_FLAGS = "-g -j usb :$(DEBUGSERVER_PORT)"
|
||||
DEBUGSERVER_INTERFACE ?=
|
||||
DEBUGSERVER_FLAGS = "-g -j usb $(DEBUGSERVER_INTERFACE) :$(DEBUGSERVER_PORT)"
|
||||
DEBUGGER_FLAGS = "-x $(RIOTBOARD)/$(BOARD)/dist/gdb.conf $(ELFFILE)"
|
||||
DEBUGGER = $(DIST_PATH)/debug.sh $(DEBUGSERVER_FLAGS) $(DIST_PATH) $(DEBUGSERVER_PORT)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user