bump submodules
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,7 +24,9 @@ venv
|
|||||||
|
|
||||||
# Build folders
|
# Build folders
|
||||||
/build*
|
/build*
|
||||||
|
/cmake-build*
|
||||||
|
|
||||||
|
# Makefile artifacts
|
||||||
_dep
|
_dep
|
||||||
_obj
|
_obj
|
||||||
_bin
|
_bin
|
||||||
|
@ -17,7 +17,7 @@ fi
|
|||||||
|
|
||||||
build_generator=""
|
build_generator=""
|
||||||
os_fsfw="freertos"
|
os_fsfw="freertos"
|
||||||
builddir="build-Debug"
|
builddir="cmake-build-debug"
|
||||||
if [ "${OS}" = "Windows_NT" ]; then
|
if [ "${OS}" = "Windows_NT" ]; then
|
||||||
build_generator="MinGW Makefiles"
|
build_generator="MinGW Makefiles"
|
||||||
python="py"
|
python="py"
|
Submodule example_common updated: 797801ffde...8203995deb
2
fsfw
2
fsfw
Submodule fsfw updated: 7c2e50b665...576414438c
Submodule generators/fsfwgen updated: e6f5ff1812...6d423f7106
Submodule tmtc/tmtccmd updated: 4d71822fa1...890f119324
Reference in New Issue
Block a user