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
chgio committed Sep 5, 2023
1 parent 9c12f5d commit 69441ce
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 71 deletions.
File renamed without changes.
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 69441ce

Please sign in to comment.