summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2021-12-30Improved "Getting Started" readabilityEli Weiss7-14/+14
Clarified ambiguous references, clarified phrasing
2021-12-30Improved documentation readabilityEli Weiss7-19/+19
Improved documentation readability by rephrasing confusing sentences. Added Sitronix ST7789V datasheet link to SPI-LCD-driver.md for easier reference.
2021-12-30Update MemoryAnalysis.mdEli Weiss1-3/+3
Cleaned up MemoryAnalysis.md for greater readability
2021-12-30Improved documentation readabilityEli Weiss2-10/+10
Removed extra space in contribute.md and cleaned up MemoryAnalysis.md phrasing and confusing punctuation.
2021-12-30Update buildAndProgram.mdEli Weiss1-2/+2
Improved documentation readability.
2021-12-20Merge pull request #839 from Arsen6331/BLE-FS-DocsJF2-1/+176
Add documentation for BLE FS
2021-12-04Updated docs and renamed functions for consistencyAvamander1-7/+11
2021-11-28Merge branch 'restructure_includes' of ↵Jean-François Milants1-0/+1
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 Isokoski3-35/+36
2021-11-28Update getting started. New pics. More information.Riku Isokoski12-6/+29
2021-11-28Replace some "we"Riku Isokoski2-5/+5
2021-11-28Add line breakRiku Isokoski1-0/+1
2021-11-28Add missing periodsRiku Isokoski1-2/+2
2021-11-28Improvements to Apps.md and Intro.mdRiku Isokoski2-26/+19
2021-11-28Link to companion appsRiku Isokoski1-1/+1
2021-11-28Fix versioningRiku Isokoski1-2/+2
2021-11-28Summarize updating-softareRiku Isokoski1-13/+15
2021-11-28Update updating instructionsRiku Isokoski3-28/+11
2021-11-28Replace companionapp pages with links. Add companion appsRiku Isokoski2-23/+0
2021-11-28Reorganize bootloader readmeRiku Isokoski3-0/+0
2021-11-28Separate and update coding conventions and contributing pagesRiku Isokoski2-50/+48
2021-11-28Update ui_guidelinesRiku Isokoski1-4/+1
2021-11-28ReorganizationRiku Isokoski2-14/+15
2021-11-28Crop and shrink photosRiku Isokoski5-0/+0
2021-11-28Documentation cleanup and reorganizationRiku Isokoski9-217/+161
2021-11-24Add BLE FS docs link to BLE docsArsen63311-1/+9
2021-11-22Add documentation for BLE FSArsen63311-0/+167
2021-11-15docs: add non-relative includes to coding standardReinhold Gschweicher1-0/+1
2021-11-15fix Motion Service UUID in doc and code commentsmabuch1-3/+3
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