aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Revised documentationEli Weiss2021-12-304-4/+4
|
* Improved "Getting Started" readabilityEli Weiss2021-12-307-14/+14
| | | | Clarified ambiguous references, clarified phrasing
* Improved documentation readabilityEli Weiss2021-12-307-19/+19
| | | | Improved documentation readability by rephrasing confusing sentences. Added Sitronix ST7789V datasheet link to SPI-LCD-driver.md for easier reference.
* Update MemoryAnalysis.mdEli Weiss2021-12-301-3/+3
| | | | Cleaned up MemoryAnalysis.md for greater readability
* Improved documentation readabilityEli Weiss2021-12-302-10/+10
| | | | Removed extra space in contribute.md and cleaned up MemoryAnalysis.md phrasing and confusing punctuation.
* Update buildAndProgram.mdEli Weiss2021-12-301-2/+2
| | | Improved documentation readability.
* Merge pull request #839 from Arsen6331/BLE-FS-DocsJF2021-12-202-1/+176
|\ | | | | Add documentation for BLE FS
| * Add BLE FS docs link to BLE docsArsen63312021-11-241-1/+9
| |
| * Add documentation for BLE FSArsen63312021-11-221-0/+167
| |
* | Updated docs and renamed functions for consistencyAvamander2021-12-041-7/+11
| |
* | Merge branch 'restructure_includes' of ↵Jean-François Milants2021-11-281-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h
| * | docs: add non-relative includes to coding standardReinhold Gschweicher2021-11-151-0/+1
| |/
* | Split updating and about software. Remove big Contributing section from READMERiku Isokoski2021-11-283-35/+36
| |
* | Update getting started. New pics. More information.Riku Isokoski2021-11-2812-6/+29
| |
* | Replace some "we"Riku Isokoski2021-11-282-5/+5
| |
* | Add line breakRiku Isokoski2021-11-281-0/+1
| |
* | Add missing periodsRiku Isokoski2021-11-281-2/+2
| |
* | Improvements to Apps.md and Intro.mdRiku Isokoski2021-11-282-26/+19
| |
* | Link to companion appsRiku Isokoski2021-11-281-1/+1
| |
* | Fix versioningRiku Isokoski2021-11-281-2/+2
| |
* | Summarize updating-softareRiku Isokoski2021-11-281-13/+15
| |
* | Update updating instructionsRiku Isokoski2021-11-283-28/+11
| |
* | Replace companionapp pages with links. Add companion appsRiku Isokoski2021-11-282-23/+0
| |
* | Reorganize bootloader readmeRiku Isokoski2021-11-283-0/+0
| |
* | Separate and update coding conventions and contributing pagesRiku Isokoski2021-11-282-50/+48
| |
* | Update ui_guidelinesRiku Isokoski2021-11-281-4/+1
| |
* | ReorganizationRiku Isokoski2021-11-282-14/+15
| |
* | Crop and shrink photosRiku Isokoski2021-11-285-0/+0
| |
* | Documentation cleanup and reorganizationRiku Isokoski2021-11-289-217/+161
| |
* | fix Motion Service UUID in doc and code commentsmabuch2021-11-151-3/+3
|/
* Merge pull request #784 from SteveAmor/patch-2JF2021-10-301-1/+1
|\ | | | | Correctly Define DFU
| * Correctly define DFUSteveis2021-10-261-1/+1
| |
* | Add doc : how to generate files needed by the factory.Jean-François Milants2021-10-281-0/+30
|/
* Merge pull request #754 from InfiniTimeOrg/add-motion-serviceJF2021-10-242-7/+29
|\ | | | | Add motion service
| * Add mention to Call characteristic (which was missing in the doc) and change ↵Jean-François Milants2021-10-201-1/+5
| | | | | | | | the UUID of the new Motion service from 00020000-* to 00030000-*.
| * Add doc about the new motion service.Jean-François Milants2021-10-172-7/+25
| |
* | Update coding styleRiku Isokoski2021-10-221-0/+7
| |
* | Merge pull request #657 from NeroBurner/patch-1JF2021-10-221-1/+8
|\ \ | | | | | | Add python packages click and cryptography to build instructions
| * | Add python packages click and cryptography to build instructionsNeroBurner2021-10-111-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.
* | | Merge pull request #751 from carlosperate/docker-docsJF2021-10-201-4/+6
|\ \ \ | | | | | | | | Docs: Clarify Docker image needs to be built 1st, fix URL and typos.
| * | | Docs: Clarify Docker image needs to be built 1st, fix URL and typos.carlosperate2021-10-161-4/+6
| | |/ | |/|
* | | Merge pull request #753 from Arsen6331/improve-ble-docsJF2021-10-201-5/+237
|\ \ \ | | | | | | | | Improve BLE documentation
| * | | Fix error in music status docsArsen Musayelyan2021-10-161-1/+1
| | | |
| * | | Fix grammar mistakesArsen Musayelyan2021-10-161-1/+1
| | | |
| * | | Add docs from infinitime Go library's repo and fix typos and grammarArsen Musayelyan2021-10-161-5/+237
| |/ /
* | | Added missing semicolonStephanie2021-10-181-1/+1
| | |
* | | Fixed Apps tutorial to compile properlystephanie-eng2021-10-181-1/+1
|/ / | | | | Changed case in minimal example to properly reference Pinetime namespace
* | 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
| |