initiated tmtc commander

This commit is contained in:
2020-12-17 17:50:00 +01:00
parent 1314992e32
commit ff5fb74fb2
20 changed files with 539 additions and 2 deletions

10
config/tmtcc_version.py Normal file
View File

@ -0,0 +1,10 @@
"""
@brief This file transfers control of versioning to the user.
@details Template configuration file. Copy this folder to the TMTC commander root and adapt
it to your needs.
"""
import tmtc_core.core.tmtcc_version as core
SW_NAME = core.SW_NAME
SW_VERSION = core.SW_VERSION
SW_SUBVERSION = core.SW_SUBVERSION