InfiniTime/src/components
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 +02:00
..
alarm Switch to freertos timers (#1095) 2022-06-06 17:47:43 +02:00
battery Switched to non-deprecated math header 2021-12-04 22:03:40 +02:00
ble Fix various typos 2022-06-05 09:31:23 +03:00
brightness Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
datetime Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
firmwarevalidator Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
fs Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
gfx Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
heartrate Manual squash merge of PR #932 (https://github.com/InfiniTimeOrg/InfiniTime/pull/932) from 13werwolf13 (https://github.com/13werwolf13). This PR adds a new Terminal watchface to InfiniTime! 2022-02-20 13:20:43 +01:00
motion Fix crash upon leaving app. 2022-01-04 02:00:03 +00:00
motor Switch to freertos timers (#1095) 2022-06-06 17:47:43 +02:00
rle Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
settings Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
timer Fix assertion failure in TimerController 2022-05-27 22:14:28 +03:00