添加debug重定向,添加命令行

This commit is contained in:
ranchuan
2023-12-02 11:27:25 +08:00
parent ae972b21aa
commit 66b9453255
19 changed files with 518 additions and 104 deletions

View File

@@ -23,6 +23,7 @@ SOURCES += \
base/base.cpp \
base/check_cfg.cpp \
base/crc.cpp \
base/debug.cpp \
base/mycfg.cpp \
elec/elec_judge.cpp \
elec/mystring.cpp \
@@ -36,9 +37,11 @@ SOURCES += \
interface/interface.cpp \
main.cpp \
mainwindow.cpp \
prot/prot_cmdline.cpp \
prot/prot_m4.cpp \
prot/prot_pc.cpp \
prot/prot_slave.cpp \
prot_cmd/cmd_cmdline.cpp \
prot_cmd/cmd_pc.cpp \
prot_cmd/cmd_slave.cpp
@@ -46,6 +49,7 @@ HEADERS += \
base/base.h \
base/check_cfg.h \
base/crc.h \
base/debug.h \
base/file.h \
base/mycfg.h \
elec/elec_judge.h \
@@ -59,6 +63,7 @@ HEADERS += \
interface/if_uart.h \
interface/interface.h \
mainwindow.h \
prot/prot_cmdline.h \
prot/prot_m4.h \
prot/prot_pc.h \
prot/prot_slave.h \