summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Expand)AuthorFilesLines
2021-01-25move app timer defjlukanc2-5/+5
2021-01-25fix build warnings in HR implementationpetter3-6/+4
2021-01-24Merge branch 'develop' into upstream-devThe King18-49/+803
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants2-26/+46
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 Schenstrom4-4/+60
2021-01-20Merge pull request #168 from Panky-codes/fix-erratic-batteryJF0022-5/+42
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants4-0/+238
2021-01-20Merge pull request #169 from JF002/heartRateSensorJF00212-3/+446
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-17Add heart rate BLE service.Jean-François Milants6-4/+147
2021-01-17Add License/copyright info in HR related files.Jean-François Milants3-1/+21
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 Milants4-4/+9
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-codes1-1/+1
2021-01-16Converted percent remaining calc to int.panky-codes2-6/+6
2021-01-15add motor to notifs, fix tabs in motorcontroller.hjlukanc1-44/+44
2021-01-15add non-blocking motor controllerjlukanc2-0/+97
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 Milants2-2/+19
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants8-0/+258
2021-01-08fix MusicService UUID typo in commentpetter1-1/+1
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF00229-72/+126
2020-11-16Include cleanup: componentsokaestne29-72/+126
2020-11-01Fixed typo (Transfert -> Transfer)Ryan Hartlage2-10/+9
2020-10-29Refactoring of BLE service discovery : it is now implemented into the classes...JF9-227/+251
2020-10-28Reset BLE services on disconnect, do not start advertising if a connection is...JF5-23/+54
2020-10-27Fix conflictsJF2-165/+335
2020-10-22Notifications : Fix copy when the messages is spread across multiple os_mbuf.JF5-23/+28
2020-10-21Notifications : Fix display of notification index/number.JF2-1/+6
2020-10-21Increase max size of notification message to 100 char.JF5-40/+29
2020-10-20Integrate new notification UI with notifications coming from BLEJF2-10/+73
2020-10-15Unified MusicStatus enum constant capitalization with othersAvamander1-2/+2
2020-10-15Refactored and improved the Music watchappAvamander2-165/+335
2020-10-02Fixed all the includes that were broken due to the renamesAvamander34-12/+16
2020-10-02Renamed Components/ to components/Avamander34-0/+2979