InfiniTime/src/systemtask
Michele Bini 35dcf8c860
Switch to freertos timers (#1095)
* Use FreeRTOS timer for AlarmController
* Use FreeRTOS timer for MotorController
* Remove app_timer component from compilation as we now solely use
  FreeROTS timer
* Simplify variable and text names for AlarmController and MotorController timers
* Call ScheduleAlarm directly from StopAlerting, for recurring timers

Co-authored-by: Riku Isokoski <riksu9000@gmail.com>
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
2022-06-06 17:47:43 +07:00
..
Messages.h Apply clang-format to all C++ files 2022-06-05 09:15:46 +07:00
SystemMonitor.cpp Apply clang-format to all C++ files 2022-06-05 09:15:46 +07:00
SystemMonitor.h SystemMonitor: implement FreeRtosMonitor only if trace facility is set 2022-03-08 20:28:54 +07:00
SystemTask.cpp Switch to freertos timers (#1095) 2022-06-06 17:47:43 +07:00
SystemTask.h Systemtask : replace enum SystemTaskState by an enum class. 2022-05-08 13:29:02 +07:00