summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-02-12Alarm: Change checkable button for a switchRiku Isokoski
2021-12-30Revised documentationEli Weiss
2021-12-30Improved "Getting Started" readabilityEli Weiss
Clarified ambiguous references, clarified phrasing
2021-12-30Improved documentation readabilityEli Weiss
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 Weiss
Cleaned up MemoryAnalysis.md for greater readability
2021-12-30Improved documentation readabilityEli Weiss
Removed extra space in contribute.md and cleaned up MemoryAnalysis.md phrasing and confusing punctuation.
2021-12-30Update buildAndProgram.mdEli Weiss
Improved documentation readability.
2021-12-20Merge pull request #839 from Arsen6331/BLE-FS-DocsJF
Add documentation for BLE FS
2021-12-04Updated docs and renamed functions for consistencyAvamander
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-24Add BLE FS docs link to BLE docsArsen6331
2021-11-22Add documentation for BLE FSArsen6331
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.