aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use enum classes, remove old commentRiku Isokoski2021-10-251-1/+0
* Newer buttonhandlerRiku Isokoski2021-10-251-12/+12
* Merge pull request #664 from Riksu9000/disable_notif_onlyJF0022021-09-231-1/+1
|\
| * Merge branch 'develop' into disable_notif_onlyRiku Isokoski2021-09-131-29/+18
| |\
| * | Toggle notifications only, keep vibrations.Riku Isokoski2021-09-121-1/+1
* | | Merge branch 'PersistantStorage' of git://github.com/geekbozu/InfiniTime into...Jean-François Milants2021-09-181-1/+19
|\ \ \
| * | | Add some commentsTim Keller2021-09-021-2/+6
| * | | Add clearing of noinit segment on bad wordTim Keller2021-08-191-5/+10
| * | | Make Clock Persistant.Tim Keller2021-08-171-1/+10
* | | | resolve conflict in src/systemtask/Messages.hMark Russell2021-09-161-29/+18
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'develop' into pinmaphubmartin2021-09-131-6/+3
| |\ \ \
| | * \ \ Merge pull request #602 from Riksu9000/del_unusedJF0022021-09-121-6/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Remove unused variablesRiku Isokoski2021-08-191-6/+1
| | | |/
| * | | Merge branch 'develop' into pinmaphubmartin2021-08-291-4/+8
| |\| |
| * | | Update startup SCL toggling pinmap definitionshubmartin2021-08-221-4/+5
| * | | Merge branch 'develop' into pinmaphubmartin2021-08-221-0/+15
| |\ \ \ | | | |/ | | |/|
| * | | PinMap with namespace and constexprhubmartin2021-08-031-19/+10
* | | | Revert "Merge upstream"Mark Russell2021-09-161-18/+29
* | | | Merge upstreamMark Russell2021-09-161-29/+18
* | | | Created basic alarm appMark Russell2021-09-101-0/+3
| |_|/ |/| |
* | | Merge branch 'twimaster_rework' of https://github.com/Riksu9000/InfiniTime in...Jean-François Milants2021-08-281-2/+1
|\ \ \
| * | | Use highest frequency and move mutex creation to InitRiku Isokoski2021-08-181-2/+2
| * | | Simplify parameters and cleanupRiku Isokoski2021-08-161-3/+2
| |/ /
* | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-08-181-0/+15
|\ \ \ | | |/ | |/|
| * | Set pin before loopRiku Isokoski2021-08-141-0/+1
| * | Better pin configurationRiku Isokoski2021-08-141-1/+6
| * | Try to fix bootloopRiku Isokoski2021-08-141-0/+9
| |/
* | Rework TouchHandler into not a taskRiku Isokoski2021-08-101-2/+1
* | Revert "Merge branch 'unblock_i2c' into develop"Riku Isokoski2021-08-101-15/+0
* | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-08-101-0/+15
|\ \
| * | Set pin before loopRiku Isokoski2021-08-091-0/+1
| * | Better pin configurationRiku Isokoski2021-08-091-1/+6
| * | Try to fix bootloopRiku Isokoski2021-08-091-0/+9
| |/
* | UpdateRiku Isokoski2021-07-181-3/+0
* | Fix touch wakeup and code cleanupRiku Isokoski2021-07-161-1/+3
* | New touch handler, with issuesRiku Isokoski2021-07-151-2/+9
|/
* Merge branch 'lvgl_use_system_tick' of https://github.com/Riksu9000/InfiniTim...Jean-François Milants2021-07-131-7/+0
|\
| * LVGL use system tickRiku Isokoski2021-07-071-7/+0
* | Using littlefs (#438)joaquim.org2021-07-111-5/+8
|/
* SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix2021-06-261-0/+4
* Move most of the code from the constructor of the objects statically initiali...Jean-François Milants2021-06-121-0/+2
* Fix build for recovery firmware.Jean-François Milants2021-06-061-1/+0
* Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants2021-06-061-19/+50
* Emit event on power-present toggle (#320)David Ventura2021-05-161-0/+15
* Reformatted all the files according to clang-format styleAvamander2021-04-241-52/+50
* Merge branch 'develop' into motion-sensorJean-François Milants2021-04-091-2/+2
|\
| * Big UI and navigation RewriteJoaquim2021-04-041-2/+2
* | Reset the step count every day at midnight.Jean-François Milants2021-04-041-2/+1
* | First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants2021-04-041-2/+4
|/
* replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling2021-03-221-2/+4