aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-143-45/+51
|\
| * Merge branch 'refactor_adv' of https://github.com/evergreen22/InfiniTime into...Jean-François Milants2021-09-131-2/+3
| |\
| | * Advertise fast for at least 30 secs then slow downJames A. Jerkins2021-09-051-0/+3
| | * WIP Refactor ble advertisingJames A. Jerkins2021-08-291-2/+0
| * | Merge pull request #549 from hubmartin/pinmapJF0022021-09-132-18/+12
| |\ \
| | * \ Merge branch 'develop' into pinmaphubmartin2021-09-133-18/+27
| | |\ \
| | * \ \ Merge branch 'develop' into pinmaphubmartin2021-08-292-29/+30
| | |\ \ \
| | * \ \ \ Merge branch 'develop' into pinmaphubmartin2021-08-221-3/+2
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | PinMap with namespace and constexprhubmartin2021-08-032-18/+11
| | * | | | DRAFT: Put gpio pins to separate filehubmartin2021-08-021-1/+2
| * | | | | docs: Fix a few typos (#606)Tim Gates2021-09-131-1/+1
| | |_|_|/ | |/| | |
| * | | | Merge remote-tracking branch 'upstream/develop' into timer_battery_readingRiku Isokoski2021-08-301-6/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix wake on tap/double tap.Jean-François Milants2021-08-281-6/+8
| * | | | Merge branch 'develop' into timer_battery_readingRiku Isokoski2021-08-282-23/+22
| |\| | |
| * | | | Merge branch 'develop' into timer_battery_readingRiku Isokoski2021-08-141-3/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Make battery reading periodic. Add events. Disable pullupRiku Isokoski2021-08-143-18/+27
| | |_|/ | |/| |
* | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-282-23/+22
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix touchinfo typo in SystemTask.Jean-François Milants2021-08-281-1/+1
| * | | 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
| |\ \ \ | | | |/ | | |/|
| * | | 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
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-231-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
* | | | | Automatic error detectionRiku Isokoski2021-08-181-2/+7
* | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-172-20/+48
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Remove leftoverRiku Isokoski2021-08-011-5/+0
| * | | | ImprovementsRiku Isokoski2021-08-011-4/+5
| * | | | Merge branch 'develop' into HEADRiku Isokoski2021-08-013-98/+207
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Dim screen before sleep (#464)Riku Isokoski2021-07-242-14/+38
| | | |/ | | |/|
| | * | Make firmware updating more foolproof (#469)Riku Isokoski2021-07-221-3/+8
| | |/
| * | 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
* | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-07-151-9/+9
|\ \ \ | | |/ | |/|
| * | Multiple wakeup sources (#290)Kozova12021-07-141-9/+9
* | | Update touchpad driverRiku Isokoski2021-07-141-1/+1
|/ /
* | 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