aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | 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
| |\ \ \ | | | |/ | | |/|
| * | | 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
| |/ /
* | | Update startup SCL toggling pinmap definitionshubmartin2021-08-221-4/+5
* | | Merge branch 'develop' into pinmaphubmartin2021-08-221-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
| |/
* / PinMap with namespace and constexprhubmartin2021-08-031-19/+10
|/
* 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
* Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2021-03-201-1/+4
|\
| * Multi face support, analog clock, 12/24 configJoaquim2021-02-241-1/+4
* | Merge branch 'develop' into recovery-firmwareJean-François Milants2021-03-071-2/+3
|\|
| * Remove debug variable.Jean-François Milants2021-02-141-1/+1
| * Fix merge conflict.Jean-François Milants2021-02-141-1/+4
| |\
| | * create motorcontroller in main and pass by referencepetter2021-01-251-1/+3
| * | Merge pull request #161 from petterhs/callsJF0022021-02-141-3/+1
| |\ \
| | * | Handle call notification the same way than other notifications.Jean-François Milants2021-01-241-3/+1
| | |/
| * / Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0d...Jean-François Milants2021-02-021-1/+1
| |/
* / Generate pinetime-recovery : a light version of InfiniTime design to be used ...Jean-François Milants2021-01-261-3/+13
|/
* First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-101-1/+5
* Include cleanup: componentsokaestne2020-11-161-21/+33
* Update main.cppAnton Fosselius2020-10-231-1/+1