From 20c911446db85a1f08e7bf5d94bb982ceb488750 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 11 Apr 2022 14:23:32 +0200 Subject: [PATCH] add load path script, update submodules --- .gitignore | 3 +++ example_common | 2 +- fsfw | 2 +- load-path.sh | 2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100755 load-path.sh diff --git a/.gitignore b/.gitignore index d345880..0e17b62 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ Makefile* .vs out +# xPacks +/xpacks +/package.json diff --git a/example_common b/example_common index cf97d69..797801f 160000 --- a/example_common +++ b/example_common @@ -1 +1 @@ -Subproject commit cf97d690fe34fc66436d8f32de0b8c893f3c56e8 +Subproject commit 797801ffde3defc48e5f3f69df31f36e5d3879c5 diff --git a/fsfw b/fsfw index 02468a8..afe006e 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 02468a838f42ba157f622e54e7bd314cf8b73a2a +Subproject commit afe006e234c0235f43406d2ed713e3824aba120b diff --git a/load-path.sh b/load-path.sh new file mode 100755 index 0000000..f394264 --- /dev/null +++ b/load-path.sh @@ -0,0 +1,2 @@ +#!/bin/bash +export PATH="$(pwd)/xpacks/.bin":$PATH