summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-14Merge pull request #182 from petterhs/warningsJF002
Fix build warnings coming from HR implementation
2021-02-14Merge branch 'jlukanc1-upstream-dev' into developJean-François Milants
2021-02-14Fix merge conflict.Jean-François Milants
2021-02-14Merge pull request #161 from petterhs/callsJF002
Call functionality with changed UUID for notification event characteristic
2021-02-12eliminated warnings in Hrs3300Niall Cooling
2021-02-12refactored class DirtyValueNiall Cooling
2021-02-07Set version to 0.12.1Jean-François Milants
2021-02-07Fix memory leak in timer management in port layer of Nimble.Jean-François Milants
2021-02-07add vibration togglepetter
2021-02-05refactor MotorControllerpetter
2021-02-05trigger vibration from systemtaskpetter
2021-02-04Merge branch 'update-nimble-1_3-master' into developJean-François Milants
2021-02-04Merge pull request #198 from JF002/update-nimble-1_3-masterJF002
Update to nimble 1.3 master branch
2021-02-04Set version to 0.12..0Jean-François Milants
2021-02-03Increase FreeRTOS heap size and re-enable heart rate task. New Nimble ↵Jean-François Milants
probably uses more memory than before.
2021-02-02Update to nimble 1.3 master branch commit ↵Jean-François Milants
82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
2021-02-01Add new cmake option to disable the generation of DFU file (which needs ↵Jean-François Milants
adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
2021-02-01CleanupJoaquim
2021-02-01Merge branch 'develop' of https://github.com/JF002/Pinetime into LVGL7Joaquim
2021-01-31Merge pull request #197 from Avamander/patch-9JF002
Enabled clang-format in Clion
2021-01-31Merge pull request #196 from Avamander/patch-8JF002
Added clang-tidy configuration
2021-01-31Merge pull request #194 from Avamander/patch-6JF002
Added Clang formatting rules
2021-01-31Merge pull request #195 from Avamander/patch-7JF002
Improve CLion's formatting rules
2021-01-31Merge pull request #193 from Avamander/patch-5JF002
Updated CMakeLists.txt to be more consistent
2021-01-31Normalize all the line endingsJean-François Milants
2021-01-31Merge pull request #192 from Avamander/patch-4JF002
Create .gitattributes
2021-01-31Merge pull request #191 from Avamander/patch-3JF002
Create .gitconfig
2021-01-31Merge pull request #190 from Avamander/patch-1JF002
Create CONTRIBUTING.md
2021-01-31Remove BLE debug codeJean-François Milants
2021-01-30Re-enabled use-after-move warningAvamander
2021-01-30Enabled clang-format in ClionAvamander
2021-01-30Added clang-tidy configurationAvamander
2021-01-30Improve CLion's formatting rulesAvamander
2021-01-30Added Clang Format rulesAvamander
2021-01-30Update CMakeLists.txtAvamander
2021-01-30Create .gitattributesAvamander
2021-01-30Create .gitconfigAvamander
2021-01-30Create CONTRIBUTING.mdAvamander
2021-01-28LVGL v7.10.0Joaquim
2021-01-28LVGL V7 UpgradeJoaquim
2021-01-27add mute button and functionality for call notification + new button iconspetter
2021-01-27improve music UI with icons for play/pause/next/prev/ and volumepetter
2021-01-27update font with icons for music, call and qrpetter
2021-01-27update font with icons for music, call and qrpetter
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants
as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy). CMake builds and docker have been modified accordingly. Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the
2021-01-25remove vibtimer from .h to fix nonstop vibrationjlukanc
2021-01-25create motorcontroller in main and pass by referencepetter
2021-01-25move app timer defjlukanc
2021-01-25fix build warnings in HR implementationpetter
2021-01-24Merge branch 'develop' into upstream-devThe King