aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into Hrs3300_SetGain_remove_warningsJF0022021-02-1426-476/+904
|\
| * Merge pull request #182 from petterhs/warningsJF0022021-02-144-8/+6
| |\
| | * fix build warnings in HR implementationpetter2021-01-254-8/+6
| * | Fix merge conflict.Jean-François Milants2021-02-149-7/+79
| |\ \
| | * | add vibration togglepetter2021-02-074-1/+16
| | * | refactor MotorControllerpetter2021-02-052-24/+10
| | * | trigger vibration from systemtaskpetter2021-02-055-21/+9
| | * | remove vibtimer from .h to fix nonstop vibrationjlukanc2021-01-251-1/+0
| | * | create motorcontroller in main and pass by referencepetter2021-01-257-10/+31
| | * | move app timer defjlukanc2021-01-252-5/+5
| | * | Merge branch 'develop' into upstream-devThe King2021-01-24312-465/+11979
| | |\|
| | * | fix merge issuejlukanc2021-01-231-0/+5
| | * | fis merge conflict?jlukanc2021-01-231-1/+1
| | * | remove unneeded definesjlukanc2021-01-232-39/+1
| | * | add motor to notifs, fix tabs in motorcontroller.hjlukanc2021-01-153-34/+40
| | * | add motorcontroller to cmakejlukanc2021-01-151-0/+2
| | * | add non-blocking motor controllerjlukanc2021-01-153-0/+99
| * | | Merge pull request #161 from petterhs/callsJF0022021-02-1419-467/+825
| |\ \ \
| | * | | add mute button and functionality for call notification + new button iconspetter2021-01-274-6/+47
| | * | | update font with icons for music, call and qrpetter2021-01-273-396/+498
| | * | | Revert invalid changes in Navigation.h and add missing changes in Notificatio...Jean-François Milants2021-01-242-3/+8
| | * | | Handle call notification the same way than other notifications.Jean-François Milants2021-01-2413-88/+196
| | * | | change Notification Event base UUIDpetter2021-01-212-14/+14
| | * | | change Notification Event UUIDpetter2021-01-212-6/+8
| | * | | Add incoming call functionalityRasmus Schenstrom2021-01-2110-18/+118
* | | | | eliminated warnings in Hrs3300Niall Cooling2021-02-121-4/+5
|/ / / /
* | | | Fix memory leak in timer management in port layer of Nimble.Jean-François Milants2021-02-071-0/+2
* | | | Increase FreeRTOS heap size and re-enable heart rate task. New Nimble probabl...Jean-François Milants2021-02-032-3/+3
* | | | Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0d...Jean-François Milants2021-02-02286-9255/+31323
* | | | Merge pull request #193 from Avamander/patch-5JF0022021-01-311-1/+1
|\ \ \ \
| * | | | Update CMakeLists.txtAvamander2021-01-301-1/+1
| | |_|/ | |/| |
* / | | Normalize all the line endingsJean-François Milants2021-01-312-3/+3
|/ / /
* / / changed command MemoryDataAccessControl from 036 to 0x36 in St7789 classNiall Cooling2021-01-211-1/+1
|/ /
* | Merge pull request #168 from Panky-codes/fix-erratic-batteryJF0022021-01-205-12/+49
|\ \
| * | Added more descriptive comments in doxygen format.panky-codes2021-01-171-9/+15
| * | Changed float to int in battery controller file.panky-codes2021-01-161-2/+2
| * | Changed std accumulate to use int instead of a float.panky-codes2021-01-161-1/+1
| * | Converted all the other float usage to int.panky-codes2021-01-164-8/+8
| * | Converted percent remaining calc to int.panky-codes2021-01-163-8/+7
| * | Adjusted the firmware to display percent instead of gfx.panky-codes2021-01-161-1/+2
| * | Adapted the accumulate function to return float.panky-codes2021-01-141-1/+2
| * | Implemented a circular buffer and added an average alg for batter remaining p...panky-codes2021-01-142-3/+33
* | | Merge branch piggz/nav into develop:Jean-François Milants2021-01-20279-384/+10816
* | | Merge pull request #169 from JF002/heartRateSensorJF0022021-01-2029-23/+986
|\ \ \
| * | | Add heart rate BLE service.Jean-François Milants2021-01-179-7/+152
| * | | Add License/copyright info in HR related files.Jean-François Milants2021-01-174-2/+30
| * | | HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ...Jean-François Milants2021-01-1712-35/+98
| * | | HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants2021-01-104-3/+28
| * | | First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-1023-12/+714
| | |/ | |/|
* | | Merge pull request #171 from JF002/fix-lvgl-animationJF0022021-01-203-5/+56
|\ \ \