Commit Graph

14 Commits

Author SHA1 Message Date
dario
a22f034462 Added specification of stack and control block size for RtosThread 2024-02-07 19:12:35 +01:00
dario
8363e0d93c Set RtosThread::start() virtual 2024-02-07 18:50:41 +01:00
dario
3feedc948f Thread rework to support watchdog restarting 2024-01-24 21:17:42 +01:00
dario
1553465d2f Added updated heap stats 2024-01-18 13:25:00 +01:00
@CarlWachter
b4b214a756 Full Doxygen documentation 2024-01-06 16:30:30 +01:00
dario
08fec8e3e9 Updated id handling for mutex and signal, sleep() for thread. 2024-01-02 00:56:22 +01:00
dario
8cebc8800a Fixes for termination requests 2023-12-06 13:53:00 +00:00
dario
6bcca7af85 Removed terminate flag from threads 2023-11-09 18:20:48 +01:00
dario
c609dc81cc Added flags clear for thread and new constructor for queue. 2023-11-07 12:40:50 +01:00
dario
0e96b2ec29 Renamed checkTerminationRequest to avoid confusion about the actual behavior 2023-10-28 20:12:27 +02:00
dario
067a48c309 Added boolean to encode termination requests; added start flag as system flag 2023-10-27 12:43:13 +02:00
dario
87ef535471 Fully changed timer to fully use std::function<> 2023-10-23 23:58:23 +02:00
dario
d591560c95 Added method for reading thread flags 2023-10-15 22:13:25 +02:00
Henrik Stickann
4e355d244b Add thread wrapper class 2022-12-02 16:34:52 +01:00