aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Made sure to unsuppress the diagnostic check after the infinite loop declarationAvamander2020-10-091-0/+2
* Minor formatting, diagnostic and documentation changesAvamander2020-10-095-11/+31
* Merge pull request #83 from Avamander/patch-7JF0022020-10-081-1/+0
|\
| * Removed an incomplete message() call from CMakeLists.txtAvamander2020-10-041-1/+0
* | Merge pull request #80 from Avamander/patch-1JF0022020-10-0811-41/+41
|\ \
| * | Replaced NULL with nullptrAvamander2020-10-041-1/+1
| * | Switched from NULL to nullptrAvamander2020-10-0410-40/+40
| |/
* | Merge remote-tracking branch 'origin-origin/patch-3'Avamander2020-10-042-4/+4
|\ \
| * | Minor #include improvementsAvamander2020-10-042-6/+8
| |/
* | Fixed a small warning with Screen's constructorAvamander2020-10-041-1/+1
* | Fixed a typo in SystemTaskAvamander2020-10-042-4/+4
|/
* Fixed all the includes that were broken due to the renamesAvamander2020-10-02109-135/+148
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-0240-36/+36
* Renamed DisplayApp/ to displayapp/Avamander2020-10-02100-70/+70
* Renamed Logging/ to logging/Avamander2020-10-025-4/+4
* Renamed SystemTask/ to systemtask/Avamander2020-10-024-8/+8
* Renamed Components/ to components/Avamander2020-10-0235-31/+31
* Reformatted the CMakeLists for consistencyAvamander2020-10-021-434/+462
* Add Immediate Alert Service, needed by the "Find Me" profile from BLE spec.JF2020-09-275-1/+129
* Add BatteryInformationService to expose the battery level to BLE host.JF2020-09-277-6/+116
* Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is n...JF2020-09-202-0/+2
* Rename Pinetime-JF -> InfiniTimeJF2020-09-202-4/+4
* Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled whil...JF2020-09-133-18/+34
* Docker post build : generate post build script with versions from the CMake p...JF2020-09-081-1/+0
* Fix constness and set version to 0.8.1.JF2020-09-021-2/+2
* Fix firmware version reported by Device Information Service on BLE. It was pr...JF2020-09-023-8/+30
* Fix bad formatting in SystemInfo.JF2020-08-222-5/+6
* Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.JF2020-08-2211-24/+80
* Fix Infinipaint that would crash when started.JF2020-08-221-0/+2
* Add paint application.JF2020-08-2110-20/+117
* Add TouchModes : in Gestures mode, only 1 event is processed for each touchev...JF2020-08-205-1/+113
* Docker build : split build.sh into 2 scripts : build.sh that always exists an...JF2020-08-201-1/+1
* All output files (bin, hex, image, dfu) contain the version of the project in...JF2020-08-191-16/+25
* Build lvgl, nimble and nrf sdk as static libs. This allows to specify custom ...JF2020-08-171-7/+39
* Fix most of the warnings. Remaining warnings come from nimble source code.JF2020-08-1727-224/+59
* Re-order apps in application menu on 2 pages.JF2020-08-145-15/+19
* Merge develop and fix conflicts.JF2020-08-1416-229/+366
|\
| * Screens::Label is now a subclass of Screen.JF2020-08-143-43/+8
| * Refactor ScreenList to make it more generic : it can now contain any Screen t...JF2020-08-1415-207/+379
* | Add new screen that allows the user to manually validate the new firmware he'...JF2020-08-118-9/+179
|/
* Merge pull request #40 from piggz/musicJF0022020-07-2513-7/+425
|\
| * Fully implement music app and serviceAdam Pigg2020-07-208-20/+61
| * Rework characteristic handlingAdam Pigg2020-07-153-15/+17
| * Initial code for music app screena and serviceAdam Pigg2020-07-134-0/+362
| * Merge branch 'develop' of https://github.com/JF002/Pinetime into musicAdam Pigg2020-07-1141-9343/+484
| |\
| * | Add start of music applictionAdam Pigg2020-07-118-4/+17
* | | correct include headerfrederic lesur LESUR Frederic2020-07-211-2/+2
* | | correct bad including of sdk filesfrederic lesur LESUR Frederic2020-07-211-2/+2
* | | New implementation of the I²C/TWI driver.JF2020-07-199-54/+238
| |/ |/|
* | Set version to 0.7.0JF2020-07-111-1/+1