summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2021-10-30Merge pull request #784 from SteveAmor/patch-2JF1-1/+1
Correctly Define DFU
2021-10-28Add doc : how to generate files needed by the factory.Jean-François Milants1-0/+30
2021-10-26Correctly define DFUSteveis1-1/+1
2021-10-24Merge pull request #754 from InfiniTimeOrg/add-motion-serviceJF2-7/+29
Add motion service
2021-10-22Update coding styleRiku Isokoski1-0/+7
2021-10-22Merge pull request #657 from NeroBurner/patch-1JF1-1/+8
Add python packages click and cryptography to build instructions
2021-10-20Merge pull request #751 from carlosperate/docker-docsJF1-4/+6
Docs: Clarify Docker image needs to be built 1st, fix URL and typos.
2021-10-20Merge pull request #753 from Arsen6331/improve-ble-docsJF1-5/+237
Improve BLE documentation
2021-10-20Add mention to Call characteristic (which was missing in the doc) and change ↵Jean-François Milants1-1/+5
the UUID of the new Motion service from 00020000-* to 00030000-*.
2021-10-18Added missing semicolonStephanie1-1/+1
2021-10-18Fixed Apps tutorial to compile properlystephanie-eng1-1/+1
Changed case in minimal example to properly reference Pinetime namespace
2021-10-17Add doc about the new motion service.Jean-François Milants2-7/+25
2021-10-16Fix error in music status docsArsen Musayelyan1-1/+1
2021-10-16Fix grammar mistakesArsen Musayelyan1-1/+1
2021-10-16Add docs from infinitime Go library's repo and fix typos and grammarArsen Musayelyan1-5/+237
2021-10-16Docs: Clarify Docker image needs to be built 1st, fix URL and typos.carlosperate1-4/+6
2021-10-15Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch6-22/+22
2021-10-15Merge pull request #722 from clemensvonmolo/code-structure-docJF2-0/+148
Add docs for app creation and code structure
2021-10-11Add python packages click and cryptography to build instructionsNeroBurner1-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.
2021-10-09Merge pull request #730 from coxtor/patch-1JF1-1/+11
Add configuration instructions for Ubuntu devcontainers
2021-10-09Merge pull request #522 from jonvmey/fix-nav-uuid-docsJF1-5/+5
Fix Navigation Service UUID docs
2021-10-08Add configuration instructions for Ubuntu devcontainerscoxtor1-1/+11
2021-10-08More reasonable line lengths in Apps.md and Intro.mdClemens von Molo2-20/+73
2021-10-06minor corrections and notice about ui guidelines in docsClemens von Molo1-4/+6
2021-10-06multiple improvements to code docsClemens von Molo2-37/+39
2021-10-05advise against unecessary additional tasks in docsClemens von Molo1-2/+3
2021-10-05Add docs for app creation and code structureClemens von Molo2-0/+90
2021-10-03Removed an unnecessary space and some punctuationAvamander1-9/+9
Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233
2021-09-13Merge pull request #549 from hubmartin/pinmapJF0021-0/+1
Put all duplicated GPIO pin definitions to a single file
2021-09-13docs: Fix a few typos (#606)Tim Gates1-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`.
2021-09-13Add WATCH_COLMI_P8 option to cmake & docshubmartin1-0/+1
2021-09-12Merge pull request #551 from hubmartin/patch-3JF0021-0/+4
Add FW validation note after DFU flash
2021-09-12Merge pull request #550 from hubmartin/patch-2JF0021-0/+4
Add link to WebBLEWatch to sync time
2021-08-15Add image with example layoutsRiku Isokoski2-0/+2
2021-08-15Ui updateRiku Isokoski1-0/+14
2021-08-14Update contribute.md (#475)Riku Isokoski1-18/+39
* Update contribute.md * Add newlines and remove spaces * Replace CONTRIBUTING.md with doc/contribute.md
2021-08-10Merge pull request #505 from geekbozu/devconJF0021-0/+42
VSCode Devcontainer
2021-08-07Typos for daysTim Keller1-2/+2
2021-08-07Updated documentationTim Keller1-0/+42
2021-08-03Add FW validation note after DFU flashMartin Hub1-0/+4
2021-08-03Update ota-gadgetbridge-nrfconnect.mdMartin Hub1-0/+4
2021-07-25Correct spelling issue in documentation (#509)Grant7-9/+9
* Correct spelling issue
2021-07-25Update documentation (#467)Riku Isokoski1-12/+19
* Fix and update documentation * Add newlines
2021-07-24Update Navigation UUID documentationJonathan Vander Mey1-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
2021-07-11Update buildAndProgram.md (#477)wilsonjwco1-1/+1
Corrected typo in example usage of cmake BUILD_DFU option. Changed from -BUILD_DFU=1 to -DBUILD_DFU=1
2021-06-12Update buildWithDocker.md (#416)Pekka1-1/+1
Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update.
2021-06-12Update Amazfish.md (#386)Roxxor911-1/+2
Add Navigation feature.
2021-06-12Improvements to /doc/filesInReleaseNotes.md (#357)Itai Nelken1-6/+6
* Update filesInReleaseNotes.md
2021-06-12Add note about getting GadgetBridge from F-Droid (#358)Joel Bradshaw1-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.
2021-06-12Rewrite MemoryAnalysis.md with up to date information. (#411)JF0025-44/+255
Rewrite MemoryAnalysis.md with up to date information.