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
d4f69633f0
renamed timeout values
2020-06-02 22:36:42 +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
73183b39ef
added new casts
...
otherwise i cant compile with new freertos version
2020-05-29 13:37:13 +02:00
6c9f157d2c
added fw class ids
2020-05-29 13:34:17 +02:00
b4c6a04d4a
added linux implementations
2020-05-29 13:33:44 +02:00
adb80a68fc
addd freertos semaphore factory
2020-05-29 13:32:38 +02:00
f829d063ce
added task management functions
...
required for freeRTOS
2020-05-29 13:31:55 +02:00
d909fcb6a1
added semaphore implementations
2020-05-29 13:31:19 +02:00
f388bd374c
added new factory and interface
2020-05-29 13:29:29 +02:00
ca74e0c0f2
removed comments
2020-05-26 16:07:32 +02:00
9951b59627
DHB retval fixes
2020-05-25 23:45:32 +02:00
dd5b301980
improved returnvalues
2020-05-25 23:38:11 +02:00
5de68fcc6e
some returnvalue comments
2020-05-25 23:36:47 +02:00
112779d91f
cleaned up returnvlaues
2020-05-25 23:31:13 +02:00
98449ddc7f
comment removed
2020-05-25 23:17:15 +02:00
19b4332801
some little tweaks
2020-05-25 23:16:46 +02:00
35b9346c2b
include improvements for clock, sif fixes
2020-05-25 15:25:17 +02:00
4f278b610d
Merge remote-tracking branch 'upstram/master' into mueller_stopwatch
2020-05-25 15:08:47 +02:00
7eb250a90a
include testing
2020-05-25 15:06:54 +02:00
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
50fd86edc1
removed shoulddo, issue will be created
2020-05-25 15:03:31 +02:00
9c4bf240b2
Merge remote-tracking branch 'upstram/master' into mueller_ModeMessageAddition
2020-05-25 15:00:22 +02:00
d235bb5c06
Merge pull request 'added comparison operator for store_address_t' ( #77 ) from KSat/fsfw:mueller_store_address_compOperator into master
...
Adds a comparison operator for store_address_t. Small enhancement which should not break anything.
2020-05-25 14:54:29 +02:00
5e91363d2d
Merge pull request 'fifo enhancement' ( #57 ) from KSat/fsfw:mueller_fifo_enhancement into master
...
Implements #57
2020-05-25 14:48:29 +02:00
91acc471b6
include guard fix, sif replacements
2020-05-20 14:47:58 +02:00
3a6b7f4895
added new cast for MQ
2020-05-20 14:42:52 +02:00
71e103e2b6
better include guards
2020-05-20 14:40:50 +02:00
e576ddaa86
Merge remote-tracking branch 'upstram/master' into mueller_localPoolNeat
2020-05-20 14:38:41 +02:00
6961b5e866
bin printer added
2020-05-19 23:08:17 +02:00
e2e6ec28c0
printer fixes and improvements
2020-05-19 20:26:12 +02:00
5482b71b3c
improved printer
2020-05-19 19:52:35 +02:00