|
8293e6b0c7
|
more include fixes
|
2021-05-12 14:48:39 +02:00 |
|
|
d81c6f40fb
|
define fixes
|
2021-05-12 14:43:08 +02:00 |
|
|
5b23b928cf
|
added missing include
|
2021-05-12 14:28:37 +02:00 |
|
|
864621ee37
|
small fix for linux printout
|
2021-04-20 16:15:30 +02:00 |
|
|
7b29583f8f
|
small improvements
|
2021-04-20 15:32:12 +02:00 |
|
|
91c3692f6d
|
Merge branch 'development' into gaisser_make_linux_realtime_optional
|
2021-04-20 14:39:56 +02:00 |
|
|
32f0131973
|
Merge branch 'development' into mueller/udp-ai-passive-opt
|
2021-04-20 14:38:01 +02:00 |
|
|
29cebab790
|
Merge remote-tracking branch 'origin/development' into mueller/udp-ai-passive-opt
|
2021-04-20 14:18:06 +02:00 |
|
|
bad9f67c39
|
Merge remote-tracking branch 'origin/development' into gaisser_make_linux_realtime_optional
|
2021-04-20 13:06:11 +02:00 |
|
|
98add88d14
|
Makes linux realtime optional
Adds new config variable FSFW_USE_REALTIME_FOR_LINUX
|
2021-04-20 13:01:24 +02:00 |
|
|
4479a2628d
|
Merge branch 'development' into mueller/host-osal-vector-mq
|
2021-04-13 14:32:18 +02:00 |
|
|
f87a10891a
|
Merge branch 'development' into mueller/udp-ai-passive-opt
|
2021-04-12 16:09:42 +02:00 |
|
|
922f145ffa
|
Merge branch 'development' into mueller/coverity-fixes
|
2021-04-12 15:28:51 +02:00 |
|
|
547538fbc5
|
proper MQ implementation
|
2021-04-12 12:38:56 +02:00 |
|
|
06d34efa74
|
UDP and TCPIP smaller tweaks
Using AI_PASSIVE now so the UDP server listens to all
addresses (0.0.0.0) instead of just localhost.
Also implemented address print function properly
|
2021-04-12 12:33:45 +02:00 |
|
|
b786b53c35
|
added all coverity fixes
|
2021-04-11 21:54:48 +02:00 |
|
|
5676969fe3
|
typo fix
|
2021-04-11 21:13:43 +02:00 |
|
|
6e12f08965
|
Merge branch 'development' into rtems/hotfix-mq
|
2021-04-08 16:31:13 +02:00 |
|
|
10c3483fe5
|
bugfix for RTEMS
|
2021-04-08 16:20:59 +02:00 |
|
|
23e3f2f34f
|
now fixed properly
|
2021-04-08 15:39:23 +02:00 |
|
|
6983ddc3e0
|
super evil bugfix
|
2021-04-08 15:27:03 +02:00 |
|
|
435c6e6410
|
bugfix for linux/host
|
2021-03-30 00:37:10 +02:00 |
|
|
3429918f5e
|
fixed cmakelists for linux
|
2021-03-30 00:25:22 +02:00 |
|
|
aaceac81af
|
updated fixed timeslot task
|
2021-03-23 14:45:33 +01:00 |
|
|
d781c6fcec
|
name storage abstraction available for linux as well
|
2021-03-23 14:40:30 +01:00 |
|
|
a5f44b8580
|
doc updatedoc updatedd
|
2021-03-23 14:25:50 +01:00 |
|
|
b1670decf7
|
Using C++ way of zero initializing struct
|
2021-03-23 11:35:23 +01:00 |
|
|
1c021651d7
|
missing include added
|
2021-03-23 11:26:44 +01:00 |
|
|
4c11b2f660
|
Merge remote-tracking branch 'upstream/mueller/master' into source/develop
|
2021-03-22 15:19:44 +01:00 |
|
|
614d1ccb7c
|
resorted functions
|
2021-03-21 16:29:04 +01:00 |
|
|
e3c44fd27f
|
implemented deadlien missed print for host
|
2021-03-21 16:20:13 +01:00 |
|
|
078116c7be
|
generic windows udp bridge working as well
|
2021-03-21 14:38:28 +01:00 |
|
|
b5a14bb9df
|
deleted old linux code
|
2021-03-21 13:02:14 +01:00 |
|
|
86577f4b80
|
fixed for linux
|
2021-03-21 12:51:28 +01:00 |
|
|
d625642abc
|
created common OSAL stuff to unify UDP code
|
2021-03-21 00:30:33 +01:00 |
|
|
951eb40e96
|
relativ include
|
2021-03-20 13:14:30 +01:00 |
|
|
538dec7062
|
Merge remote-tracking branch 'upstream/mueller/master' into mueller/master
|
2021-03-20 12:59:27 +01:00 |
|
|
8f17d6623a
|
removed duplicate include
|
2021-03-20 12:54:05 +01:00 |
|
|
0585ef9051
|
Merge remote-tracking branch 'upstream/development' into mueller/hosted-osal-fixes
|
2021-03-20 12:51:43 +01:00 |
|
|
0da95b75a2
|
fixed for hosted OSAL
|
2021-03-20 12:49:15 +01:00 |
|
|
e44f8bfea3
|
important bugfixes
|
2021-03-20 12:40:25 +01:00 |
|
|
fe2b3a01cf
|
important bugfix
|
2021-03-20 12:38:51 +01:00 |
|
|
95096d83de
|
fixed bug
|
2021-03-17 15:43:01 +01:00 |
|
|
12f47fdd0d
|
removed commented code
|
2021-03-16 15:32:58 +01:00 |
|
|
ca4a0b1bb8
|
wiretapping disabled again
|
2021-03-15 21:33:45 +01:00 |
|
|
588f9471d8
|
some stuff is buggy
|
2021-03-15 13:06:13 +01:00 |
|
|
703dfe9854
|
cleaned up a bit, removed unused fields
|
2021-03-12 18:30:36 +01:00 |
|
|
7bc04014e8
|
removed more unused fields
|
2021-03-12 18:21:50 +01:00 |
|
|
5eb6b277ba
|
removed unused fields
|
2021-03-12 18:20:54 +01:00 |
|
|
2684b0c68e
|
small doc improvement
|
2021-03-12 18:15:16 +01:00 |
|