summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-14Fix merge conflict.Jean-François Milants9-7/+79
2021-02-14Merge pull request #161 from petterhs/callsJF00219-469/+827
2021-02-07Fix memory leak in timer management in port layer of Nimble.Jean-François Milants1-0/+2
2021-02-07add vibration togglepetter4-1/+16
2021-02-05refactor MotorControllerpetter2-24/+10
2021-02-05trigger vibration from systemtaskpetter5-21/+9
2021-02-03Increase FreeRTOS heap size and re-enable heart rate task. New Nimble probabl...Jean-François Milants2-3/+3
2021-02-02Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0d...Jean-François Milants286-9261/+31329
2021-01-31Merge pull request #193 from Avamander/patch-5JF0021-1/+1
2021-01-31Normalize all the line endingsJean-François Milants2-3/+3
2021-01-30Update CMakeLists.txtAvamander1-1/+1
2021-01-27add mute button and functionality for call notification + new button iconspetter4-6/+47
2021-01-27update font with icons for music, call and qrpetter3-396/+498
2021-01-25remove vibtimer from .h to fix nonstop vibrationjlukanc1-1/+0
2021-01-25create motorcontroller in main and pass by referencepetter7-10/+31
2021-01-25move app timer defjlukanc2-5/+5
2021-01-24Merge branch 'develop' into upstream-devThe King312-465/+11979
2021-01-24Revert invalid changes in Navigation.h and add missing changes in Notificatio...Jean-François Milants2-3/+8
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants13-90/+198
2021-01-23fix merge issuejlukanc1-0/+5
2021-01-23fis merge conflict?jlukanc1-1/+1
2021-01-23remove unneeded definesjlukanc2-39/+1
2021-01-21change Notification Event base UUIDpetter2-14/+14
2021-01-21change Notification Event UUIDpetter2-6/+8
2021-01-21Add incoming call functionalityRasmus Schenstrom10-18/+118
2021-01-21changed command MemoryDataAccessControl from 036 to 0x36 in St7789 classNiall Cooling1-1/+1
2021-01-20Merge pull request #168 from Panky-codes/fix-erratic-batteryJF0025-12/+49
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants279-384/+10816
2021-01-20Merge pull request #169 from JF002/heartRateSensorJF00229-23/+986
2021-01-20Merge pull request #171 from JF002/fix-lvgl-animationJF0023-5/+56
2021-01-19Music UUID must start with 00000000 instead of 00010000 (copy/paste error)Jean-François Milants1-1/+1
2021-01-19Adapt the UUID of Music service according to new guidelines.Jean-François Milants2-41/+77
2021-01-17Fix bug in animation management for lv_labelJean-François Milants3-5/+56
2021-01-17Add heart rate BLE service.Jean-François Milants9-7/+152
2021-01-17Add License/copyright info in HR related files.Jean-François Milants4-2/+30
2021-01-17Added more descriptive comments in doxygen format.panky-codes1-9/+15
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ...Jean-François Milants12-35/+98
2021-01-16Changed float to int in battery controller file.panky-codes1-2/+2
2021-01-16Changed std accumulate to use int instead of a float.panky-codes1-1/+1
2021-01-16Converted all the other float usage to int.panky-codes4-8/+8
2021-01-16Converted percent remaining calc to int.panky-codes3-8/+7
2021-01-16Adjusted the firmware to display percent instead of gfx.panky-codes1-1/+2
2021-01-15add motor to notifs, fix tabs in motorcontroller.hjlukanc3-44/+50
2021-01-15add motorcontroller to cmakejlukanc1-0/+2
2021-01-15add non-blocking motor controllerjlukanc3-0/+99
2021-01-14Adapted the accumulate function to return float.panky-codes1-1/+2
2021-01-14Implemented a circular buffer and added an average alg for batter remaining p...panky-codes2-3/+33
2021-01-10HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants4-3/+28
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants23-12/+714
2021-01-08fix MusicService UUID typo in commentpetter1-1/+1