summaryrefslogtreecommitdiff
path: root/src/systemtask
AgeCommit message (Expand)AuthorFilesLines
2022-12-27Include algorithm and cstring for std::memcpy and std::minJean-François Milants1-0/+2
2022-12-27Update src/systemtask/SystemTask.cppMax Friedrich1-4/+4
2022-12-27hopefully fixed crash on notificationminacode1-1/+1
2022-12-27formatminacode1-1/+2
2022-12-27removed magic numberminacode1-1/+1
2022-12-27added punctuationminacode1-2/+2
2022-12-27added message, changed UIminacode1-2/+2
2022-12-27formatminacode1-11/+9
2022-12-27added low battery messageminacode2-0/+12
2022-12-18Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski2-13/+11
2022-10-10Fix clang-tidy warningsRiku Isokoski1-1/+1
2022-08-21Add sleep mode which disables notifications, touch- and motion wakeup (#1261)Riku Isokoski1-11/+14
2022-06-06Switch to freertos timers (#1095)Michele Bini1-3/+0
2022-06-05System: Refactor pin and interrupt setupChristoph Honal1-19/+9
2022-06-05SystemTask: Use "&&" instead of "and" for operatorsChristoph Honal1-5/+6
2022-06-05Fix various typosluz paz1-1/+1
2022-06-05Apply clang-format to all C++ filesFinlay Davidson2-39/+40
2022-05-08Fix and test workflowRiku Isokoski1-2/+2
2022-05-08Systemtask : replace enum SystemTaskState by an enum class.Jean-François Milants2-25/+25
2022-05-08Simplify systemtask statesRiku Isokoski2-37/+34
2022-04-25Replace app_timer with FreeRTOS timersRiku Isokoski1-3/+2
2022-04-13Let TouchHandler return TouchEvents instead of driver specific enumReinhold Gschweicher1-3/+4
2022-03-21In current configuration, the timer task (the one from FreeRTOS) has the lowe...Jean-François Milants1-1/+1
2022-03-08SystemMonitor: implement FreeRtosMonitor only if trace facility is setReinhold Gschweicher3-39/+33
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2-4/+8
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2-2/+5
2022-02-19SystemTask: forward declare BatteryController to fix of cyclic dependencyReinhold Gschweicher2-1/+2
2022-02-19SystemTask: remove unused ble includesReinhold Gschweicher1-9/+0
2022-02-12SystemTask: fix static cast missing brackets syntaxReinhold Gschweicher1-2/+2
2022-01-26Merge pull request #949 from Riksu9000/fix_alarmJF1-0/+3
2022-01-26Merge pull request #903 from Riksu9000/improved_notif_timeoutJF1-0/+1
2022-01-22Fix alarm on time changeRiku Isokoski1-0/+3
2022-01-16SystemTask: add missing queue.h include for QueueHandle_tReinhold Gschweicher1-0/+1
2022-01-04Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into geekb...Jean-François Milants1-7/+13
2022-01-04Adds enum class for chimes optionSteveAmor1-2/+2
2022-01-04Add start of settings app for senstivity.Tim Keller1-1/+2
2022-01-04CleanupTim Keller1-1/+1
2022-01-04Added Shake to wakeTim Keller1-7/+12
2022-01-02resolves conflictsSteveAmor3-43/+138
2022-01-01Improved notification timeoutRiku Isokoski1-0/+1
2021-12-23Add airplane mode featureJames A. Jerkins2-2/+5
2021-12-10List Dir works?Tim Keller2-0/+15
2021-12-09Fixed unpopped diagnosticAvamander1-1/+1
2021-12-09Improved format specifiers, bracing, removed C-style casts, whitespace fixes ...Avamander1-17/+28
2021-12-09Break not return thanks @FintasticManTim Keller1-1/+1
2021-12-09Adjust systemtask to respect doNotGoToSleep.Tim Keller1-1/+4
2021-12-09Adjust BLE/LL stacks, style, comments, refactoringJames A. Jerkins1-1/+2
2021-12-09Persist bond between rebootsJames A. Jerkins1-1/+2
2021-12-09Connect and bond with a passkeyJames A. Jerkins2-0/+8
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher2-3/+3