| Age | Commit message (Collapse) | Author |
|
* Correct spelling issue
|
|
Corrected typo in example usage of cmake BUILD_DFU option. Changed from -BUILD_DFU=1 to -DBUILD_DFU=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.
|
|
|
|
Small correction to git URL in documentation files
|
|
|
|
# Conflicts:
# src/CMakeLists.txt
# src/displayapp/DisplayApp.h
# src/systemtask/SystemTask.cpp
# src/systemtask/SystemTask.h
|
|
|
|
adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
|
|
The difference in the example caused some confusion for at least one person.
|
|
Using the older (8.x.x) version of toolchain causes unexpected "template" errors, So we should always use version 9.x and above.
|
|
|
|
Add documentation about companion apps + link to videos.
|
|
|