v1.6.0 #78

Merged
muellerr merged 147 commits from develop into main 2021-08-09 16:08:26 +02:00
Owner
  • Updated README, better structure because it has become large
  • Added two utility scripts:
    • q7s-port.sh to set up all required port forwarding at once
    • q7s-cp.py to copy files conveniently to the Q7S as long as port
      forwarding is active
  • Added support for TMTC commanding with TCP
  • This allows running the TMTC commander on the local development machine directly (allows using GUI, more convenient development etc.)
  • Updated RTD handler: Raw measured RTD value is now stored as well
  • Added OBSW watchdog: #67
  • All CMake build scripts updated to be more robust
  • Updated generators folder. There is one central fsfwgen.py file now, which is used to run all other generators. Example usage to generate objects: ./fsfwgen.py objects
  • Added missing CLASS_ID declaration for GomspaceDeviceHandler
  • Bugfixes in generic fsfwgen submodule
  • BUILD_WATCHDOG renamed to EIVE_BUILD_WATCHDOG
  • Restarting OBSW via telecommand now possible
  • SD card initialization can be performed non-blocking now
  • Added PLOC updater code
  • PLOC Supervisor finished
  • tmtc submodule updated to v1.8.0
- Updated README, better structure because it has become large - Added two utility scripts: - `q7s-port.sh` to set up all required port forwarding at once - `q7s-cp.py` to copy files conveniently to the Q7S as long as port forwarding is active - Added support for TMTC commanding with TCP - This allows running the TMTC commander on the local development machine directly (allows using GUI, more convenient development etc.) - Updated RTD handler: Raw measured RTD value is now stored as well - Added OBSW watchdog: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/67 - All CMake build scripts updated to be more robust - Updated generators folder. There is one central `fsfwgen.py` file now, which is used to run all other generators. Example usage to generate objects: `./fsfwgen.py objects` - Added missing CLASS_ID declaration for `GomspaceDeviceHandler` - Bugfixes in generic `fsfwgen` submodule - `BUILD_WATCHDOG` renamed to `EIVE_BUILD_WATCHDOG` - Restarting OBSW via telecommand now possible - SD card initialization can be performed non-blocking now - Added PLOC updater code - PLOC Supervisor finished - `tmtc` submodule updated to v1.8.0
muellerr added 146 commits 2021-08-09 15:55:45 +02:00
Reviewed-on: #62
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
Reviewed-on: #63
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
Reviewed-on: #64
Reviewed-by: Robin Müller <muellerr@irs.uni-stuttgart.de>
Reviewed-on: #65
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
added Jenkinsfile, moved together with Dockerfile into automation folder
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
6361fcb6bb
having the automation files in an empty folder accelerates docker build.
Also, I think these files are not related to the source code and as such should live in their own space
typo in Jenkinsfile
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
afb7a2008f
forcing docker build
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
acaf87095a
forcing docker build #2
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
af6f24d668
something's broken with the automatic docker build, reverting change, will look into it later
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
6c8336bcfe
copy pasted wrong cmake line
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
93fa82c413
jenkins seems to overwrite out PATH
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
12be969ca2
cleanCI
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
4fbfbe8bb8
Merge pull request 'first steps in CI integration' (#66) from mohr_ci into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
c9da184b7f
Reviewed-on: #66
Reviewed-by: Robin Müller <muellerr@irs.uni-stuttgart.de>
Merge branch 'develop' into mueller/added-watchdog
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
bc1d236a85
dont need csp lib in watchdog
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
df971d4ec5
small corrections
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
940d4965bc
more corrections
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
d8acf94a02
updated README
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head Build queued...
8c3d25f62d
making some stuff optional
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
503d5923c4
Merge pull request 'Added OBSW Watchdog' (#67) from mueller/added-watchdog into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
298a87d349
Reviewed-on: #67
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
renamed cmake var, updated all shell scripts
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
0b1b74e879
supervisor mram dump
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
340ca0618c
Merge remote-tracking branch 'origin/develop' into mueller/master
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
fe0a4844aa
updated object file generator
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
528b3c8610
updated retval list
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
009234612a
supplying project string now
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head Build queued...
9edd6fc3be
Merge pull request 'FSFW Gen and Build Scripts Update' (#71) from mueller/fsfwgen-update into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
d6d60249c1
Reviewed-on: #71
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
tmtc update
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
ba51ca58f3
reboot feature finished
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
f8f0032d1e
minor bugfix
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
59c4ed74e0
TCP default now, bugfixes in CoreController
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
3cc3786505
include replacements
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
9790b395e6
Merge branch 'develop' into mueller/reboot-feature
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head Build queued...
addddb4342
Merge pull request 'Reboot Feature' (#72) from mueller/reboot-feature into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
15c7493584
Reviewed-on: #72
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
Merge branch 'develop' into meier/plocSupervisorHandler
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
acca10cc34
Merge pull request 'meier/plocSupervisorHandler' (#73) from meier/plocSupervisorHandler into develop
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
fcf2e363d8
Reviewed-on: #73
Reviewed-by: Robin Müller <muellerr@irs.uni-stuttgart.de>
tmtc update
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop Build queued...
EIVE/eive-obsw/pipeline/head This commit looks good
3a88a43505
Merge pull request 'Include corrections, correct tmtc branch' (#74) from mueller/master into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
0c13c32e82
Reviewed-on: #74
SDC manager non-blocking mode
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
1cfb9250fa
using new command executor
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
8104ac0df8
bugfixes for sdc manager
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
7f327c3900
SDC manager and core controller refactoring
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
05088ce02c
continued a bit
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
f0e282c6e1
first successfull tests
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
2fb54f7de9
important bugfixes for core controller
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
e186bff4e4
extneded state machine for commanding support
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
f50b9de4a5
Merge remote-tracking branch 'origin/develop' into mueller/master
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
5045eeb867
Merge remote-tracking branch 'origin/develop' into mueller/non-blocking-sd-card-init
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
a3eb6b2093
tweaks and fixes for state machine
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
365fa0adc4
Merge branch 'mueller/non-blocking-sd-card-init' into mueller/master
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
106228c2ee
includes reordered
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
ea56a5d536
always performing state machine now
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
EIVE/eive-obsw/pipeline/head There was a failure building this commit
e05c52be85
minor formatting changes
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
0fecfab2f0
always perform state machine
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
EIVE/eive-obsw/pipeline/head There was a failure building this commit
22d7af4b78
in initAfterTaskCreation
removed endif block
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
8cdb877df6
tweaks for no-init variant
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
02a837c964
reordered control operation
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
891ba6881b
ploc updater
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
dc3dfa1292
updated fsfw and tmtc
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
74dc04daeb
typo in include of ploc updater
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
66f38daf56
minor fixes and additional printout
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
f56c8ba1c0
Merge pull request 'meier/plocUpdater' (#76) from meier/plocUpdater into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
f4ef0cb7ab
Reviewed-on: #76
Reviewed-by: Robin Müller <muellerr@irs.uni-stuttgart.de>
Merge remote-tracking branch 'origin/develop' into mueller/non-blocking-sd-card-init
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
444389a41c
API change fix
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
4a74a3ac37
bumped subversion
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
f5f8df61ae
Reviewed-on: #75
Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
tmtc update
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head Build queued...
74dbfae225
Merge pull request 'bumped subversion for release' (#77) from mueller/version-bump into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
9fd0009c7b
Reviewed-on: #77
tmtc update
Some checks failed
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
cd7bc466ae
muellerr added this to the v1.6.0 milestone 2021-08-09 15:56:08 +02:00
muellerr added 1 commit 2021-08-09 16:01:53 +02:00
Merge branch 'main' into develop
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
EIVE/eive-obsw/pipeline/head There was a failure building this commit
ec27521c35
muellerr merged commit b3f2a05385 into main 2021-08-09 16:08:26 +02:00
Sign in to join this conversation.
No description provided.