FreeCalypso > hg > fc-selenite
comparison doc/Compiling @ 133:118c25581538
doc/Compiling: TRACEMASK_IN_FFS config var addition documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 19 Nov 2018 07:19:05 +0000 |
parents | 24a161f415f5 |
children | 8fe0cde2fd79 |
comparison
equal
deleted
inserted
replaced
132:1f43655bb3e4 | 133:118c25581538 |
---|---|
174 MEMSUPER=2 SUFFIX=-ps | 174 MEMSUPER=2 SUFFIX=-ps |
175 SERIAL_DYNAMIC_SWITCH=1 SUFFIX=-sds | 175 SERIAL_DYNAMIC_SWITCH=1 SUFFIX=-sds |
176 SPEECH_RECO=0 SUFFIX=-nosr | 176 SPEECH_RECO=0 SUFFIX=-nosr |
177 TR_BAUD_CONFIG=TR_BAUD_812500 SUFFIX=-812500 | 177 TR_BAUD_CONFIG=TR_BAUD_812500 SUFFIX=-812500 |
178 | 178 |
179 TRACEMASK_IN_FFS | |
180 | |
181 TI's Test Interface (TIF) component in the GPF realm includes an | |
182 optional feature for saving trace masks in FFS, but TI's production | |
183 firmwares had it disabled. The component in question is now compiled | |
184 from source like the rest of our fw, but we still keep this | |
185 TRACEMASK_IN_FFS code disabled by default, at least for now. | |
186 Set TRACEMASK_IN_FFS=1 to enable this code in GPF. | |
187 | |
179 TR_BAUD_CONFIG | 188 TR_BAUD_CONFIG |
180 | 189 |
181 The value of this symbol is an alphanumeric keyword of the form | 190 The value of this symbol is an alphanumeric keyword of the form |
182 TR_BAUD_xxxxxx; the default is TR_BAUD_115200. See | 191 TR_BAUD_xxxxxx; the default is TR_BAUD_115200. See |
183 src/cs/drivers/drv_core/uart/traceswitch.h for the available baud rate | 192 src/cs/drivers/drv_core/uart/traceswitch.h for the available baud rate |