aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask
Commit message (Expand)AuthorAgeFilesLines
* shakewake: Fix names according to style guideFinlay Davidson2023-03-091-1/+1
* Revert "added low battery message"Riku Isokoski2023-03-022-13/+0
* SystemTask: Move lcd to DisplayAppRiku Isokoski2023-02-252-7/+0
* LittleVgl: Instantiate in DisplayAppRiku Isokoski2023-02-252-6/+0
* SystemTask: Move MotorController to DisplayAppRiku Isokoski2023-02-253-18/+3
* TouchHandler: Do not store touch panel referenceRiku Isokoski2023-02-241-2/+2
* touchhandler: Remove LVGL dependencyRiku Isokoski2023-02-241-3/+2
* Format header filesFinlay Davidson2023-01-092-0/+4
* Include algorithm and cstring for std::memcpy and std::minJean-François Milants2022-12-271-0/+2
* Update src/systemtask/SystemTask.cppMax Friedrich2022-12-271-4/+4
* hopefully fixed crash on notificationminacode2022-12-271-1/+1
* formatminacode2022-12-271-1/+2
* removed magic numberminacode2022-12-271-1/+1
* added punctuationminacode2022-12-271-2/+2
* added message, changed UIminacode2022-12-271-2/+2
* formatminacode2022-12-271-11/+9
* added low battery messageminacode2022-12-272-0/+12
* Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski2022-12-182-13/+11
* Fix clang-tidy warningsRiku Isokoski2022-10-101-1/+1
* Add sleep mode which disables notifications, touch- and motion wakeup (#1261)Riku Isokoski2022-08-211-11/+14
* Switch to freertos timers (#1095)Michele Bini2022-06-061-3/+0
* System: Refactor pin and interrupt setupChristoph Honal2022-06-051-19/+9
* SystemTask: Use "&&" instead of "and" for operatorsChristoph Honal2022-06-051-5/+6
* Fix various typosluz paz2022-06-051-1/+1
* Apply clang-format to all C++ filesFinlay Davidson2022-06-052-39/+40
* Fix and test workflowRiku Isokoski2022-05-081-2/+2
* Systemtask : replace enum SystemTaskState by an enum class.Jean-François Milants2022-05-082-25/+25
* Simplify systemtask statesRiku Isokoski2022-05-082-37/+34
* Replace app_timer with FreeRTOS timersRiku Isokoski2022-04-251-3/+2
* Let TouchHandler return TouchEvents instead of driver specific enumReinhold Gschweicher2022-04-131-3/+4
* In current configuration, the timer task (the one from FreeRTOS) has the lowe...Jean-François Milants2022-03-211-1/+1
* SystemMonitor: implement FreeRtosMonitor only if trace facility is setReinhold Gschweicher2022-03-083-39/+33
* Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2022-02-202-4/+8
* Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2022-02-202-2/+5
|\
| * Add airplane mode featureJames A. Jerkins2021-12-232-2/+5
* | SystemTask: forward declare BatteryController to fix of cyclic dependencyReinhold Gschweicher2022-02-192-1/+2
* | SystemTask: remove unused ble includesReinhold Gschweicher2022-02-191-9/+0
* | SystemTask: fix static cast missing brackets syntaxReinhold Gschweicher2022-02-121-2/+2
* | Merge pull request #949 from Riksu9000/fix_alarmJF2022-01-261-0/+3
|\ \
| * | Fix alarm on time changeRiku Isokoski2022-01-221-0/+3
* | | Merge pull request #903 from Riksu9000/improved_notif_timeoutJF2022-01-261-0/+1
|\ \ \
| * | | Improved notification timeoutRiku Isokoski2022-01-011-0/+1
| | |/ | |/|
* | | SystemTask: add missing queue.h include for QueueHandle_tReinhold Gschweicher2022-01-161-0/+1
| |/ |/|
* | Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into geekb...Jean-François Milants2022-01-041-7/+13
|\ \
| * | Add start of settings app for senstivity.Tim Keller2022-01-041-1/+2
| * | CleanupTim Keller2022-01-041-1/+1
| * | Added Shake to wakeTim Keller2022-01-041-7/+12
| |/
* | Adds enum class for chimes optionSteveAmor2022-01-041-2/+2
* | resolves conflictsSteveAmor2022-01-023-43/+138
|\|
| * List Dir works?Tim Keller2021-12-102-0/+15