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: README.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,12 +76,13 @@ Additionally, there are several CMake variables that control various build
76
76
options. These are as follows. See the
77
77
`invn/soniclib/details/chirp_board_config.h` header for details.
78
78
79
-
*`CHIRP_INIT_FW_TYPE`: One of `FULL`, `NO_TX_OPTIMIZATION`, or `NONE`.
80
79
*`CHIRP_MAX_NUM_SENSORS`: Maximum number of sensors supported.
81
80
*`CHIRP_NUM_BUSES`: Number of SPI/I2C buses supported.
82
81
*`CHIRP_SENSOR_INT_PIN`: (ICU-x0201 only) Pin to use for interrupts.
83
82
*`CHIRP_SENSOR_TRIG_PIN`: (ICU-x0201 only) Pin to use for triggers.
84
-
*`INCLUDE_SHASTA_SUPPORT`: Build for Shasta (ICU) architecture sensors.
83
+
*`CHIRP_MAIN_FW_TYPE` : Select the main firmware to build with, can be one of `NONE` (fw built externally) or one of the firmware embedded by default with Soniclib `GPT` (for shasta devices), `CH101_GPR`, `CH201_GPRMT` or `CHX01_FREQSWEEP`
84
+
*`CHIRP_INIT_FW_TYPE`: Select an init firmware to build, if necessary in one of `FULL`, `NO_TX_OPTIMIZATION`, or `NONE`.
85
+
*`CHIRP_LOG_LEVEL` : Define the log level to use for the Soniclib internal log messages
85
86
86
87
These variables can be set through the CMake GUI, through command line -D
87
88
options in the main CMake command, or manually through the `CMakeCache.txt` file
0 commit comments