| Commit message (Expand) | Author | Age | Files | Lines |
| * | Made sure to unsuppress the diagnostic check after the infinite loop declaration | Avamander | 2020-10-09 | 1 | -0/+2 |
| * | Minor formatting, diagnostic and documentation changes | Avamander | 2020-10-09 | 5 | -11/+31 |
| * | Merge pull request #83 from Avamander/patch-7 | JF002 | 2020-10-08 | 1 | -1/+0 |
| |\ |
|
| | * | Removed an incomplete message() call from CMakeLists.txt | Avamander | 2020-10-04 | 1 | -1/+0 |
| * | | Merge pull request #80 from Avamander/patch-1 | JF002 | 2020-10-08 | 11 | -41/+41 |
| |\ \ |
|
| | * | | Replaced NULL with nullptr | Avamander | 2020-10-04 | 1 | -1/+1 |
| | * | | Switched from NULL to nullptr | Avamander | 2020-10-04 | 10 | -40/+40 |
| | |/ |
|
| * | | Merge remote-tracking branch 'origin-origin/patch-3' | Avamander | 2020-10-04 | 2 | -4/+4 |
| |\ \ |
|
| | * | | Minor #include improvements | Avamander | 2020-10-04 | 2 | -6/+8 |
| | |/ |
|
| * | | Fixed a small warning with Screen's constructor | Avamander | 2020-10-04 | 1 | -1/+1 |
| * | | Fixed a typo in SystemTask | Avamander | 2020-10-04 | 2 | -4/+4 |
| |/ |
|
| * | Fixed all the includes that were broken due to the renames | Avamander | 2020-10-02 | 109 | -135/+148 |
| * | Renamed displayapp/Screens to displayapp/screens | Avamander | 2020-10-02 | 40 | -36/+36 |
| * | Renamed DisplayApp/ to displayapp/ | Avamander | 2020-10-02 | 100 | -70/+70 |
| * | Renamed Logging/ to logging/ | Avamander | 2020-10-02 | 5 | -4/+4 |
| * | Renamed SystemTask/ to systemtask/ | Avamander | 2020-10-02 | 4 | -8/+8 |
| * | Renamed Components/ to components/ | Avamander | 2020-10-02 | 35 | -31/+31 |
| * | Reformatted the CMakeLists for consistency | Avamander | 2020-10-02 | 1 | -434/+462 |
| * | Add Immediate Alert Service, needed by the "Find Me" profile from BLE spec. | JF | 2020-09-27 | 5 | -1/+129 |
| * | Add BatteryInformationService to expose the battery level to BLE host. | JF | 2020-09-27 | 7 | -6/+116 |
| * | Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is n... | JF | 2020-09-20 | 2 | -0/+2 |
| * | Rename Pinetime-JF -> InfiniTime | JF | 2020-09-20 | 2 | -4/+4 |
| * | Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled whil... | JF | 2020-09-13 | 3 | -18/+34 |
| * | Docker post build : generate post build script with versions from the CMake p... | JF | 2020-09-08 | 1 | -1/+0 |
| * | Fix constness and set version to 0.8.1. | JF | 2020-09-02 | 1 | -2/+2 |
| * | Fix firmware version reported by Device Information Service on BLE. It was pr... | JF | 2020-09-02 | 3 | -8/+30 |
| * | Fix bad formatting in SystemInfo. | JF | 2020-08-22 | 2 | -5/+6 |
| * | Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI. | JF | 2020-08-22 | 11 | -24/+80 |
| * | Fix Infinipaint that would crash when started. | JF | 2020-08-22 | 1 | -0/+2 |
| * | Add paint application. | JF | 2020-08-21 | 10 | -20/+117 |
| * | Add TouchModes : in Gestures mode, only 1 event is processed for each touchev... | JF | 2020-08-20 | 5 | -1/+113 |
| * | Docker build : split build.sh into 2 scripts : build.sh that always exists an... | JF | 2020-08-20 | 1 | -1/+1 |
| * | All output files (bin, hex, image, dfu) contain the version of the project in... | JF | 2020-08-19 | 1 | -16/+25 |
| * | Build lvgl, nimble and nrf sdk as static libs. This allows to specify custom ... | JF | 2020-08-17 | 1 | -7/+39 |
| * | Fix most of the warnings. Remaining warnings come from nimble source code. | JF | 2020-08-17 | 27 | -224/+59 |
| * | Re-order apps in application menu on 2 pages. | JF | 2020-08-14 | 5 | -15/+19 |
| * | Merge develop and fix conflicts. | JF | 2020-08-14 | 16 | -229/+366 |
| |\ |
|
| | * | Screens::Label is now a subclass of Screen. | JF | 2020-08-14 | 3 | -43/+8 |
| | * | Refactor ScreenList to make it more generic : it can now contain any Screen t... | JF | 2020-08-14 | 15 | -207/+379 |
| * | | Add new screen that allows the user to manually validate the new firmware he'... | JF | 2020-08-11 | 8 | -9/+179 |
| |/ |
|
| * | Merge pull request #40 from piggz/music | JF002 | 2020-07-25 | 13 | -7/+425 |
| |\ |
|
| | * | Fully implement music app and service | Adam Pigg | 2020-07-20 | 8 | -20/+61 |
| | * | Rework characteristic handling | Adam Pigg | 2020-07-15 | 3 | -15/+17 |
| | * | Initial code for music app screena and service | Adam Pigg | 2020-07-13 | 4 | -0/+362 |
| | * | Merge branch 'develop' of https://github.com/JF002/Pinetime into music | Adam Pigg | 2020-07-11 | 41 | -9343/+484 |
| | |\ |
|
| | * | | Add start of music appliction | Adam Pigg | 2020-07-11 | 8 | -4/+17 |
| * | | | correct include header | frederic lesur LESUR Frederic | 2020-07-21 | 1 | -2/+2 |
| * | | | correct bad including of sdk files | frederic lesur LESUR Frederic | 2020-07-21 | 1 | -2/+2 |
| * | | | New implementation of the I²C/TWI driver. | JF | 2020-07-19 | 9 | -54/+238 |
| | |/
|/| |
|
| * | | Set version to 0.7.0 | JF | 2020-07-11 | 1 | -1/+1 |