aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmips_machine.pro
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-13 18:37:51 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-13 18:37:51 +0100
commit93c5ade08250e419b7dbc3177db6fba93163fd34 (patch)
treeb28d4f1bb4c36edbd60bf634d0d71a6d880b592d /qtmips_machine/qtmips_machine.pro
parent9f1ddc2b38469d5028aec5ba7b68131d711f2622 (diff)
downloadqtmips-93c5ade08250e419b7dbc3177db6fba93163fd34.tar.gz
qtmips-93c5ade08250e419b7dbc3177db6fba93163fd34.tar.bz2
qtmips-93c5ade08250e419b7dbc3177db6fba93163fd34.zip
Include simple serial port terminal and prepare empty peripheral dock.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/qtmips_machine.pro')
-rw-r--r--qtmips_machine/qtmips_machine.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtmips_machine/qtmips_machine.pro b/qtmips_machine/qtmips_machine.pro
index 286847f..e63c8a1 100644
--- a/qtmips_machine/qtmips_machine.pro
+++ b/qtmips_machine/qtmips_machine.pro
@@ -25,7 +25,8 @@ SOURCES += \
machineconfig.cpp \
utils.cpp \
physaddrspace.cpp \
- peripheral.cpp
+ peripheral.cpp \
+ serialport.cpp
HEADERS += \
qtmipsmachine.h \
@@ -41,4 +42,5 @@ HEADERS += \
utils.h \
machinedefs.h \
physaddrspace.h \
- peripheral.h
+ peripheral.h \
+ serialport.h