Commit Graph

13 Commits

Author SHA1 Message Date
wilsonjwco
7fee2c2589
Update buildAndProgram.md (#477)
Corrected typo in example usage of cmake BUILD_DFU option. Changed from -BUILD_DFU=1 to -DBUILD_DFU=1
2021-07-11 19:47:24 +02:00
Cameron Himes
0cbbd1dfc0
Add Python modules to build instructions
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-04-13 21:40:42 -04:00
Jean-François Milants
adefa1e660 Update buildAndProgram.md with info about Debug/Release builds. 2021-03-21 17:12:19 +01:00
JF002
91ddc666e3
Merge pull request #235 from MFAshby/doc_correction
Small correction to git URL in documentation files
2021-03-20 17:54:07 +01:00
Martin Ashby
bca7ba4eed
Small correction to git URL in documentation files 2021-03-15 23:13:46 +00:00
Jean-François Milants
9f67e6f652 Merge branch 'develop' into recovery-firmware
# Conflicts:
#	src/CMakeLists.txt
#	src/displayapp/DisplayApp.h
#	src/systemtask/SystemTask.cpp
#	src/systemtask/SystemTask.h
2021-03-07 08:44:14 +01:00
Jean-François Milants
c18f4e5811 Update doc : init git submodule before build. 2021-02-23 22:37:21 +01:00
Jean-François Milants
740b3d7b58 Add new cmake option to disable the generation of DFU file (which needs adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build). 2021-02-01 21:07:53 +01:00
Steveis
cc7ba74790
Update arm-gcc toolchain in example
The difference in the example caused some confusion for at least one person.
2020-10-24 09:42:13 +01:00
Rajesh Kumbhakar
08af5327bc Update buildAndProgram : Use latest ARM-GCC toolcahain to build.
Using the older (8.x.x) version of toolchain causes unexpected "template" errors, So we should always use version 9.x and above.
2020-09-24 10:09:42 +05:30
JF
58811d76cf Add doc about Docker image. 2020-08-19 16:01:01 +02:00
JF
8254622af5 Fix typo in buildAndProgram.md.
Add documentation about companion apps + link to videos.
2020-08-08 20:28:55 +02:00
JF
b9276a561c Rewrite README.md 2020-07-18 22:15:14 +02:00