| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #792 from Riksu9000/memory_saving | JF | 2021-11-06 | 2 | -17/+21 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | Memory savings by replacing strings | |||||
| | * | | | | | | | Memory savings by replacing strings | Riku Isokoski | 2021-10-29 | 2 | -17/+21 | |
| | | | | | | | | | ||||||
| | | | | | | | * | resolves conflicts | SteveAmor | 2022-01-02 | 4 | -7/+3 | |
| | | | | | | | | | ||||||
| | | | | | | | * | update settings version | SteveAmor | 2021-11-07 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | | | | | | | * | format changes | SteveAmor | 2021-11-07 | 2 | -7/+9 | |
| | | | | | | | | | ||||||
| | | | | | | | * | applied clang-format | SteveAmor | 2021-11-07 | 1 | -5/+4 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Chimes option | SteveAmor | 2021-11-07 | 12 | -2/+179 | |
| | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #791 from evergreen22/recovery-boot | JF | 2021-10-31 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Fix recovery firmware build | |||||
| | * | | | | | | Fix recovery firmware build | James A. Jerkins | 2021-10-28 | 1 | -1/+1 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #784 from SteveAmor/patch-2 | JF | 2021-10-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Correctly Define DFU | |||||
| | * | | | | | | Correctly define DFU | Steveis | 2021-10-26 | 1 | -1/+1 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #793 from Riksu9000/tidy_warnings | JF | 2021-10-30 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Exclude some clang-tidy checks | |||||
| | * | | | | | | Ignore some warnings | Riku Isokoski | 2021-10-30 | 1 | -0/+2 | |
| | | |_|/ / / | |/| | | | | ||||||
| * / | | | | | Add doc : how to generate files needed by the factory. | Jean-François Milants | 2021-10-28 | 1 | -0/+30 | |
| |/ / / / / | ||||||
| * / / / / | Motion service : fix step notifications that were sent as a single byte ↵ | Jean-François Milants | 2021-10-26 | 2 | -2/+2 | |
| |/ / / / | | | | | | | | | | | | | instead of 4 (uint32_t). | |||||
| * | | | | Merge pull request #754 from InfiniTimeOrg/add-motion-service | JF | 2021-10-24 | 12 | -13/+252 | |
| |\ \ \ \ | |_|_|/ |/| | | | Add motion service | |||||
| | * | | | Add mention to Call characteristic (which was missing in the doc) and change ↵ | Jean-François Milants | 2021-10-20 | 2 | -2/+6 | |
| | | | | | | | | | | | | | | | | | the UUID of the new Motion service from 00020000-* to 00030000-*. | |||||
| | * | | | Enable/disable notifications for motion service. | Jean-François Milants | 2021-10-17 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | Add doc about the new motion service. | Jean-François Milants | 2021-10-17 | 2 | -7/+25 | |
| | | | | | ||||||
| | * | | | Add MotionService : expose step count and RAW X/Y/Z values to the host. | Jean-François Milants | 2021-10-17 | 8 | -3/+190 | |
| | | | | | ||||||
| | * | | | MotionService : fix typo and characteristic array size + send notification ↵ | Jean-François Milants | 2021-10-17 | 3 | -3/+30 | |
| | | | | | | | | | | | | | | | | | only if the host subscribed to them. | |||||
| * | | | | Merge pull request #586 from hubmartin/wake-time | JF | 2021-10-23 | 2 | -11/+0 | |
| |\ \ \ \ | | | | | | | | | | | Improve wake-up time | |||||
| | * \ \ \ | Merge branch 'develop' into wake-time | hubmartin | 2021-09-16 | 113 | -778/+1269 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Remove commented commands completely | hubmartin | 2021-08-23 | 2 | -11/+0 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'develop' into wake-time | hubmartin | 2021-08-23 | 2 | -7/+7 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Remove LCD reset and more cmds, save over 200ms | hubmartin | 2021-08-15 | 1 | -8/+8 | |
| | | | | | | | | ||||||
| | * | | | | | | Remove unnecessary pin_set, save 50ms | hubmartin | 2021-08-15 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #740 from Riksu9000/flashlight_brightness | JF | 2021-10-23 | 4 | -32/+102 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Flashlight brightness control | |||||
| | * | | | | | | | Flashlight brightness control | Riku Isokoski | 2021-10-13 | 4 | -32/+102 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #773 from Riksu9000/coding_style | JF | 2021-10-23 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update coding style | |||||
| | * | | | | | | | | Update coding style | Riku Isokoski | 2021-10-22 | 1 | -0/+7 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #769 from xan-m/develop | JF | 2021-10-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Change iOS Companion App Name | |||||
| | * \ \ \ \ \ \ \ | Merge pull request #1 from xan-m/ios-companion-app-edit | xan-m | 2021-10-21 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Changed name of iOS companion app | |||||
| | | * | | | | | | | | Changed name of iOS companion app | xan-m | 2021-10-21 | 1 | -1/+1 | |
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | I had to remove iOS from the app name, so this update changes the name and link here to reflect that change | |||||
| * | | | | | | | | | Merge pull request #657 from NeroBurner/patch-1 | JF | 2021-10-22 | 1 | -1/+8 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add python packages click and cryptography to build instructions | |||||
| | * | | | | | | | | | Add python packages click and cryptography to build instructions | NeroBurner | 2021-10-11 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script `tools/mcuboot/imgtool/main.py` imports the python packages `click` and `cryptography` to create the target `pinetime-mcuboot-app`. Add it tothe build instructions, as it was not installed on my system. https://github.com/JF002/InfiniTime/blob/6f9f0e8b0e42a5526d47ca664534fb6b0ccb6ace/tools/mcuboot/imgtool/main.py#L19 https://github.com/JF002/InfiniTime/blob/6f9f0e8b0e42a5526d47ca664534fb6b0ccb6ace/tools/mcuboot/imgtool/keys/__init__.py#L19 Also add the commands to install the python requirements into a python venv virtual environment. | |||||
| * | | | | | | | | | | Merge pull request #766 from Riksu9000/develop | JF | 2021-10-22 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | Fix issue templates | |||||
| | * | | | | | | | | | Fix issue templates | Riku Isokoski | 2021-10-20 | 2 | -2/+0 | |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #751 from carlosperate/docker-docs | JF | 2021-10-20 | 1 | -4/+6 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Docs: Clarify Docker image needs to be built 1st, fix URL and typos. | |||||
| | * | | | | | | | | | Docs: Clarify Docker image needs to be built 1st, fix URL and typos. | carlosperate | 2021-10-16 | 1 | -4/+6 | |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #753 from Arsen6331/improve-ble-docs | JF | 2021-10-20 | 1 | -5/+237 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Improve BLE documentation | |||||
| | * | | | | | | | | | Fix error in music status docs | Arsen Musayelyan | 2021-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Fix grammar mistakes | Arsen Musayelyan | 2021-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Add docs from infinitime Go library's repo and fix typos and grammar | Arsen Musayelyan | 2021-10-16 | 1 | -5/+237 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #767 from InfiniTimeOrg/Avamander-patch-2 | JF | 2021-10-20 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixed the feature request template | |||||
| | * | | | | | | | | | Fixed the feature request template | Avamander | 2021-10-20 | 1 | -1/+0 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #757 from stephanie-eng/patch-1 | JF | 2021-10-20 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixed Apps tutorial to compile properly | |||||
| | * | | | | | | | | | Added missing semicolon | Stephanie | 2021-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Fixed Apps tutorial to compile properly | stephanie-eng | 2021-10-18 | 1 | -1/+1 | |
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | Changed case in minimal example to properly reference Pinetime namespace | |||||
| * | | | | | | | | | Merge pull request #758 from NeroBurner/patch-2 | JF | 2021-10-20 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | CI: add pintime-recovery to build jobs | |||||
