| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SystemMonitor: implement FreeRtosMonitor only if trace facility is set | Reinhold Gschweicher | 2022-03-08 | 1 | -34/+6 |
| | | | | | | | | | | | | | | | | Split SystemMonitor into h and cpp file and move the logging code of the `Process` function into the cpp file. Depending of the `configUSE_TRACE_FACILITY` define from `src/FreeRTOSConfig.h` create either a "FreeRtosMonitor" or a "DummyMonitor". Make the `Process()` function non-const, as the FreeRtosMonitor changes the member variable `lastTick`. In `SystemTask.h` we then only need to use `SystemMonitor`, without knowledge of the `configUSE_TRACE_FACILITY` define. | ||||
| * | Changed access modified indentation | Avamander | 2021-04-24 | 1 | -4/+4 |
| | | |||||
| * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -26/+24 |
| | | |||||
| * | Replaced NULL with nullptr | Avamander | 2020-10-04 | 1 | -1/+1 |
| | | |||||
| * | Renamed SystemTask/ to systemtask/ | Avamander | 2020-10-02 | 1 | -0/+46 |
