summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-10-09Merge pull request #730 from coxtor/patch-1JF
Add configuration instructions for Ubuntu devcontainers
2021-10-09Merge pull request #522 from jonvmey/fix-nav-uuid-docsJF
Fix Navigation Service UUID docs
2021-10-08Add configuration instructions for Ubuntu devcontainerscoxtor
2021-10-08More reasonable line lengths in Apps.md and Intro.mdClemens von Molo
2021-10-06minor corrections and notice about ui guidelines in docsClemens von Molo
2021-10-06multiple improvements to code docsClemens von Molo
2021-10-05advise against unecessary additional tasks in docsClemens von Molo
2021-10-05Add docs for app creation and code structureClemens von Molo
2021-10-03Removed an unnecessary space and some punctuationAvamander
Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233
2021-09-13Merge pull request #549 from hubmartin/pinmapJF002
Put all duplicated GPIO pin definitions to a single file
2021-09-13docs: Fix a few typos (#606)Tim Gates
* 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 & docshubmartin
2021-09-12Merge pull request #551 from hubmartin/patch-3JF002
Add FW validation note after DFU flash
2021-09-12Merge pull request #550 from hubmartin/patch-2JF002
Add link to WebBLEWatch to sync time
2021-08-15Add image with example layoutsRiku Isokoski
2021-08-15Ui updateRiku Isokoski
2021-08-14Update contribute.md (#475)Riku Isokoski
* Update contribute.md * Add newlines and remove spaces * Replace CONTRIBUTING.md with doc/contribute.md
2021-08-10Merge pull request #505 from geekbozu/devconJF002
VSCode Devcontainer
2021-08-07Typos for daysTim Keller
2021-08-07Updated documentationTim Keller
2021-08-03Add FW validation note after DFU flashMartin Hub
2021-08-03Update ota-gadgetbridge-nrfconnect.mdMartin Hub
2021-07-25Correct spelling issue in documentation (#509)Grant
* Correct spelling issue
2021-07-25Update documentation (#467)Riku Isokoski
* Fix and update documentation * Add newlines
2021-07-24Update Navigation UUID documentationJonathan Vander Mey
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)wilsonjwco
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)Pekka
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)Roxxor91
Add Navigation feature.
2021-06-12Improvements to /doc/filesInReleaseNotes.md (#357)Itai Nelken
* Update filesInReleaseNotes.md
2021-06-12Add note about getting GadgetBridge from F-Droid (#358)Joel Bradshaw
* 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)JF002
Rewrite MemoryAnalysis.md with up to date information.
2021-05-15Merge pull request #345 from Itai-Nelken/patch-1JF002
fix a formatting issue and 2 typos in gettingStarted-1.0.md
2021-05-14Fixed typos in the doc/contribute.md using google docs’s spelling check systemCoderThomasB
2021-05-13Update gettingStarted-1.0.mdItai Nelken
2021-05-13Update gettingStarted-1.0.mdItai Nelken
2021-05-13Add missing pictures.Jean-François Milants
2021-05-13Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants
2021-05-13Add quick user guide for InfiniTime 1.0Jean-François Milants
2021-05-09Merge pull request #266 from Caton101/patch-1JF002
Add Python modules to build instructions
2021-05-02Improve doc/contribute.md : add more info and TL;DRJF002
2021-05-02Improve contributes.md : give more detailed guideline on how to create a ↵JF002
good pull-request
2021-04-18Fix spellingMysteriousLog6
2021-04-14Add Python modules to build instructionsCameron Himes
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.
2021-03-21Update buildAndProgram.md with info about Debug/Release builds.Jean-François Milants
2021-03-20Merge pull request #235 from MFAshby/doc_correctionJF002
Small correction to git URL in documentation files
2021-03-15Small correction to git URL in documentation filesMartin Ashby
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants
# Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
2021-02-23Update doc : init git submodule before build.Jean-François Milants
2021-02-01Add new cmake option to disable the generation of DFU file (which needs ↵Jean-François Milants
adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
2021-01-20Merge pull request #173 from michaelPotter/patch-1JF002
Fix config file discrepancy