aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Clarify Docker image needs to be built 1st, fix URL and typos.carlosperate2021-10-161-4/+6
|
* 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
| |
* | Fixed typos in the doc/contribute.md using google docs’s spelling check systemCoderThomasB2021-05-141-12/+12
|/
* Add missing pictures.Jean-François Milants2021-05-138-0/+0
|
* Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2021-05-131-0/+1
|\
| * Merge pull request #266 from Caton101/patch-1JF0022021-05-091-0/+1
| |\ | | | | | | Add Python modules to build instructions
| | * Add Python modules to build instructionsCameron Himes2021-04-131-0/+1
| | | | | | | | | | | | | | | I had issues building InfiniTime for the first time because the instructions never mentioned needing these Python modules. Including them in the build documentation will help people not be confused like I was. I recommend adding all needed modules to this list. I only added the ones I knew I was missing.
* | | Add quick user guide for InfiniTime 1.0Jean-François Milants2021-05-132-0/+112
|/ /
* | Improve doc/contribute.md : add more info and TL;DRJF0022021-05-021-0/+14
| |
* | Improve contributes.md : give more detailed guideline on how to create a ↵JF0022021-05-021-3/+20
| | | | | | | | good pull-request
* | Fix spellingMysteriousLog62021-04-181-1/+1
|/
* Update buildAndProgram.md with info about Debug/Release builds.Jean-François Milants2021-03-211-5/+10
|
* Merge pull request #235 from MFAshby/doc_correctionJF0022021-03-204-8/+8
|\ | | | | Small correction to git URL in documentation files
| * Small correction to git URL in documentation filesMartin Ashby2021-03-154-8/+8
| |
* | Merge branch 'develop' into recovery-firmwareJean-François Milants2021-03-071-0/+1
|\| | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h