summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Expand)AuthorFilesLines
2021-08-01Remove floating point calculationRiku Isokoski1-2/+2
2021-07-27Increase ADC precisionRiku Isokoski1-4/+4
2021-07-27Merge branch 'develop' into fix_adcRiku Isokoski2-13/+35
2021-07-22Make firmware updating more foolproof (#469)Riku Isokoski1-5/+4
2021-07-14Multiple wakeup sources (#290)Kozova11-8/+31
2021-07-13Merge branch 'develop' into fix_adcRiku Isokoski6-17/+28
2021-07-12Fix misconfigured ADC and remove now unnecessary filteringRiku Isokoski2-48/+4
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants6-21/+29
2021-07-11Using littlefs (#438)joaquim.org4-112/+314
2021-07-04Whitespace and brace fixes (#456)Avamander1-1/+2
2021-07-02Inititialize members in class declarationJonathan Vander Mey2-22/+12
2021-07-02Move local-only function into anonymous namespaceJonathan Vander Mey1-4/+3
2021-07-02Make MusicService UUID objects static constexprJonathan Vander Mey2-22/+31
2021-07-02Eliminate reinterpret_castingJonathan Vander Mey1-26/+26
2021-07-02Float voltage to int (#444)Riku Isokoski2-8/+12
2021-07-02static_cast cleanupAvamander1-1/+1
2021-06-26SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix1-0/+5
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF0022-0/+21
2021-06-12Fix signed/unsigned comparison warningJonathan Vander Mey1-1/+1
2021-06-12Merge pull request #359 from Avamander/patch-2JF0022-157/+95
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants13-49/+44
2021-05-20Timer App (#355)Florian3-1/+100
2021-05-17Updated license header yearAvamander2-2/+2
2021-05-17Used a macro for UUID generation, switched from C-style casts to reinterpret_...Avamander2-155/+93
2021-05-16Emit event on power-present toggle (#320)David Ventura1-1/+0
2021-05-15Merge pull request #298 from joaquimorg/StepsAppJF0022-4/+12
2021-05-01Fix #209. Use int8_t for PPG data arraydavid2-8/+8
2021-04-26Merge branch 'develop' ofJoaquim55-1951/+1703
2021-04-24Changed access modified indentationAvamander29-64/+64
2021-04-24Reformatted all the files according to clang-format styleAvamander56-1963/+1713
2021-04-20Fix button size and default step goalJoaquim1-1/+1
2021-04-19New Steps appJoaquim2-3/+9
2021-04-16In order to stabilize the battery reading,Joaquim2-8/+22
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants14-70/+354
2021-04-09Merge branch 'develop' into notification-titleJean-François Milants9-64/+322
2021-04-09Merge pull request #259 from JF002/fix-music-app2JF0021-1/+1
2021-04-08restore battery bufferJoaquim2-10/+40
2021-04-05Fix wake up lock in twiJoaquim2-29/+31
2021-04-04Fix music app :Jean-François Milants1-1/+1
2021-04-04Reset the step count every day at midnight.Jean-François Milants2-0/+21
2021-04-04Handle return code from BMA driver, and set a flag is the initialization fail...Jean-François Milants2-2/+8
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants2-0/+59
2021-04-04Ignore notification with empty message.Jean-François Milants2-4/+10
2021-04-04double tap wakeup error fixJoaquim2-54/+67
2021-04-04Add support for notification title. The notification buffer must contain the ...Jean-François Milants6-2/+22
2021-04-04Big UI and navigation RewriteJoaquim6-13/+226
2021-03-20Merge pull request #240 from joaquimorg/ScreenCorruptionFIXJF0021-9/+5
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants4-0/+183
2021-03-18FIX screen corruption #213Joaquim1-9/+5
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants14-11/+160