aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'twimaster_rework' of https://github.com/Riksu9000/InfiniTime in...Jean-François Milants2021-08-281-16/+5
|\ \ \ \ \
| * | | | | Only enable the bus when neededRiku Isokoski2021-08-101-9/+0
| |/ / / /
* | | | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-08-181-3/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Remove leftoverRiku Isokoski2021-08-011-5/+0
| * | | | ImprovementsRiku Isokoski2021-08-011-4/+5
| * | | | Merge branch 'develop' into HEADRiku Isokoski2021-08-013-98/+207
| |\| | |
| * | | | cleaned up the code and reduced the size of the diff by removing things like ...Florian Kraupa2021-05-161-1/+1
| * | | | only activate the timeout on call notification previews after they have been ...Florian Kraupa2021-05-161-1/+1
| * | | | implemented continuous vibration pattern for incoming callsFlorian Kraupa2021-05-161-1/+5
* | | | | Make diff smaller and revert some changes in DisplayAppRiku Isokoski2021-08-101-0/+1
* | | | | Rework TouchHandler into not a taskRiku Isokoski2021-08-101-3/+5
* | | | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-252-12/+36
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Dim screen before sleep (#464)Riku Isokoski2021-07-242-14/+38
* | | | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-231-3/+8
|\| | | |
| * | | | Make firmware updating more foolproof (#469)Riku Isokoski2021-07-221-3/+8
| | |_|/ | |/| |
* | | | UpdateRiku Isokoski2021-07-181-0/+3
* | | | Fix touch wakeup and code cleanupRiku Isokoski2021-07-162-23/+28
* | | | Fix most issuesRiku Isokoski2021-07-161-1/+1
* | | | New touch handler, with issuesRiku Isokoski2021-07-151-1/+0
|/ / /
* | / Multiple wakeup sources (#290)Kozova12021-07-141-9/+9
| |/ |/|
* | Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2021-07-112-0/+7
* | Using littlefs (#438)joaquim.org2021-07-112-7/+16
* | SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix2021-06-261-0/+4
* | Add support for BMA425 acceleration sensor. (#440)JF0022021-06-191-0/+1
* | Move most of the code from the constructor of the objects statically initiali...Jean-François Milants2021-06-121-1/+2
* | Minor improvements: use std::make_unique when creating unique_ptr, check the ...Jean-François Milants2021-06-101-6/+18
* | Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants2021-06-063-69/+83
* | Timer App (#355)Florian2021-05-202-2/+18
* | Fix wrong initialization of 'pinPowerPresent' pin that would prevent the touc...Jean-François Milants2021-05-171-3/+6
* | Emit event on power-present toggle (#320)David Ventura2021-05-162-6/+20
|/
* short vibration when enabling itpetter2021-05-021-0/+1
* Changed access modified indentationAvamander2021-04-242-6/+6
* Reformatted all the files according to clang-format styleAvamander2021-04-243-186/+222
* Disable the reading of the motion values in sleep mode when the wake up mode ...Jean-François Milants2021-04-161-0/+3
* In order to stabilize the battery reading,Joaquim2021-04-161-2/+7
* Merge branch 'develop' into motion-sensorJean-François Milants2021-04-092-10/+46
|\
| * Fix wake up lock in twiJoaquim2021-04-052-11/+17
| * array in SettingWakeUp wrong sizeJoaquim José Almeida Pereira2021-04-051-1/+1
| * double tap wakeup error fixJoaquim2021-04-041-10/+10
| * Big UI and navigation RewriteJoaquim2021-04-042-12/+40
* | TwiMaster is now based on the NRFX TWI driver, as it handles more edge cases ...Jean-François Milants2021-04-081-2/+6
* | Reset the step count every day at midnight.Jean-François Milants2021-04-042-5/+16
* | Handle return code from BMA driver, and set a flag is the initialization fail...Jean-François Milants2021-04-041-0/+1
* | Code cleaning in BMA421 driver. Do the axis inversion in the driver and not i...Jean-François Milants2021-04-041-2/+2
* | First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants2021-04-042-3/+31
|/
* replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling2021-03-221-1/+1
* Updated to include WatchFaceAnalog and fixed clashesNiall Cooling2021-03-222-13/+29
|\
| * Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2021-03-202-3/+11
| |\
| | * Multi face support, analog clock, 12/24 configJoaquim2021-02-242-3/+10
| * | Merge branch 'develop' into recovery-firmwareJean-François Milants2021-03-072-8/+13
| |\|