You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/buildAndProgram.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ CMake configures the project according to variables you specify the command line
39
39
**GDB_CLIENT_BIN_PATH**|Path to arm-none-eabi-gdb executable. Used only if `USE_GDB_CLIENT` is 1.|`-DGDB_CLIENT_BIN_PATH=/home/jf/nrf52/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gdb`
40
40
**GDB_CLIENT_TARGET_REMOTE**|Target remote connection string. Used only if `USE_GDB_CLIENT` is 1.|`-DGDB_CLIENT_TARGET_REMOTE=/dev/ttyACM0`
41
41
**BUILD_DFU (\*\*)**|Build DFU files while building (needs [adafruit-nrfutil](https://github.com/adafruit/Adafruit_nRF52_nrfutil)).|`-DBUILD_DFU=1`
42
-
**TARGET_DEVICE**|Target device, used for the pin map and the low frequency clock source, and the touch driver behavior. Allowed: `PINETIME, MOY-TFK5, MOY-TIN5,MOY-TON5, MOY-UNK`|`-DTARGET_DEVICE=PINETIME` (Default)
42
+
**TARGET_DEVICE**|Target device, used for the pin map and the low frequency clock source, the touch driver behavior, and the acceleration driver selection. Allowed: `PINETIME, MOY-TFK5, MOY-TIN5,MOY-TON5, MOY-UNK`|`-DTARGET_DEVICE=PINETIME` (Default)
43
43
44
44
####(**) Note about **CMAKE_BUILD_TYPE**:
45
45
By default, this variable is set to *Release*. It compiles the code with size and speed optimizations. We use this value for all the binaries we publish when we [release](https://github.com/InfiniTimeOrg/InfiniTime/releases) new versions of InfiniTime.
0 commit comments