Commit Graph

373 Commits

Author SHA1 Message Date
1965a0e33b linux important bugfix and general improvements 2020-06-06 15:47:33 +02:00
d387daa9d6 slight improvements for diagnositc output 2020-06-06 13:04:29 +02:00
4b5bb0b3be reset setfill 2020-06-05 20:59:07 +02:00
03e9362825 mutex helper special output for timeout fail 2020-06-05 20:42:39 +02:00
b20ee0965a renamed printer to arrayprinter 2020-06-05 16:44:00 +02:00
cef5fda379 refactored initializer list 2020-06-05 13:43:06 +02:00
38b0792cdc Merge remote-tracking branch 'upstream/master' into mueller_initializer_list 2020-06-05 12:31:49 +02:00
fd0cc2a8ca simplified all iterations through obj list 2020-06-04 21:26:56 +02:00
0ac3cf8fad reverted wrong change 2020-06-04 21:25:14 +02:00
5d3b3bae16 addtiional nullptr check 2020-06-04 21:14:53 +02:00
a37a2197d1 some form improvements for object manager .cpp 2020-06-04 21:10:56 +02:00
365f9f8434 small improvements for object manager.cpp
exit removed for get function
2020-06-04 21:05:08 +02:00
fbf804cdca linux changes for mutex 2020-06-04 20:25:15 +02:00
9bcc4c0e3c Merge remote-tracking branch 'upstream/master' into mueller_MutexImprovements 2020-06-04 20:21:52 +02:00
869700e6f5 added mutex IF timeout name 2020-06-04 20:20:38 +02:00
56340bb8b6 free rtos mutex improvements 2020-06-04 20:12:37 +02:00
639b517eda removed unnecessary change 2020-06-04 19:57:25 +02:00
7014833c1c improvements and fixes 2020-06-04 19:50:56 +02:00
3a573c1b4c no run-time dyn memory allocation now 2020-06-04 19:37:33 +02:00
c0808e71d9 no dyn memory allocation, print seems to work 2020-06-04 19:07:04 +02:00
d466921aa0 some more experiments 2020-06-04 17:58:22 +02:00
1cb241ca0c zero padded not using dyn mem alloc now 2020-06-04 17:30:09 +02:00
11c64a91a3 Merge remote-tracking branch 'upstream/master' into mueller_ServiceStreamEnhancement 2020-06-04 14:52:40 +02:00
d75e471668 Merge pull request 'Storagemanager Refactoring' (#66) from KSat/fsfw:mueller_localPoolNeat into master
Changes of size_t will force any user to update their code. Therefore API_Change
2020-06-04 14:30:15 +02:00
6ccc4433cf Merge remote-tracking branch 'upstream/master' into mueller_localPoolNeat 2020-06-04 14:24:20 +02:00
c0a0688a52 Merge branch 'mueller_localPoolNeat' of https://egit.irs.uni-stuttgart.de/KSat/fsfw into mueller_localPoolNeat 2020-06-04 14:22:16 +02:00
966c9c3993 buffer changes 2020-06-04 14:22:04 +02:00
93ef4eb56b exti code is one 2020-06-04 14:13:24 +02:00
bbfc7029a1 Merge remote-tracking branch 'upstream/master' into mueller_objectManagerIF 2020-06-04 14:11:25 +02:00
05435a3ea3 includde removed 2020-06-04 14:11:08 +02:00
f8fb370ae7 preamble changes started 2020-06-04 14:08:26 +02:00
95aac66dc1 Merge pull request 'Global Printer functions' (#78) from KSat/fsfw:mueller_globalPrinter into master
Helpers to print arrays. Implements #79
2020-06-04 14:04:42 +02:00
764608005b buf renamed to streambuf 2020-06-04 13:26:35 +02:00
2499715ccf Merge pull request 'changed cast to be comptaible with newer freeRTOS' (#85) from KSat/fsfw:mueller_mq_newCast into master
QueueHandle_t is used in the receiveMessage but not in send message. Seems to be the right way to handle both calls in the same way.
As MessageQueueId_t is still a uint32_t. Someday this will get us in trouble.
2020-06-04 13:20:00 +02:00
ef13249405 typedef renamed 2020-06-04 13:01:59 +02:00
9361568b45 clarifying commnet 2020-06-03 23:28:31 +02:00
7259a13569 more improvements:
1. New optional flag to redirect print to stderr. THis can be useful on
host environemtns (e.g linux)
2. non-buffered mode if this flag is true: the preamble msut be printed
manually
2. Getter function for preamble for that case.
3. printChar function: specify whether to print to stderr or stdout
2020-06-03 23:14:17 +02:00
e5cea3ead0 service interface stream enhancements 2020-05-29 20:31:08 +02:00
70454b4640 Merge remote-tracking branch 'upstram/master' into mueller_stopwatch 2020-05-29 17:55:52 +02:00
a9a23d7623 include improvements 2020-05-29 17:51:15 +02:00
c5bb18a788 include improvements, nullptr used 2020-05-29 17:49:39 +02:00
f15424be4f implemented missing static function 2020-05-29 17:47:55 +02:00
0be418a553 clock.h form improvements 2020-05-29 17:45:08 +02:00
1cf5991101 getClock_timval used now 2020-05-29 17:43:06 +02:00
2030415adb added back include, but header needs to
be included from build system now, which allows multiple config folders
2020-05-29 17:17:46 +02:00
2b0dbca1d4 Merge remote-tracking branch 'upstram/master' into mueller_localPoolNeat 2020-05-29 17:08:39 +02:00
896e7f15dc addd new timeout value 2020-05-29 14:16:44 +02:00
2eba865564 some minor form corrections 2020-05-29 14:03:39 +02:00
8f563b7b21 added retvals for mutex 2020-05-29 14:02:14 +02:00
ca74e0c0f2 removed comments 2020-05-26 16:07:32 +02:00