Skip to content

Commit

Permalink
kill POHIC-G/S deployment view for MSP430
Browse files Browse the repository at this point in the history
Michał's fork of the C++ runtime for x86 Linux is the only one we got to
work so far. maybe this is just because of print_service, maybe not, but
it's not broken, so why fix it? instead, let's promote it to our
default:
- rename deploymentview_cpp.dv.xml to deploymentview.dv.xml
- rename deploymentview_cpp.ui.xml to deploymentview.ui.xml
- delete deploymentview_pohic.dv.xml and deploymentview_pohic.ui.xml
  • Loading branch information
Giorgio Ciacchella authored and Giorgio Ciacchella committed Sep 5, 2023
1 parent 9c12f5d commit 07272c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 73 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<DeploymentView version="1.2" UiFile="deploymentview_cpp.ui.xml">
<DeploymentView version="1.2" UiFile="deploymentview.ui.xml">
<Node id="{0933e7d4-0404-49ad-826d-c2521fc8115f}" name="x86 Linux C++" type="ocarina_processors_x86::x86.generic_linux" node_label="Node_1" namespace="ocarina_processors_x86">
<Partition id="{bf80ed21-30bf-4f5c-a146-5b4919d27061}" name="gs_partition">
<Function id="{5564b17d-c297-483e-aefc-11c6bf43d906}" name="gs_gui" path="gs_gui"/>
Expand Down Expand Up @@ -41,4 +41,4 @@
<Message id="{0fb7a723-96f8-4346-a4bf-40fce33d32be}" name="Message_1" from_function="mission_mode_change_tc_handler" from_interface="report_mission_mode_change" to_function="gs_gui" to_interface="report_mission_mode_change"/>
<Message id="{a3bc1ff8-eff2-4710-ba41-53e8484c7ae8}" name="Message_2" from_function="gs_gui" from_interface="tc_change_mission_mode" to_function="mission_mode_change_tc_handler" to_interface="tc_change_mission_mode"/>
</Connection>
</DeploymentView>
</DeploymentView>
File renamed without changes.
34 changes: 0 additions & 34 deletions obc-firmware/deploymentview_pohic.dv.xml

This file was deleted.

35 changes: 0 additions & 35 deletions obc-firmware/deploymentview_pohic.ui.xml

This file was deleted.

5 changes: 3 additions & 2 deletions obc-firmware/obc-firmware.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ DISTFILES += work/binaries/coverage/index.html
DISTFILES += work/binaries/filters
DISTFILES += work/system.asn

DISTFILES += deploymentview_cpp.dv.xml
DISTFILES += deploymentview_pohic.dv.xml
DISTFILES += \
deploymentview.dv.xml
DISTFILES +=
DISTFILES += obc-firmware.asn
DISTFILES += obc-firmware.acn
include(work/taste.pro)
Expand Down

0 comments on commit 07272c7

Please sign in to comment.