aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* CONTRIBUTING: Move from doc to rootRiku Isokoski2023-02-201-61/+0
| | | | This is so the GitHub UI picks it up correctly.
* docs: Limit number of jobs used for compilationFinlay Davidson2023-02-191-2/+2
|
* Fix Link in buildWithVScodeTim Aschhoff2023-02-161-1/+1
|
* files-needed-by-factory: Adjust headersRiku Isokoski2023-02-131-2/+2
|
* files-needed-by-factory: Move to separate documentRiku Isokoski2023-02-132-38/+37
| | | | | These are instructions for maintainers, and should be in a separate document.
* contribute.md: Add commit format sectionRiku Isokoski2023-02-121-0/+14
| | | | | Inspired by: https://www.klipper3d.org/CONTRIBUTING.html#format-of-commit-messages
* contribute.md: Improve contributing instructionsRiku Isokoski2023-02-121-7/+26
| | | | | | | Denser instructions for absolute beginners. Links to GitHub docs. Add PR checklist and commit conventions sections based on the maintainer's guide.
* Fix Apps documentation DisplayApp method nameTailyFair2023-01-221-1/+1
|
* contribute.md: UpdateRiku Isokoski2023-01-221-6/+15
| | | | | Cleaned up the list of things you can help with. Added a few points
* doc: Add maintainer guideRiku Isokoski2023-01-221-0/+45
|
* minor grammar editsJohn Paul Wohlscheid2023-01-221-4/+4
|
* typo in the descriptiontom-programming2022-12-061-1/+1
| | | AMD64 and x86_64 are the same architecture - ARM64 should be specified instead
* fixed filenamemashuptwice2022-10-101-1/+1
|
* Edit all occurences of "watchface" to "watch face"mashuptwice2022-10-104-7/+7
|
* Add missing screenshot about the external resources support in Amazfish.Jean-François Milants2022-10-052-0/+0
|
* Add doc about external resources.Jean-François Milants2022-10-023-0/+102
|
* Applist is in ApplicationList.hmashuptwice2022-09-171-1/+1
|
* Remove CMake targets and corresponding CLI arguments that are specific to ↵Jean-François Milants2022-09-171-38/+2
| | | | the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT).
* Fix formatting.Jean-François Milants2022-09-111-11/+11
|
* Add doc about the new parameter `-DBUILD_RESOURCES`.Jean-François Milants2022-09-111-11/+12
|
* Fix markdown format with autoformatter (#1284)Riku Isokoski2022-08-2124-296/+407
|
* Simplify coding style (#1280)Riku Isokoski2022-08-211-37/+25
|
* Simplify contribute.md (#1281)Riku Isokoski2022-08-211-55/+13
|
* Move all images to doc. Remove old images. (#1282)Riku Isokoski2022-08-215-2/+2
|
* Docs reorganization (#1236)Riku Isokoski2022-07-214-131/+132
| | | | | | | * Docs reorganization Removed broken link * README.md relative link consistency
* Downgrade GNU Arm Toolchain to 10.3-2021.10Finlay Davidson2022-07-083-5/+5
| | | | | | This is because of this bug: https://community.arm.com/support-forums/f/compilers-and-libraries-forum/52623/gcc-11-2-arm-none-eabi-internal-compiler-error-illegal-instruction It is causing some of the GitHub Actions builds to fail.
* Add InfiniTime Vision document (#1196)Riku Isokoski2022-06-291-0/+33
|
* Add basic hardware configuration options for P8Christoph Honal2022-06-271-1/+1
| | | | | This enables the configuration of the LFCLK source, as well as the target hardware board pin configuration.
* Be more specific about the compiler versionFinlay Davidson2022-06-111-1/+1
|
* Replace more instances of old gcc verFinlay Davidson2022-06-112-3/+3
|
* Update arm gcc toolchain to 11.2-2022.02Finlay Davidson2022-06-111-2/+2
| | | | | | Updates the buildAndProgram doc and the docker image, which means GitHub Actions will also use the new toolchain.
* 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.