| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Fix touch wakeup and code cleanup | Riku Isokoski | 2021-07-16 | 1 | -1/+3 |
| * | | New touch handler, with issues | Riku Isokoski | 2021-07-15 | 1 | -2/+9 |
| |/ |
|
| * | Merge branch 'lvgl_use_system_tick' of https://github.com/Riksu9000/InfiniTim... | Jean-François Milants | 2021-07-13 | 1 | -7/+0 |
| |\ |
|
| | * | LVGL use system tick | Riku Isokoski | 2021-07-07 | 1 | -7/+0 |
| * | | Using littlefs (#438) | joaquim.org | 2021-07-11 | 1 | -5/+8 |
| |/ |
|
| * | SPI flash sleep if bootloader >= 1.0.0 (#322) | Neil O'Fix | 2021-06-26 | 1 | -0/+4 |
| * | Move most of the code from the constructor of the objects statically initiali... | Jean-François Milants | 2021-06-12 | 1 | -0/+2 |
| * | Fix build for recovery firmware. | Jean-François Milants | 2021-06-06 | 1 | -1/+0 |
| * | Initialize SystemTask, DisplayApp and HeartRateTask as global static variable... | Jean-François Milants | 2021-06-06 | 1 | -19/+50 |
| * | Emit event on power-present toggle (#320) | David Ventura | 2021-05-16 | 1 | -0/+15 |
| * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -52/+50 |
| * | Merge branch 'develop' into motion-sensor | Jean-François Milants | 2021-04-09 | 1 | -2/+2 |
| |\ |
|
| | * | Big UI and navigation Rewrite | Joaquim | 2021-04-04 | 1 | -2/+2 |
| * | | Reset the step count every day at midnight. | Jean-François Milants | 2021-04-04 | 1 | -2/+1 |
| * | | First integration of the motion sensor (bma 421) : step counting + wake on wr... | Jean-François Milants | 2021-04-04 | 1 | -2/+4 |
| |/ |
|
| * | replaced all unique_ptr.reset calls with std::make_unique | Niall Cooling | 2021-03-22 | 1 | -2/+4 |
| * | Merge branch 'develop' of github.com:JF002/Pinetime into develop | Jean-François Milants | 2021-03-20 | 1 | -1/+4 |
| |\ |
|
| | * | Multi face support, analog clock, 12/24 config | Joaquim | 2021-02-24 | 1 | -1/+4 |
| * | | Merge branch 'develop' into recovery-firmware | Jean-François Milants | 2021-03-07 | 1 | -2/+3 |
| |\| |
|
| | * | Remove debug variable. | Jean-François Milants | 2021-02-14 | 1 | -1/+1 |
| | * | Fix merge conflict. | Jean-François Milants | 2021-02-14 | 1 | -1/+4 |
| | |\ |
|
| | | * | create motorcontroller in main and pass by reference | petter | 2021-01-25 | 1 | -1/+3 |
| | * | | Merge pull request #161 from petterhs/calls | JF002 | 2021-02-14 | 1 | -3/+1 |
| | |\ \ |
|
| | | * | | Handle call notification the same way than other notifications. | Jean-François Milants | 2021-01-24 | 1 | -3/+1 |
| | | |/ |
|
| | * / | Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0d... | Jean-François Milants | 2021-02-02 | 1 | -1/+1 |
| | |/ |
|
| * / | Generate pinetime-recovery : a light version of InfiniTime design to be used ... | Jean-François Milants | 2021-01-26 | 1 | -3/+13 |
| |/ |
|
| * | First implementation of the HR sensor using 100% foss code (ported from waspos) | Jean-François Milants | 2021-01-10 | 1 | -1/+5 |
| * | Include cleanup: components | okaestne | 2020-11-16 | 1 | -21/+33 |
| * | Update main.cpp | Anton Fosselius | 2020-10-23 | 1 | -1/+1 |
| * | Fixed all the includes that were broken due to the renames | Avamander | 2020-10-02 | 1 | -12/+12 |
| * | New implementation of the I²C/TWI driver. | JF | 2020-07-19 | 1 | -2/+13 |
| * | Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones. | JF | 2020-06-16 | 1 | -0/+1 |
| * | Merge develop | JF | 2020-05-24 | 1 | -1/+0 |
| |\ |
|
| | * | Remove reference to NRF Softdevice in CMake and documentation. | JF | 2020-05-16 | 1 | -1/+0 |
| * | | Add SPI NOR Flash driver, WIP. | JF | 2020-05-07 | 1 | -5/+11 |
| |/ |
|
| * | Add Asssert & debug messages. | JF | 2020-05-02 | 1 | -2/+5 |
| * | BLE : Display the actual status of the connection on the screen. | JF | 2020-04-27 | 1 | -39/+0 |
| * | Remove references to BLE Manager | Adam Pigg | 2020-04-27 | 1 | -1/+0 |
| * | Encapsulate nimble code into NimbleController. | JF | 2020-04-19 | 1 | -3/+1 |
| * | Integration of nimble, work in progress. | JF | 2020-04-19 | 1 | -20/+130 |
| * | Encapsulate Notification management in NotificationManager. It implement a st... | JF | 2020-03-28 | 1 | -2/+6 |
| * | Add support for BLE notification (ANS client). | JF | 2020-03-25 | 1 | -0/+8 |
| * | Remove not needed code. | JF | 2020-03-06 | 1 | -16/+0 |
| * | Remove TODO as they are not needed anymore | JF | 2020-03-02 | 1 | -2/+0 |
| * | Re-Enable BLE | JF | 2020-03-02 | 1 | -4/+4 |
| * | Instantiate spi, lcd, lvg and touchpanel as global variables instead of uniqu... | JF | 2020-03-01 | 1 | -20/+34 |
| * | Add new Screens (gauge, meter,...) | JF | 2020-02-26 | 1 | -4/+4 |
| * | Re-enable BLE, BLE status on display and battery level on display. | JF | 2020-02-23 | 1 | -8/+1 |
| * | Do not compile GFX and older fonts anymore. | JF | 2020-02-23 | 1 | -121/+25 |
| * | Add touch panel port to lvgl. | JF | 2020-02-16 | 1 | -3/+5 |