summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-11-28Merge branch 'restructure_includes' of ↵Jean-François Milants
https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h
2021-11-28Split updating and about software. Remove big Contributing section from READMERiku Isokoski
2021-11-28Update getting started. New pics. More information.Riku Isokoski
2021-11-28Replace some "we"Riku Isokoski
2021-11-28Add line breakRiku Isokoski
2021-11-28Add missing periodsRiku Isokoski
2021-11-28Improvements to Apps.md and Intro.mdRiku Isokoski
2021-11-28Link to companion appsRiku Isokoski
2021-11-28Fix versioningRiku Isokoski
2021-11-28Summarize updating-softareRiku Isokoski
2021-11-28Update updating instructionsRiku Isokoski
2021-11-28Replace companionapp pages with links. Add companion appsRiku Isokoski
2021-11-28Reorganize bootloader readmeRiku Isokoski
2021-11-28Separate and update coding conventions and contributing pagesRiku Isokoski
2021-11-28Update ui_guidelinesRiku Isokoski
2021-11-28ReorganizationRiku Isokoski
2021-11-28Crop and shrink photosRiku Isokoski
2021-11-28Documentation cleanup and reorganizationRiku Isokoski
2021-11-15docs: add non-relative includes to coding standardReinhold Gschweicher
2021-11-15fix Motion Service UUID in doc and code commentsmabuch
2021-10-30Merge pull request #784 from SteveAmor/patch-2JF
Correctly Define DFU
2021-10-28Add doc : how to generate files needed by the factory.Jean-François Milants
2021-10-26Correctly define DFUSteveis
2021-10-24Merge pull request #754 from InfiniTimeOrg/add-motion-serviceJF
Add motion service
2021-10-22Update coding styleRiku Isokoski
2021-10-22Merge pull request #657 from NeroBurner/patch-1JF
Add python packages click and cryptography to build instructions
2021-10-20Merge pull request #751 from carlosperate/docker-docsJF
Docs: Clarify Docker image needs to be built 1st, fix URL and typos.
2021-10-20Merge pull request #753 from Arsen6331/improve-ble-docsJF
Improve BLE documentation
2021-10-20Add mention to Call characteristic (which was missing in the doc) and change ↵Jean-François Milants
the UUID of the new Motion service from 00020000-* to 00030000-*.
2021-10-18Added missing semicolonStephanie
2021-10-18Fixed Apps tutorial to compile properlystephanie-eng
Changed case in minimal example to properly reference Pinetime namespace
2021-10-17Add doc about the new motion service.Jean-François Milants
2021-10-17Fix error in music status docsArsen Musayelyan
2021-10-17Fix grammar mistakesArsen Musayelyan
2021-10-17Add docs from infinitime Go library's repo and fix typos and grammarArsen Musayelyan
2021-10-16Docs: Clarify Docker image needs to be built 1st, fix URL and typos.carlosperate
2021-10-15Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch
2021-10-15Merge pull request #722 from clemensvonmolo/code-structure-docJF
Add docs for app creation and code structure
2021-10-11Add python packages click and cryptography to build instructionsNeroBurner
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-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`.