summaryrefslogtreecommitdiff
path: root/doc/buildAndProgram.md
AgeCommit message (Collapse)Author
2021-04-14Add Python modules to build instructionsCameron Himes
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 Milants
2021-03-20Merge pull request #235 from MFAshby/doc_correctionJF002
Small correction to git URL in documentation files
2021-03-15Small correction to git URL in documentation filesMartin Ashby
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants
# 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 Milants
2021-02-01Add new cmake option to disable the generation of DFU file (which needs ↵Jean-François Milants
adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
2020-10-24Update arm-gcc toolchain in exampleSteveis
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 Kumbhakar
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.JF
2020-08-08Fix typo in buildAndProgram.md.JF
Add documentation about companion apps + link to videos.
2020-07-18Rewrite README.mdJF