aboutsummaryrefslogtreecommitdiffstats
path: root/doc/buildAndProgram.md
Commit message (Collapse)AuthorAgeFilesLines
* Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch2021-10-151-3/+3
|
* Add WATCH_COLMI_P8 option to cmake & docshubmartin2021-09-131-0/+1
|
* Correct spelling issue in documentation (#509)Grant2021-07-251-1/+1
| | | * Correct spelling issue
* Update buildAndProgram.md (#477)wilsonjwco2021-07-111-1/+1
| | | Corrected typo in example usage of cmake BUILD_DFU option. Changed from -BUILD_DFU=1 to -DBUILD_DFU=1
* Add Python modules to build instructionsCameron Himes2021-04-131-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.
* Update buildAndProgram.md with info about Debug/Release builds.Jean-François Milants2021-03-211-5/+10
|
* Merge pull request #235 from MFAshby/doc_correctionJF0022021-03-201-2/+2
|\ | | | | Small correction to git URL in documentation files
| * Small correction to git URL in documentation filesMartin Ashby2021-03-151-2/+2
| |
* | Merge branch 'develop' into recovery-firmwareJean-François Milants2021-03-071-0/+1
|\| | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
| * Update doc : init git submodule before build.Jean-François Milants2021-02-231-0/+1
| |
* | Add new cmake option to disable the generation of DFU file (which needs ↵Jean-François Milants2021-02-011-7/+16
|/ | | | adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
* Update arm-gcc toolchain in exampleSteveis2020-10-241-1/+1
| | | The difference in the example caused some confusion for at least one person.
* Update buildAndProgram : Use latest ARM-GCC toolcahain to build.Rajesh Kumbhakar2020-09-241-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.
* Add doc about Docker image.JF2020-08-191-1/+1
|
* Fix typo in buildAndProgram.md.JF2020-08-081-13/+13
| | | | Add documentation about companion apps + link to videos.
* Rewrite README.mdJF2020-07-181-0/+209