Compare commits

...

648 Commits

Author SHA1 Message Date
Robin Müller 4f632e2c68
ctrl base bugfix
3 days ago
Robin Müller 314f0fa2cd
start power switch component in undefined mode
3 days ago
Robin Müller b31e1037fb
HK service configurable queue depth
5 days ago
Robin Müller b814e7198f Merge pull request 'Allow creating regular threads' (#140) from allow_creating_regular_threads into develop
1 week ago
Robin Müller 6328b70d7b Merge branch 'develop' into allow_creating_regular_threads
1 week ago
Robin Müller a937b457f9
this is so confusing
1 week ago
Robin Müller 4415dc24e1
fix host OSAL
1 week ago
Robin Müller e704295cce
default value
1 week ago
Robin Müller d16b3c7e67
try to do this cleanly
1 week ago
Robin Müller 3b86545725 Merge pull request 'add BUSY retval' (#141) from busy_retval_dhb_com into develop
1 week ago
Robin Müller cf6150cc18
add BUSY retval
1 week ago
Robin Müller bfb5c2ff03 Merge branch 'develop' into allow_creating_regular_threads
1 week ago
Robin Müller bf02061d47 Merge pull request 'use RR sched instead of FIFO for Linux RT' (#139) from use_rr_sched into develop
1 week ago
Robin Müller 2c4e110254 Merge branch 'develop' into use_rr_sched
1 week ago
Robin Müller 7ed75ea87b Merge remote-tracking branch 'origin/develop' into allow_creating_regular_threads
1 week ago
Robin Müller db4587bb59
allow creating regular threads
1 week ago
Robin Müller 33ac395072
use RR sched instead of FIFO for Linux RT
1 week ago
Robin Müller f8a7c1d4ed
rename namespace
1 week ago
Robin Müller 341437df13
add flush functions for serial helpers
1 week ago
Robin Müller 227524a21d
transition source submode is tricky
2 weeks ago
Robin Müller 43fd0b2f59
resolve some more merge conflicts
2 weeks ago
Robin Müller d0607824ad
Merge remote-tracking branch 'upstream/development' into develop
2 weeks ago
Robin Müller cf27954a86
changelog
2 weeks ago
Robin Müller f84e3284ab
just hardcode spill option to true
2 weeks ago
Robin Müller 5250423d1d Merge pull request 'Periodic HK helper simplification' (#136) from periodic_hk_helper_simplification into develop
2 weeks ago
Robin Müller 522bd41d6e
changelog
2 weeks ago
Robin Müller c61c85280b
remove more code
2 weeks ago
Robin Müller afbe5e1f65
Merge remote-tracking branch 'origin/develop' into periodic_hk_helper_simplification
2 weeks ago
Robin Müller 4c88ab80c8 Merge pull request 'Pool Manager spill to higher pools option' (#135) from pool_manager_spilling_opt into develop
2 weeks ago
Robin Müller 5ba69b169f
changelog
2 weeks ago
Robin Müller 40405fe6c7
add spill option
2 weeks ago
Robin Müller aac32e763c
some compile fixes
2 weeks ago
Robin Müller bf980d74c0
HK helper simplification
2 weeks ago
Robin Müller b6b9d1d790
make dataset enable idempotent
2 weeks ago
Robin Müller 0973ba6bf2 Merge pull request 'basic faulty cb for power switcher component' (#134) from feature_power_switch_faulty_cb into develop
2 weeks ago
Robin Müller 1cfebb5d47 Merge branch 'develop' into feature_power_switch_faulty_cb
2 weeks ago
Robin Müller 0b0a0299bc
power switch IF improvements
2 weeks ago
Robin Müller 8382d61b92
possible fix for power switch component
2 weeks ago
Robin Müller 7208343b6d
basic faulty cb for power switcher component
3 weeks ago
Robin Müller 9a8d775eb1
optimization for cmd executor
3 weeks ago
Robin Müller 4d6f6e6b23
event manager queue depth configurable
3 weeks ago
Robin Müller 55f6825a03 Revert "Modes: reusing submode for mode mask, more unittests"
3 weeks ago
Robin Müller c162acb7df Merge branch 'develop' of https://egit.irs.uni-stuttgart.de/eive/fsfw into develop
3 weeks ago
Robin Müller 87462afe6d
better error printout for i2c write error
3 weeks ago
Robin Müller a8de395ea0 Merge pull request 'Modes: reusing submode for mode mask, more unittests' (#133) from mohr/submode_mask into develop
3 weeks ago
Ulrich Mohr f0bddfcb21 Modes: reusing submode for mode mask, more unittests
3 weeks ago
Robin Müller 23d9b44b3e Merge pull request 'exceptionless host filesystem' (#132) from avoid_exceptions into develop
3 weeks ago
Robin Müller 26e4445189
exceptionless host filesystem
3 weeks ago
Robin Müller 9ee3cdf729 Merge pull request 'OFF -> NORMAL: Set transition source modes' (#131) from off_to_normal_transition_sources into develop
3 weeks ago
Robin Müller 1b7493f945
OFF -> NORMAL: Set transition source modes
3 weeks ago
Robin Müller 7f6ba5f40b Merge pull request 'Feature: Allowed Submodes Mask for Mode List Entry' (#130) from feature_allow_submodes_mode_list_entry into develop
3 weeks ago
Robin Müller 070b48ada2
review improvements
3 weeks ago
Robin Müller d9a139e1ef Merge remote-tracking branch 'origin/develop' into feature_allow_submodes_mode_list_entry
3 weeks ago
Robin Müller c80a3752d9
afmt
3 weeks ago
Robin Müller af58c414fc
bugfix in submode check logic
3 weeks ago
Robin Müller 4c48668125
add copy and assignment ctor for mode definition
3 weeks ago
Robin Müller 2745b2080d
allow submode mask now
3 weeks ago
Robin Müller e9d9f44605
added length check
4 weeks ago
Robin Müller 2c5af91db1 Merge pull request 'new monotonic clock API' (#128) from feature_monotonic_clock_api into develop
4 weeks ago
Robin Müller 5cd7b98ba7
more todo docs
4 weeks ago
Robin Müller a39f1271ec
return FAILED for win
4 weeks ago
Robin Müller bbf0d7a0d2
add basic impl (no windows) for host
4 weeks ago
Robin Müller 04ee3c7362
renaming
4 weeks ago
Robin Müller 95dab69b35
new monotonic clock API
4 weeks ago
Robin Müller 33de15205b Merge pull request 'configurable queue depth' (#127) from feature_configurable_queue_depth_tcpip_servers into develop
4 weeks ago
Robin Müller 4d353a1ad2
remove obsolete constant
4 weeks ago
Robin Müller 6006c97e48
configurable queue depth
4 weeks ago
Robin Müller 6e17e45506 Merge pull request 'timeval: Use system clock' (#126) from feature_timeval_use_sysclock into develop
4 weeks ago
Jakob Meier 64537d442a extneded and fixed countdown unittests
4 weeks ago
Jakob Meier 78cf00315d use sys clock for Countdown
4 weeks ago
Robin Müller 245886c555
add lock context for pool manager
4 weeks ago
Robin Müller f84097543e
allow passing context to mutex guard
4 weeks ago
Robin Müller 511d07c0c7
refactored MGM device code
1 month ago
Robin Müller cf735143fe
update for SPI/gyro dev handler code
1 month ago
Robin Müller bdfe31dba4 Merge branch 'mueller/pus-15-tm-storage' into develop
1 month ago
Robin Müller 216f603d62 Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
1 month ago
Robin Müller 174a6aa862 Merge pull request 'use timeval instead of uptime for stopwatch' (#125) from stopwatch-fix into develop
1 month ago
Robin Müller c2d9370aa1 Merge branch 'develop' into stopwatch-fix
1 month ago
Robin Müller 893b434728
allow dest handler to handle folder destinations
1 month ago
Marius Eggert 6eba84566d use timeval instead of uptime
1 month ago
Robin Müller f0415a97b1
some fixes and improvements
1 month ago
Robin Müller abcf1b29b2
execution complete
1 month ago
Robin Müller d373c45d36 Merge branch 'develop' into mueller/pus-15-tm-storage
1 month ago
Robin Müller bd208038dd
printout fixes
1 month ago
Robin Müller 206af00c8b Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
1 month ago
Robin Müller 2efff4d2c5
missing include
1 month ago
Robin Müller 2a0c244468
add pus 15 store ID
1 month ago
Robin Müller e1711f0345 Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
1 month ago
Robin Müller c327985222
printout tweak
1 month ago
Robin Müller b45206ccd6 Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
1 month ago
Robin Müller c8469ca647 a lot of bug potential here
1 month ago
Robin Müller 2d6622b8b8 wtf is this interface
1 month ago
Robin Müller 5f9eb01d94
better naming
1 month ago
Robin Müller 3568bdbecf
lets see if this fixes the issue
1 month ago
Robin Müller fcd84b59ae how the hell does this break anything
1 month ago
Robin Müller e3c968096b i2c small improvements
1 month ago
Robin Müller c745c0c8b4 Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
1 month ago
Robin Müller be015b4c66
service 11: cast to fix warning
1 month ago
Robin Müller dae5e988fd Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
1 month ago
Robin Müller a6d707a7db
SubsystemBase: Add function to update child modes
1 month ago
Robin Müller fe41d73895
remove obsolete mode
1 month ago
Robin Müller 70b785984c Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
1 month ago
Robin Müller 9de6c4b3aa
printout corrections
2 months ago
Robin Müller d256ede8c1
fix cppcheck lint
2 months ago
Robin Müller f0b8457ba2
bugfix for SPI
2 months ago
Robin Müller dac2d210b5
updates for thermal module in DHB
2 months ago
Robin Müller 8b4f73a97b
better error msg
2 months ago
Robin Müller 7fae6cbd6d
added missing CS unlock
2 months ago
Robin Müller d302ba7185
afmt
2 months ago
Robin Müller 14a92b3d89
typo
2 months ago
Robin Müller e4fd424d66
Merge branch 'possible_tc_sched_fixes' into develop
2 months ago
Robin Müller 341a66c265
changelog
2 months ago
Robin Müller b9b076aa4c logic error
2 months ago
Robin Müller d93486a340 that time margin check is possible broken
2 months ago
Robin Müller 820a7f059c
logic error
2 months ago
Robin Müller f4d188c36f
that time margin check is possible broken
2 months ago
Robin Müller 1841f92944
important bugfix for thermal set
2 months ago
Robin Müller b279985859
refactor DHB: Bugfix for thermal module
2 months ago
Robin Müller 6ce80ea6c5
Merge branch 'possible_tcpip_bridge_fixes' into develop
2 months ago
Robin Müller 6f05d6b7b0
possiible leak fixes
2 months ago
Robin Müller 7f907fb9d3 Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
2 months ago
Robin Müller 84bbef0167
make it consistent
2 months ago
Robin Müller 88b2b0e005
Merge branch 'mode_service_fixes' into develop
2 months ago
Robin Müller 84dc7ac0ce
bump changelog
2 months ago
Robin Müller ec12ab5daa
mode service fixes
2 months ago
Robin Müller 69c94645df
add back HAL section
2 months ago
Robin Müller 37e850c5a7
use upstream changelog
2 months ago
Robin Müller a1567de9e8 Merge branch 'develop' into mueller/pus-15-tm-storage
2 months ago
Robin Müller 2646707d3f Merge branch 'cmakelists_update' into develop
2 months ago
Robin Müller 06e30684fe
Merge remote-tracking branch 'upstream/development' into develop
2 months ago
Robin Müller 06dca7608a
time stamper empty ctor
2 months ago
Robin Müller 6af5274b68 Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
2 months ago
Robin Müller 38789e053b
Merge branch 'bugfix_dhb_set_datapool_entries_invalid' into develop
2 months ago
Robin Müller e11eabdbcf
bugfix in setNormalDataPoolEntriesInvalid
2 months ago
Robin Müller 3250bbf269
changelog update
2 months ago
Robin Müller a78fe0a7f3 Merge pull request 'RM3100 Z-Value fix' (#123) from RM3100-fix into develop
2 months ago
Marius Eggert acfc1cbf21 bump changelog
2 months ago
Marius Eggert d17ec02cf0 fixed Z value calculation
2 months ago
Robin Müller f2461cd7e9
helper method for commanding mode
2 months ago
Robin Müller 01cc619e67
Merge branch 'bugfix_pus_packets_seq_flags' into develop
2 months ago
Robin Müller 2339712373
set sequence flags for PUS TMTC to unsegmented
2 months ago
Robin Müller d9d253d3bb
small but important bugfix for health service
2 months ago
Robin Müller bd586f6564 Merge branch 'updates_fixes_pus_time_service' into develop
2 months ago
Robin Müller 5f481739d8
Merge branch 'updates_fixes_pus_time_service' into develop
2 months ago
Robin Müller 7ee83e4e5d
service 9 update
2 months ago
Robin Müller 64787f85ca update changelog
2 months ago
Robin Müller 1cacceddad
beatufil
2 months ago
Robin Müller 5c35b8e3cd
proper announce all impl
2 months ago
Robin Müller 7766b24a1d
re-order fields in TcpConfig
2 months ago
Robin Müller 9a4ae550ab Merge branch 'develop' of https://egit.irs.uni-stuttgart.de/eive/fsfw into develop
2 months ago
Robin Müller c64b9b3e71
allow using SO_REUSEADDR and SO_REUSEPORT on TCP server
2 months ago
Robin Müller 226818886f
improve srv20 error messages
2 months ago
Robin Müller da12495335
connect mode tree parent: make health helper optional
2 months ago
Robin Müller 0cc3231ceb Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
2 months ago
Robin Müller 049e3b431d
small tweak for printout
2 months ago
Robin Müller bd189518b6
small tweak, gain factory was always them same
2 months ago
Robin Müller accaf855ee Merge remote-tracking branch 'upstream/service_11_bugfixes' into develop
3 months ago
Robin Müller 75fa7caf25
Merge remote-tracking branch 'upstream/development' into develop
3 months ago
Robin Müller 041d1b8795 Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
3 months ago
Robin Müller 5bb66c9723 remove duplicate printout
3 months ago
Robin Müller 2aa4af6974
make function public
4 months ago
Robin Müller 75fc7a056d Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
4 months ago
Robin Müller 05cad893a2 introduce error counter to avoid spam
4 months ago
Robin Müller 1b005d706a Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
4 months ago
Robin Müller 5b0ea91222
statically assert MAX_SIZE > 0
4 months ago
Robin Müller e68f54b9bd Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
4 months ago
Robin Müller 8eb869e073
run black
4 months ago
Robin Müller 46a1c2bace
remove data wrapper
4 months ago
Robin Müller 2643ff194c
Merge remote-tracking branch 'upstream/development' into develop
4 months ago
Robin Müller 296bc56e2a Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
4 months ago
Robin Müller 160ff799ac
small fix to allow teardown handling
4 months ago
Robin Müller c5f91926c9
remove includes
5 months ago
Robin Müller be4a87535d
remove data wrapper
5 months ago
Robin Müller 99927b8e95
afmt
5 months ago
Robin Müller 5e5eb82830
make warning switch protected
5 months ago
Robin Müller 686dc97234
this is better / more correct
5 months ago
Robin Müller 1f58ba1f9b
update changelog
5 months ago
Robin Müller 002845108d Merge remote-tracking branch 'upstream/development' into develop_update
5 months ago
Robin Müller 2b6a33e718
afmt
5 months ago
Robin Müller 61fd5d1b62
impl function to generate ASCII timestamp sec accuracy
5 months ago
Robin Müller 046dbe1deb
Merge branch 'develop' into mueller/pus-15-tm-storage
5 months ago
Robin Müller e03e7f5260
Merge branch 'mueller/refactor_serial_linux' into develop
5 months ago
Robin Müller 0303c1a885
remove file
5 months ago
Robin Müller 4d2802a470
Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
5 months ago
Robin Müller 39946bff58
some renaming and tweaks for linux serial driver
5 months ago
Robin Müller 2a203ae13d
this not crash
5 months ago
Robin Müller 6ca1a5c796
fix unittests
5 months ago
Robin Müller 194b3e100a
fix compiler error for fixed array list copy ctor
5 months ago
Robin Müller 177c39dd53
helper interface implementations
5 months ago
Robin Müller 530a261e14
dedicated header file for container retvals
5 months ago
Robin Müller 0e8f5ddd26
added missing const specifier
5 months ago
Robin Müller 672fca5169
extend uart helper a bit
5 months ago
Robin Müller 84b9d1ce21 Merge pull request 'dhb2normal' (#115) from eive/dhb2normal into develop
5 months ago
Robin Müller e5b5c7d253
higher default MQ depth for events, printout tweak
5 months ago
Robin Müller 9a0cc64be3 Merge branch 'develop' into eive/dhb2normal
5 months ago
Robin Müller 00f1c5bbe9
missing replacements
5 months ago
Robin Müller 8a61af779d Merge remote-tracking branch 'origin/develop' into eive/dhb2normal
5 months ago
Robin Müller 6efa482eb0
use uniform uart api
5 months ago
Robin Müller f0fa1bf477 Merge remote-tracking branch 'origin/develop' into eive/dhb2normal
5 months ago
Robin Müller 91ebf98c28
add new ping with data TC
5 months ago
Robin Müller e1d4209fbe missing fifo pop command
5 months ago
Robin Müller e302c89f74 health helper dtor bugfix
5 months ago
Robin Müller a38279f813 Merge branch 'develop' into eive/dhb2normal
5 months ago
Robin Müller 7600ed1ea7 Merge pull request 'Improve Subsystem DHB logic' (#112) from mueller/improve-ss-dhb-logic into develop
5 months ago
Robin Müller 61ab770d9d Merge branch 'develop' into mueller/improve-ss-dhb-logic
5 months ago
Robin Müller 033676ad3b
smaller fixes for DHB
5 months ago
Robin Müller e2eeccce50
Merge remote-tracking branch 'upstream/mohr/dhb2normal' into mohr/dhb2normal
5 months ago
Robin Müller f805667779
afmt
5 months ago
Robin Müller af06969905
Merge remote-tracking branch 'upstream/mohr/dhb2normal' into mohr/dhb2normal
5 months ago
Robin Müller 2461209169
Merge remote-tracking branch 'upstream/development' into develop
5 months ago
Robin Müller 852f27cec2 Merge remote-tracking branch 'origin/develop' into mueller/improve-ss-dhb-logic
5 months ago
Robin Müller 226dc4d8b7
UIO mapper can handle symlinks now
5 months ago
Robin Müller fa01798ebb Merge remote-tracking branch 'origin/develop' into mueller/improve-ss-dhb-logic
5 months ago
Robin Müller 1b7e94d718 this api works as well
5 months ago
Robin Müller 60ff411721 improvements for HAL com IFs
5 months ago
Ulrich Mohr bddc7a7ca6 minimal first version
5 months ago
Robin Müller 819a2bfac4
add prototype for new ToAscii CCSDSTime function
5 months ago
Robin Müller 1f05e6b297
fs retval
5 months ago
Robin Müller b0c5a49b50
iter not a member anymore, more bugfixes
5 months ago
Robin Müller 096af44e39
needs some fixing
5 months ago
Robin Müller 56e8e5a8b3
dont know if I am going to need this
5 months ago
Robin Müller 11422a658c Merge remote-tracking branch 'origin/develop' into mueller/improve-ss-dhb-logic
5 months ago
Robin Müller 754b71a35f Merge pull request 'Update CFDP components' (#113) from mueller/update-cfdp-components into develop
5 months ago
Robin Müller 2de9e25ceb Merge remote-tracking branch 'upstream/mueller/new-cfdp-update-with-handlers' into mueller/update-cfdp-components
5 months ago
Robin Müller ec7566fb8c Merge remote-tracking branch 'origin/develop' into mueller/improve-ss-dhb-logic
5 months ago
Robin Müller 73454c629c
oh god
5 months ago
Robin Müller 0c5c2f6c4f
important bugfix for i2c device com IF
5 months ago
Robin Müller 009700ce80
remove info printout
5 months ago
Robin Müller 1e43296f2b
missing validity check
6 months ago
Robin Müller 1aa062df7f
const specifier for AcceptsTelemetryIF
6 months ago
Robin Müller 14a8924a83
size check bugfix
6 months ago
Robin Müller 9f81926aec
some more basic error handling
6 months ago
Robin Müller 79c38b45df
events for FSFW specific errors
6 months ago
Robin Müller e893e73f86
add first CFDP events
6 months ago
Robin Müller 1d6ccfe5ab
Service 200: Add mode announcement support
6 months ago
Robin Müller 221df7ece6
allow recursive mode announcements
6 months ago
Robin Müller 7f180ac1fa
Merge remote-tracking branch 'origin/develop' into mueller/improve-ss-dhb-logic
6 months ago
Robin Müller 692be9df8d DHB bugfix and addition
6 months ago
Robin Müller 8195587604 Merge branch 'mueller/uart-helper-module' into mueller/simplify-dle-parser
6 months ago
Robin Müller 40e7b2dc31
new uart helper module
6 months ago
Robin Müller 1c53b60442
small additional tweak
6 months ago
Robin Müller d1630cdc4c
something is wrong
6 months ago
Robin Müller 49747fc8a4
some bugfixes
6 months ago
Robin Müller cfc00d0260
try to do this in a simpler way
6 months ago
Robin Müller 1eceef4645
move retvals
6 months ago
Robin Müller acab5f6bce
added missing health and mode helper init
6 months ago
Robin Müller 10dd855244
expose child itself in interface
6 months ago
Robin Müller f824004897
need to fix all of these TODOs
6 months ago
Robin Müller 7c5308429c
this seems to work
6 months ago
Robin Müller f78344b8fb Merge remote-tracking branch 'origin/develop' into mueller/improve-ss-dhb-logic
6 months ago
Robin Müller b9d0ff8fb7
DHB bug
6 months ago
Robin Müller 77f7fa2ef1
typo
6 months ago
Robin Müller 78314ad966
this makes a bit more sense
6 months ago
Robin Müller 227535c461
formatting and smaller stuff
6 months ago
Robin Müller c47bed0760 small important bugfix for DLE parser
6 months ago
Robin Müller 9927dbb2e4 Merge branch 'windows-tweaks' into develop
6 months ago
Robin Müller 14a48fe41d
better comment
6 months ago
Robin Müller c932e51818 Merge branch 'windows-tweaks' into develop
6 months ago
Robin Müller 2ca8d72e83
another small windows tweak
6 months ago
Robin Müller 03e1a93250
last windows tweak
6 months ago
Robin Müller 6d2f44a432
tweaks to make windows build again
6 months ago
Robin Müller 808e3e0462
remove unused variable
7 months ago
Robin Müller 79ab0c4aa5 Merge branch 'mueller/smaller-tweaks' into develop
7 months ago
Robin Müller c5b24f2516
fixes and tweaks
7 months ago
Robin Müller bdbe0cc9da pass message queue externally
7 months ago
Robin Müller e2c1158337
pass message queue externally
7 months ago
Robin Müller 95aac7dc8d Merge pull request 'CFDP FSFW Integration' (#111) from cfdp-integration into develop
7 months ago
Robin Müller 3d2fc28468
Merge remote-tracking branch 'upstream/mueller/new-cfdp-update-with-handlers' into cfdp-integration
7 months ago
Robin Müller 1898b4f2db Merge remote-tracking branch 'upstream/development' into update-from-upstream
7 months ago
Robin Müller c38088c64b
adaptions for enum renaming
7 months ago
Robin Müller 7eb63d6d79 Merge branch 'mueller/cfdp-update-without-handlers' into mueller/new-cfdp-update-with-handlers
7 months ago
Robin Müller 1d54507517 Merge pull request 'merge upstream development' (#110) from mohr/merge-upstream into develop
7 months ago
Robin Müller ef9ed95fd1 Merge branch 'develop' into mohr/merge-upstream
7 months ago
Robin Müller ed68268c0c
generic cfdp handler wrapper
7 months ago
Robin Müller c549914efb
include helpers
7 months ago
Robin Müller 753d5ff39e
adaptions for enum renaming
7 months ago
Robin Müller 36ca35da77 Merge branch 'mueller/cfdp-update-without-handlers' into mueller/new-cfdp-update-with-handlers
7 months ago
Robin Müller 4fb7375492 Merge branch 'mueller/cfdp-update-without-handlers' into mueller/new-cfdp-update-with-handlers
7 months ago
Robin Müller 47df9e8b5b Merge branch 'mueller/cfdp-update-without-handlers' into mueller/new-cfdp-update-with-handlers
7 months ago
Robin Müller 7e0a5d5a9e printout tweak
7 months ago
Robin Müller ee1c6a3f04
better error printout
7 months ago
Robin Müller 86aafe4422 Merge branch 'mueller/cfdp-update-without-handlers' into mueller/new-cfdp-update-with-handlers
7 months ago
Robin Müller dbaeed83af Merge branch 'mueller/cfdp-update-without-handlers' into mueller/new-cfdp-update-with-handlers
7 months ago
Robin Müller 385a0ffd73
add CFDP handlers manually
7 months ago
Ulrich Mohr bd594123a2 Merge remote-tracking branch 'upstream/development' into mohr/merge-upstream
7 months ago
Robin Müller cf8fe7ea72
more simplfications
7 months ago
Robin Müller 496dac89e4
important bugfix for TCP TMTC server
7 months ago
Robin Müller cfca27542a
small fix which allows sending action reply immediately
7 months ago
Robin Müller 2fa76d3663 Merge remote-tracking branch 'upstream/mueller/dhb-handle-device-tm-2' into develop
7 months ago
Robin Müller 726f44cafe
Merge remote-tracking branch 'upstream/mueller/dhb-handle-device-tm-2' into develop
7 months ago
Robin Müller 141dcb1f14
Merge remote-tracking branch 'upstream/mueller/data-wrapper' into develop
7 months ago
Robin Müller 6ebd6a965b
Merge remote-tracking branch 'upstream/mueller/data-wrapper' into develop
7 months ago
Robin Müller 20f0707813 remove newline
7 months ago
Robin Müller 8d1777fa0c
additional tests
7 months ago
Robin Müller 21ac86619e
now its getting interesting
7 months ago
Robin Müller eedf57624f
Merge remote-tracking branch 'upstream/mueller/dhb-handle-device-tm' into develop
7 months ago
Robin Müller ae40543e3a
this is annoying
7 months ago
Robin Müller efd2994dc5
dump compiler erorrs..
7 months ago
Robin Müller 3ebebbd493 Merge branch 'develop' into mueller/data-wrapper-update
7 months ago
Robin Müller a8c066dccc Merge remote-tracking branch 'upstream/mueller/refactor-local-pool-api' into develop
7 months ago
Robin Müller 4d17f1c4bb
Merge remote-tracking branch 'upstream/mueller/refactor-tmtc-stack' into develop
7 months ago
Robin Müller d4ed528426
Merge remote-tracking branch 'upstream/mueller/data-wrapper' into mueller/data-wrapper-update
7 months ago
Robin Müller e10e71cee9
Merge branch 'mueller/data-wrapper' into mueller/dhb-handle-device-tm
7 months ago
Robin Müller d675a789a2
update changelog
7 months ago
Robin Müller 6b8c83be29
update changelog
7 months ago
Robin Müller 093052604a Merge branch 'mueller/data-wrapper' into mueller/dhb-handle-device-tm
7 months ago
Robin Müller 192255df1c
additional test
7 months ago
Robin Müller bdd79d060d
basic data wrapper unittests
7 months ago
Robin Müller 3a47062f2a
refactored dhb TM handler
7 months ago
Robin Müller 9a590a3fcd
additional safety check
7 months ago
Robin Müller 2a75440b32
allow device tm in raw format
7 months ago
Robin Müller f5866ddace
missing replacements
7 months ago
Robin Müller f91ad84bdc
Merge remote-tracking branch 'upstream/mueller/refactor-tmtc-stack' into mueller/refactor-tmtc-stack-retval-merged
7 months ago
Robin Müller 7881f5bab8
important bugfix for verif reporter
8 months ago
Robin Müller 34c714eb17 Merge branch 'mueller/tmtc-stack-refactoring' into develop
8 months ago
Robin Müller 7205885357
added additional API for HK subscription params
8 months ago
Robin Müller 42c5881c50 Merge pull request 'TMTC Stack Refactoring' (#106) from mueller/tmtc-stack-refactoring into develop
8 months ago
Robin Müller cdd0ca70ed Merge branch 'develop' into mueller/tmtc-stack-refactoring
8 months ago
Robin Müller e3648b6e30 Merge remote-tracking branch 'upstream/mueller/refactor-tmtc-stack' into mueller/tmtc-stack-refactoring
8 months ago
Robin Müller d815f422c3
improve verif reporter API
8 months ago
Robin Müller d975958120 Merge remote-tracking branch 'upstream/development' into develop
8 months ago
Robin Müller c57e95c698 Merge remote-tracking branch 'upstream/mueller/refactor-tmtc-stack' into mueller/tmtc-stack-refactoring
8 months ago
Robin Müller 4d82d0e4c1
update source sequence counter code
8 months ago
Robin Müller 007f958a0b
fsfw fixes for merge
8 months ago
Robin Müller d022ce82c5
Merge remote-tracking branch 'upstream/mueller/refactor-tmtc-stack' into mueller/tmtc-stack-refactoring
8 months ago
Robin Müller b28091e05b Merge remote-tracking branch 'upstream/mueller/expand-serialize-if' into develop
8 months ago
Robin Müller f4c4f9946c
printout preproc block
8 months ago
Robin Müller 7f89022f5b
Merge branch 'mueller/group-mgm-data' into develop
8 months ago
Robin Müller fdcfd89ed2
add some Linux HAL options
8 months ago
Robin Müller 03fa77e2b3
get current uptime correctly
8 months ago
Robin Müller 8970a7379a
Merge remote-tracking branch 'upstream/development' into mueller/update-from-upstream
8 months ago
Robin Müller 904ae2cc0e Merge remote-tracking branch 'origin/irini' into develop
9 months ago
Robin Müller 4a2012ac30 Merge branch 'irini' into develop
9 months ago
Jakob Meier 6a62cf7f1e Merge pull request 'Update FSFW from upstream' (#102) from mueller/update-from-upstream into develop
9 months ago
Robin Müller c5eb09314f
delete run configs
9 months ago
Robin Müller 682abd1b5b
new clion folder in misc for .run configs
9 months ago
Robin Müller a4247cd723
Merge remote-tracking branch 'upstream/development' into mueller/update-from-upstream
9 months ago
Robin Müller 39881e7671 Merge pull request 'some form updates' (#100) from mueller/afmt-gen-tweaks into develop
9 months ago
Robin Müller 5abbf42e9f
some form updates
9 months ago
Irini Kosmidou 1910a7838c compile DleParser
9 months ago
Irini Kosmidou ba3a99466a Merge remote-tracking branch 'origin/develop' into irini
9 months ago
Robin Müller 438efe074e Merge pull request 'LocalDataPoolManager Warning Text' (#99) from meier/eive-debug-info into develop
9 months ago
Robin Müller 1759700b6a Merge branch 'develop' into meier/eive-debug-info
9 months ago
Robin Müller c7618294ac Merge pull request 'HK Generation for L3GD20, LIS3MDL, RM3100' (#97) from meier/device-hk into develop
9 months ago
Jakob Meier af890c6218 corrected warning text
10 months ago
Jakob Meier 7f3e5e42bb Merge branch 'develop' into meier/device-hk
10 months ago
Jakob Meier cda81fc841 enable hk
10 months ago
Robin Müller 5a69c1f8b9 Merge pull request 'DHB Mode Off disable pending commands' (#95) from meier/dhb-disable-pending-commands into develop
10 months ago
Robin Müller 1d1d91f591 Merge branch 'develop' into meier/dhb-disable-pending-commands
10 months ago
Robin Müller 043b8b5b3f Merge pull request 'FixedTimeSlotTaskBase Bugfix' (#96) from meier/FixedTimeSlotTaskBase-BugFix into develop
10 months ago
Jakob Meier 95a64e1da3 wrong initialization order
10 months ago
Jakob Meier ab68817e9a removed debugging printout
10 months ago
Jakob Meier 36652e6fce Merge branch 'develop' into meier/dhb-disable-pending-commands
10 months ago
Jakob Meier 3749f31ab4 disable pending commands and replies in MODE_OFF transition
10 months ago
Jakob Meier ebbe08639c Merge pull request 'TaskIF refactoring continued' (#91) from mueller/task-if-refactoring-eive into develop
10 months ago
Jakob Meier d286fc1855 Merge pull request 'service 3 and local HK man improvements' (#92) from mueller/hk-improvements into develop
10 months ago
Robin Müller cf35cca923
Merge remote-tracking branch 'origin/develop' into mueller/task-if-refactoring-eive
10 months ago
Robin Müller 2058817ba5 Merge branch 'mueller/task-if-refactoring-eive' of https://egit.irs.uni-stuttgart.de/eive/fsfw into mueller/task-if-refactoring-eive
10 months ago
Robin Müller c328891030 Merge remote-tracking branch 'origin/develop' into mueller/task-if-refactoring-eive
10 months ago
Jakob Meier 76a459a02c Merge pull request 'use better type for stored limit' (#93) from mueller/tmtc-bridge-tweaks into develop
10 months ago
Jakob Meier fbec1b3dc9 Merge pull request 'Update from upstream' (#94) from mueller/update-from-upstream into develop
10 months ago
Robin Müller c4fa7281ae
Merge remote-tracking branch 'upstream/development' into mueller/update-from-upstream
10 months ago
Robin Müller ac62443f31
use better type for stored limit
10 months ago
Robin Müller 8cfe848dfe
service 3 and local HK man improvements
10 months ago
Robin Müller af7c6c57a3 Merge branch 'develop' into mueller/task-if-refactoring-eive
10 months ago
Robin Müller c835525196
added cast for PUS11
10 months ago
Robin Müller 24069dfd78
removed [[maybe_unused]]
10 months ago
Robin Müller 40cc557978
Merge remote-tracking branch 'upstream/mueller/task-if-refactoring' into mueller/task-if-refactoring-eive
10 months ago
Jakob Meier 4b128d2435 Merge pull request 'TaskIF refactor SPI refactor' (#89) from mueller/task-if-refactor-spi-refactor into develop
10 months ago
Robin Müller f35b0ffbbd
Merge remote-tracking branch 'origin/develop' into mueller/task-if-refactor-spi-refactor
10 months ago
Robin Müller b8b7756a3e
fix host OSAL
10 months ago
Robin Müller 4cc108f3a1
Merge branch 'develop' of https://egit.irs.uni-stuttgart.de/eive/fsfw into develop
10 months ago
Robin Müller c0292f072e
warning printout correction
10 months ago
Jakob Meier 336ad9b7be Merge pull request 'PUS TC11 bugfix and upstream updates' (#88) from mueller/tc-11-tweaks-eive into develop
10 months ago
Robin Müller 942bfafaa3
Merge remote-tracking branch 'upstream/mueller/tc-11-tweaks' into mueller/tc-11-tweaks-eive
11 months ago
Robin Müller 3a16290707
refactored and tested hosted and linux task IF
11 months ago
Robin Müller 08f1ebf9fc
continued refactoring
11 months ago
Robin Müller 64e7d4bb5e
continued refactoring
11 months ago
Robin Müller 1886da0d3f
refactoring host osal
11 months ago
Robin Müller b47eb0a7ff
minor bugfix
11 months ago
Robin Müller b1e30ae9ff
minor bugfix
11 months ago
Robin Müller 86ca4f246b new base class for periodic tasks
11 months ago
Robin Müller e87b5a0207
new base class for periodic tasks
11 months ago
Robin Müller d504589c3c Merge remote-tracking branch 'upstream/development' into mueller/task-if-refactoring
11 months ago
Robin Müller 7b3de87364
removed some changes which belong in separate PR
11 months ago
Jakob Meier e758f0be2e Merge pull request 'TaskIF refactoring and SPI refactoring' (#86) from mueller/task-if-refactor-spi-refactor into develop
11 months ago
Robin Müller 18b342e94b vector as core container is ok
11 months ago
Robin Müller f9c42d3583
vector as core container is ok
11 months ago
Robin Müller d267a3651b Merge remote-tracking branch 'origin/develop' into mueller/task-if-refactor-spi-refactor
11 months ago
Robin Müller e8023886f6
made auto-formatter even more usable
11 months ago
Robin Müller 14a1b4a7ac
made auto-formatter even more re-usable
11 months ago
Robin Müller e49de9422a Merge branch 'mueller/tcp-server-cache-client-addr' into develop
11 months ago
Jakob Meier 0ea044c203 Merge pull request 'Update from upstream' (#85) from mueller/update-from-upstream into develop
11 months ago
Robin Müller 4b323053ec
Merge remote-tracking branch 'upstream/development' into mueller/update-from-upstream
11 months ago
Robin Müller 55ed7ab93e
important fix
11 months ago
Robin Müller bcd19045cc
refactored SPI mutex handling
11 months ago
Robin Müller dba08fed7a
refactor task IF
11 months ago
Robin Müller 7df1922633
refactor task IF
11 months ago
Robin Müller 4841d5d92d
doc update
11 months ago
Jakob Meier ac78a79ca2 Merge pull request 'Command Executor Improvements' (#83) from mueller/cmd-executer-improvements into develop
11 months ago