FreeCalypso > hg > fc-magnetite
comparison doc/Config-vars @ 691:b7b809c62586
doc/Config-vars: updated descriptions of DSAMPLE_FULL_COLOR and UI_CONFIG
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 15 Oct 2020 17:42:12 +0000 |
parents | 29c0be5a1962 |
children | 555cdc5fda0d |
comparison
equal
deleted
inserted
replaced
690:8cf3029429f3 | 691:b7b809c62586 |
---|---|
24 builds) is built for any target other than c139, one of TI's D-Sample | 24 builds) is built for any target other than c139, one of TI's D-Sample |
25 framebuffer drivers is enabled: either color or B&W. (The actual | 25 framebuffer drivers is enabled: either color or B&W. (The actual |
26 hardware pokes are omitted when the build target is anything other than | 26 hardware pokes are omitted when the build target is anything other than |
27 dsample, but the framebuffer is still maintained in RAM.) By default | 27 dsample, but the framebuffer is still maintained in RAM.) By default |
28 the color framebuffer driver is enabled; setting DSAMPLE_FULL_COLOR=0 | 28 the color framebuffer driver is enabled; setting DSAMPLE_FULL_COLOR=0 |
29 switches to the B&W framebuffer driver. | 29 switches to the B&W framebuffer driver. Both configurations are |
30 supported on FC Luna. | |
30 | 31 |
31 L1_DYN_DSP_DWNLD | 32 L1_DYN_DSP_DWNLD |
32 | 33 |
33 This setting enables TI's dynamic DSP patch download mechanism. When | 34 This setting enables TI's dynamic DSP patch download mechanism. When |
34 the firmware is built for a Calypso target with DSP ROM version 36 in | 35 the firmware is built for a Calypso target with DSP ROM version 36 in |
120 | 121 |
121 UI_CONFIG | 122 UI_CONFIG |
122 | 123 |
123 The 3 allowed values for this setting are bigcolor, bigbw and 84x48, | 124 The 3 allowed values for this setting are bigcolor, bigbw and 84x48, |
124 selecting one of the 3 UI configurations supported by TI's code. The | 125 selecting one of the 3 UI configurations supported by TI's code. The |
125 default is 84x48 when the firmware is built for target c11x or c139 or | 126 default is 84x48 when the firmware is built for target c139, otherwise |
126 c155, and bigcolor otherwise. | 127 (particularly for dsample, luna1 and luna2 targets) the default is |
128 bigcolor. | |
127 | 129 |
128 USE_STR2IND | 130 USE_STR2IND |
129 | 131 |
130 Unlike TI's original firmwares, we build without str2ind by default. | 132 Unlike TI's original firmwares, we build without str2ind by default. |
131 You can enable str2ind with USE_STR2IND=1, but the time to build the fw | 133 You can enable str2ind with USE_STR2IND=1, but the time to build the fw |