aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #754 from InfiniTimeOrg/add-motion-serviceJF2021-10-242-7/+29
|\ | | | | Add motion service
| * Add mention to Call characteristic (which was missing in the doc) and change ↵Jean-François Milants2021-10-201-1/+5
| | | | | | | | the UUID of the new Motion service from 00020000-* to 00030000-*.
| * Add doc about the new motion service.Jean-François Milants2021-10-172-7/+25
| |
* | Update coding styleRiku Isokoski2021-10-221-0/+7
| |
* | Merge pull request #657 from NeroBurner/patch-1JF2021-10-221-1/+8
|\ \ | | | | | | Add python packages click and cryptography to build instructions
| * | Add python packages click and cryptography to build instructionsNeroBurner2021-10-111-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 #751 from carlosperate/docker-docsJF2021-10-201-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.carlosperate2021-10-161-4/+6
| | |/ | |/|
* | | Merge pull request #753 from Arsen6331/improve-ble-docsJF2021-10-201-5/+237
|\ \ \ | | | | | | | | Improve BLE documentation
| * | | Fix error in music status docsArsen Musayelyan2021-10-161-1/+1
| | | |
| * | | Fix grammar mistakesArsen Musayelyan2021-10-161-1/+1
| | | |
| * | | Add docs from infinitime Go library's repo and fix typos and grammarArsen Musayelyan2021-10-161-5/+237
| |/ /
* | | Added missing semicolonStephanie2021-10-181-1/+1
| | |
* | | Fixed Apps tutorial to compile properlystephanie-eng2021-10-181-1/+1
|/ / | | | | Changed case in minimal example to properly reference Pinetime namespace
* | Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch2021-10-156-22/+22
| |
* | Merge pull request #722 from clemensvonmolo/code-structure-docJF2021-10-152-0/+148
|\ \ | |/ |/| Add docs for app creation and code structure
| * More reasonable line lengths in Apps.md and Intro.mdClemens von Molo2021-10-082-18/+71
| |
| * minor corrections and notice about ui guidelines in docsClemens von Molo2021-10-061-4/+6
| |
| * multiple improvements to code docsClemens von Molo2021-10-062-37/+39
| |
| * advise against unecessary additional tasks in docsClemens von Molo2021-10-051-2/+3
| |
| * Add docs for app creation and code structureClemens von Molo2021-10-052-0/+90
| |
* | Merge pull request #730 from coxtor/patch-1JF2021-10-091-0/+10
|\ \ | | | | | | Add configuration instructions for Ubuntu devcontainers
| * | Add configuration instructions for Ubuntu devcontainerscoxtor2021-10-081-0/+10
| |/
* | Merge pull request #522 from jonvmey/fix-nav-uuid-docsJF2021-10-091-5/+5
|\ \ | |/ |/| Fix Navigation Service UUID docs
| * Update Navigation UUID documentationJonathan Vander Mey2021-07-241-5/+5
| | | | | | | | | | | | Fixed mismatch between the service and characteristic IDs in the navigation service comments and documentation. They had old values not reflecting the current code and changes in doc/ble.md
* | Removed an unnecessary space and some punctuationAvamander2021-10-031-9/+9
| | | | | | Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233
* | Merge pull request #549 from hubmartin/pinmapJF0022021-09-131-0/+1
|\ \ | | | | | | Put all duplicated GPIO pin definitions to a single file
| * | Add WATCH_COLMI_P8 option to cmake & docshubmartin2021-09-131-0/+1
| | |
* | | docs: Fix a few typos (#606)Tim Gates2021-09-131-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs: Fix a few typos There are small typos in: - doc/versioning.md - src/components/ble/NimbleController.cpp - src/libs/mynewt-nimble/CODING_STANDARDS.md - src/libs/mynewt-nimble/docs/btshell/btshell_GAP.rst - src/systemtask/SystemTask.cpp Fixes: - Should read `milliseconds` rather than `miliseconds`. - Should read `unnecessary` rather than `uncesseray`. - Should read `target` rather than `tharget`. - Should read `project` rather than `projct`. - Should read `preferred` rather than `prefered`. - Should read `functioning` rather than `functionning`. - Should read `forever` rather than `forver`. - Should read `existing` rather than `exisiting`.
* | Merge pull request #551 from hubmartin/patch-3JF0022021-09-121-0/+4
|\ \ | | | | | | Add FW validation note after DFU flash
| * | Add FW validation note after DFU flashMartin Hub2021-08-031-0/+4
| | |
* | | Merge pull request #550 from hubmartin/patch-2JF0022021-09-121-0/+4
|\ \ \ | | | | | | | | Add link to WebBLEWatch to sync time
| * | | Update ota-gadgetbridge-nrfconnect.mdMartin Hub2021-08-031-0/+4
| |/ /
* | | Add image with example layoutsRiku Isokoski2021-08-152-0/+2
| | |
* | | Ui updateRiku Isokoski2021-08-151-0/+14
| | |
* | | Update contribute.md (#475)Riku Isokoski2021-08-141-18/+39
| | | | | | | | | | | | | | | * Update contribute.md * Add newlines and remove spaces * Replace CONTRIBUTING.md with doc/contribute.md
* | | Merge pull request #505 from geekbozu/devconJF0022021-08-101-0/+42
|\ \ \ | |/ / |/| | VSCode Devcontainer
| * | Typos for daysTim Keller2021-08-071-2/+2
| | |
| * | Updated documentationTim Keller2021-08-071-0/+42
| |/
* | Correct spelling issue in documentation (#509)Grant2021-07-257-9/+9
| | | | | | * Correct spelling issue
* | Update documentation (#467)Riku Isokoski2021-07-251-12/+19
|/ | | | * Fix and update documentation * Add newlines
* Update buildAndProgram.md (#477)wilsonjwco2021-07-111-1/+1
| | | Corrected typo in example usage of cmake BUILD_DFU option. Changed from -BUILD_DFU=1 to -DBUILD_DFU=1
* Update buildWithDocker.md (#416)Pekka2021-06-121-1/+1
| | | Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update.
* Update Amazfish.md (#386)Roxxor912021-06-121-1/+2
| | | Add Navigation feature.
* Improvements to /doc/filesInReleaseNotes.md (#357)Itai Nelken2021-06-121-6/+6
| | | * Update filesInReleaseNotes.md
* Add note about getting GadgetBridge from F-Droid (#358)Joel Bradshaw2021-06-121-1/+1
| | | | | | | | | | | | | | | * Add note about getting GadgetBridge from F-Droid Hopefully this is useful and will save folks some frustration * Add note that GadgetBridge should be downloaded via F-Droid There's an "unofficial" version on the Play Store that is outdated and doesn't have PineTime support * Fix typo * Add starting version, reword a bit Initial support version is a little fuzzy, 0.47 states it's "not yet usable" but changelog doesn't specify when we've crossed the "usable" threshold.
* Rewrite MemoryAnalysis.md with up to date information. (#411)JF0022021-06-125-44/+255
| | | Rewrite MemoryAnalysis.md with up to date information.
* Merge pull request #345 from Itai-Nelken/patch-1JF0022021-05-151-3/+3
|\ | | | | fix a formatting issue and 2 typos in gettingStarted-1.0.md
| * Update gettingStarted-1.0.mdItai Nelken2021-05-131-1/+1
| |
| * Update gettingStarted-1.0.mdItai Nelken2021-05-131-2/+2
| |