File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -536,6 +536,7 @@ ifeq ($(DEBUG),1)
536536
537537 # USB connection
538538 ifeq ($(USE_USB),1)
539+ DEPLOY_CMD = idf.py -p `cat $(PORT_NAME_PATH)` -b $(UPLOAD_SPEED) $(IDF_PY_LOG_FLAG) flash -D mxDebug=$(DEBUG) -D INSTRUMENT=$(INSTRUMENT) -D TMP_DIR=$(TMP_DIR) -D SDKCONFIG_HEADER="$(SDKCONFIG_H)" -D CMAKE_MESSAGE_LOG_LEVEL=$(CMAKE_LOG_LEVEL) -D DEBUGGER_SPEED=$(DEBUGGER_SPEED)
539540 SET_PROGRAMMING_MODE = bash -c "PATH=\"$(PLATFORM_DIR)/config:$$PATH\"; waitForNewSerialLinux $(PROGRAMMING_VID) $(PROGRAMMING_PID) $(PORT_NAME_PATH) 0 $(PROGRAMMING_MODE_MESSAGE)"
540541 DO_LAUNCH = bash -c "PATH=\"$(PLATFORM_DIR)/config:$$PATH\"; waitForNewSerialLinux $(USB_VENDOR_ID) $(USB_PRODUCT_ID) $(PORT_NAME_PATH) 1 $(BEFORE_DEBUGGING_MESSAGE)"
541542 CONNECT_XSBUG = $(DO_LAUNCH) && XSBUG_PORT=$(XSBUG_PORT) XSBUG_HOST=$(XSBUG_HOST) serial2xsbug `cat $(PORT_NAME_PATH)` $(DEBUGGER_SPEED) 8N1
You can’t perform that action at this time.
0 commit comments