summaryrefslogtreecommitdiff
path: root/doc/buildAndProgram.md
AgeCommit message (Collapse)AuthorFilesLines
2022-06-05Fix various typosluz paz1-1/+1
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
2022-05-18comment about common error "glyphs.map" in old nodejs (#1142)Yehoshua Pesach Wallach1-1/+1
2022-05-16update build stop, lv_font_conv not required globally installedReinhold Gschweicher1-2/+1
2022-05-10fontgen: move lv_font_conv docYehoshua Pesach Wallach1-0/+5
2021-12-30Update buildAndProgram.mdEli Weiss1-2/+2
Improved documentation readability.
2021-10-28Add doc : how to generate files needed by the factory.Jean-François Milants1-0/+30
2021-10-22Merge pull request #657 from NeroBurner/patch-1JF1-1/+8
Add python packages click and cryptography to build instructions
2021-10-15Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch1-3/+3
2021-10-11Add python packages click and cryptography to build instructionsNeroBurner1-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.
2021-09-13Add WATCH_COLMI_P8 option to cmake & docshubmartin1-0/+1
2021-07-25Correct spelling issue in documentation (#509)Grant1-1/+1
* Correct spelling issue
2021-07-11Update buildAndProgram.md (#477)wilsonjwco1-1/+1
Corrected typo in example usage of cmake BUILD_DFU option. Changed from -BUILD_DFU=1 to -DBUILD_DFU=1
2021-04-13Add Python modules to build instructionsCameron Himes1-0/+1
I had issues building InfiniTime for the first time because the instructions never mentioned needing these Python modules. Including them in the build documentation will help people not be confused like I was. I recommend adding all needed modules to this list. I only added the ones I knew I was missing.
2021-03-21Update buildAndProgram.md with info about Debug/Release builds.Jean-François Milants1-5/+10
2021-03-20Merge pull request #235 from MFAshby/doc_correctionJF0021-2/+2
Small correction to git URL in documentation files
2021-03-15Small correction to git URL in documentation filesMartin Ashby1-2/+2
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants1-0/+1
# Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
2021-02-23Update doc : init git submodule before build.Jean-François Milants1-0/+1
2021-02-01Add new cmake option to disable the generation of DFU file (which needs ↵Jean-François Milants1-7/+16
adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
2020-10-24Update arm-gcc toolchain in exampleSteveis1-1/+1
The difference in the example caused some confusion for at least one person.
2020-09-24Update buildAndProgram : Use latest ARM-GCC toolcahain to build.Rajesh Kumbhakar1-3/+3
Using the older (8.x.x) version of toolchain causes unexpected "template" errors, So we should always use version 9.x and above.
2020-08-19Add doc about Docker image.JF1-1/+1
2020-08-08Fix typo in buildAndProgram.md.JF1-13/+13
Add documentation about companion apps + link to videos.
2020-07-18Rewrite README.mdJF1-0/+209