Commit Graph

971 Commits

Author SHA1 Message Date
Robin Müller 05435a3ea3 includde removed 2020-06-04 14:11:08 +02:00
Robin Müller f8fb370ae7 preamble changes started 2020-06-04 14:08:26 +02:00
Steffen Gaisser 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
Robin Müller 764608005b buf renamed to streambuf 2020-06-04 13:26:35 +02:00
Steffen Gaisser 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
Robin Müller ef13249405 typedef renamed 2020-06-04 13:01:59 +02:00
Robin Müller 9361568b45 clarifying commnet 2020-06-03 23:28:31 +02:00
Robin Müller 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
Robin Müller d4f69633f0 renamed timeout values 2020-06-02 22:36:42 +02:00
Robin Müller e5cea3ead0 service interface stream enhancements 2020-05-29 20:31:08 +02:00
Robin Müller 70454b4640 Merge remote-tracking branch 'upstram/master' into mueller_stopwatch 2020-05-29 17:55:52 +02:00
Robin Müller a9a23d7623 include improvements 2020-05-29 17:51:15 +02:00
Robin Müller c5bb18a788 include improvements, nullptr used 2020-05-29 17:49:39 +02:00
Robin Müller f15424be4f implemented missing static function 2020-05-29 17:47:55 +02:00
Robin Müller 0be418a553 clock.h form improvements 2020-05-29 17:45:08 +02:00
Robin Müller 1cf5991101 getClock_timval used now 2020-05-29 17:43:06 +02:00
Robin Müller 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
Robin Müller 43a7274129 Merge branch 'mueller_localPoolNeat' into mueller_StoreAccessor 2020-05-29 17:11:10 +02:00
Robin Müller f871f75e1c added back default value for pool manager.h 2020-05-29 17:10:57 +02:00
Robin Müller 2b0dbca1d4 Merge remote-tracking branch 'upstram/master' into mueller_localPoolNeat 2020-05-29 17:08:39 +02:00
Robin Müller 023af149df Merge branch 'mueller_localPoolNeat' into mueller_StoreAccessor 2020-05-29 17:07:48 +02:00
Robin Müller a3f379e149 and another little include guard fix 2020-05-29 16:50:37 +02:00
Robin Müller acf037614f added another author tag 2020-05-29 16:48:53 +02:00
Robin Müller ab17e28405 include protection output fix 2020-05-29 16:45:52 +02:00
Robin Müller a993223f6e added include protection 2020-05-29 16:44:31 +02:00
Robin Müller d83181cb0f added author tag 2020-05-29 16:41:23 +02:00
Robin Müller 8af5a32f1d new store accessor classes
implementation of local pool and pool manager extracted into
tpp file.

store_address_t definition extracted in separate file to avoid circular
includes by using forward declarations
2020-05-29 16:37:46 +02:00
Robin Müller 896e7f15dc addd new timeout value 2020-05-29 14:16:44 +02:00
Robin Müller 2eba865564 some minor form corrections 2020-05-29 14:03:39 +02:00
Robin Müller 8f563b7b21 added retvals for mutex 2020-05-29 14:02:14 +02:00
Robin Müller 73183b39ef added new casts
otherwise i cant compile with new freertos version
2020-05-29 13:37:13 +02:00
Robin Müller 6c9f157d2c added fw class ids 2020-05-29 13:34:17 +02:00
Robin Müller b4c6a04d4a added linux implementations 2020-05-29 13:33:44 +02:00
Robin Müller adb80a68fc addd freertos semaphore factory 2020-05-29 13:32:38 +02:00
Robin Müller f829d063ce added task management functions
required for freeRTOS
2020-05-29 13:31:55 +02:00
Robin Müller d909fcb6a1 added semaphore implementations 2020-05-29 13:31:19 +02:00
Robin Müller f388bd374c added new factory and interface 2020-05-29 13:29:29 +02:00
Robin Müller ca74e0c0f2 removed comments 2020-05-26 16:07:32 +02:00
Robin Müller 9951b59627 DHB retval fixes 2020-05-25 23:45:32 +02:00
Robin Müller dd5b301980 improved returnvalues 2020-05-25 23:38:11 +02:00
Robin Müller 5de68fcc6e some returnvalue comments 2020-05-25 23:36:47 +02:00
Robin Müller 112779d91f cleaned up returnvlaues 2020-05-25 23:31:13 +02:00
Robin Müller 98449ddc7f comment removed 2020-05-25 23:17:15 +02:00
Robin Müller 19b4332801 some little tweaks 2020-05-25 23:16:46 +02:00
Robin Müller 35b9346c2b include improvements for clock, sif fixes 2020-05-25 15:25:17 +02:00
Robin Müller 4f278b610d Merge remote-tracking branch 'upstram/master' into mueller_stopwatch 2020-05-25 15:08:47 +02:00
Robin Müller 7eb250a90a include testing 2020-05-25 15:06:54 +02:00
Steffen Gaisser cb14ec15b5 Merge pull request 'additional access function for mode message' (#70) from KSat/fsfw:mueller_ModeMessageAddition into master
Getter for Can't reach mode reason. Should have been there from the beginning.
2020-05-25 15:05:00 +02:00
Robin Müller 50fd86edc1 removed shoulddo, issue will be created 2020-05-25 15:03:31 +02:00
Robin Müller 9c4bf240b2 Merge remote-tracking branch 'upstram/master' into mueller_ModeMessageAddition 2020-05-25 15:00:22 +02:00