aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * minor corrections and notice about ui guidelines in docsClemens von Molo2021-10-061-4/+6
| |
| * multiple improvements to code docsClemens von Molo2021-10-062-37/+39
| |
| * advise against unecessary additional tasks in docsClemens von Molo2021-10-051-2/+3
| |
| * Add docs for app creation and code structureClemens von Molo2021-10-052-0/+90
| |
* | Merge pull request #730 from coxtor/patch-1JF2021-10-091-0/+10
|\ \ | | | | | | Add configuration instructions for Ubuntu devcontainers
| * | Add configuration instructions for Ubuntu devcontainerscoxtor2021-10-081-0/+10
| |/
* | Merge pull request #522 from jonvmey/fix-nav-uuid-docsJF2021-10-091-5/+5
|\ \ | |/ |/| Fix Navigation Service UUID docs
| * Update Navigation UUID documentationJonathan Vander Mey2021-07-241-5/+5
| | | | | | | | | | | | 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
* | Removed an unnecessary space and some punctuationAvamander2021-10-031-9/+9
| | | | | | Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233
* | Merge pull request #549 from hubmartin/pinmapJF0022021-09-131-0/+1
|\ \ | | | | | | Put all duplicated GPIO pin definitions to a single file