aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in gettingStarted guide (#1178)kieranc2022-06-071-1/+1
|
* doc: Fix imageFile.png path in SWD.mdSeth Itow2022-06-061-1/+1
|
* revert portion of previous commitluz paz2022-06-051-1/+1
|
* Fix various typosluz paz2022-06-057-10/+10
| | | | Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
* Docker container documentation : Fix typos, 1 line per sentence, remove ↵Jean-François Milants2022-05-261-16/+17
| | | | obsolete paragraph, remove redundant 'image' parameter in the command to build the docker image, use ${PWD} instead of $(pwd).
* Docker container documentation : Adapt the `--user` documentation according ↵Jean-François Milants2022-05-261-24/+13
| | | | to the new behavior.
* Update links to the docker image with the new account : ↵Jean-François Milants2022-05-261-4/+4
| | | | infinitime/infinitime-build.
* Small modernization with --platform parameter in docker readmeJean-François Milants2022-05-261-2/+2
|
* The main build workflow for GitHub Actions now uses the infinitime-build ↵Jean-François Milants2022-05-261-4/+4
| | | | | | docker image to build the firmware. This allows to avoid the duplication of the build logic in Docker and Github workflow format. The Dockerfile has been slightly adapted (remove the USER instructions). Docker images are now published in DockerHub (jf002/infinitime-build).
* comment about common error "glyphs.map" in old nodejs (#1142)Yehoshua Pesach Wallach2022-05-181-1/+1
|
* update build stop, lv_font_conv not required globally installedReinhold Gschweicher2022-05-161-2/+1
|
* fontgen: move lv_font_conv docYehoshua Pesach Wallach2022-05-101-0/+5
|
* Alarm: Change checkable button for a switchRiku Isokoski2022-02-121-0/+1
|
* 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
| |