FreeCalypso > hg > fc-magnetite
comparison configure.sh @ 452:4d7c2ccb5814
config mechanism: high-level UI config made separate from target display drivers
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 14 Mar 2018 07:22:05 +0000 |
parents | fd1d9063ad40 |
children | 3d772a6268c4 |
comparison
equal
deleted
inserted
replaced
451:fd1d9063ad40 | 452:4d7c2ccb5814 |
---|---|
84 *) | 84 *) |
85 echo "Error: DSP=$DSP setting not understood" 1>&2 | 85 echo "Error: DSP=$DSP setting not understood" 1>&2 |
86 exit 1 | 86 exit 1 |
87 esac | 87 esac |
88 | 88 |
89 # configurable feature settings | 89 # UI config default based on target |
90 | |
91 if [ "$TARGET" = c139 -o "$TARGET" = c11x ] | |
92 then | |
93 UI_CONFIG=84x48 | |
94 else | |
95 UI_CONFIG=bigcolor | |
96 fi | |
97 | |
98 # display driver configuration | |
90 | 99 |
91 DSAMPLE_FULL_COLOR=1 | 100 DSAMPLE_FULL_COLOR=1 |
101 | |
102 # miscellaneous configurable feature settings | |
103 | |
92 SERIAL_DYNAMIC_SWITCH=0 | 104 SERIAL_DYNAMIC_SWITCH=0 |
93 | 105 |
94 # allow the user to override these defaults | 106 # allow the user to override these defaults |
95 | 107 |
96 shift | 108 shift |
191 export BUILD_DIR TARGET USE_STR2IND | 203 export BUILD_DIR TARGET USE_STR2IND |
192 export CHIPSET DSP RF | 204 export CHIPSET DSP RF |
193 export AMR L1_DYN_DSP_DWNLD L1_VOICE_MEMO_AMR MELODY_E2 SPEECH_RECO | 205 export AMR L1_DYN_DSP_DWNLD L1_VOICE_MEMO_AMR MELODY_E2 SPEECH_RECO |
194 export DISABLE_SLEEP | 206 export DISABLE_SLEEP |
195 export INIT_blob | 207 export INIT_blob |
196 export DSAMPLE_FULL_COLOR | 208 export DSAMPLE_FULL_COLOR UI_CONFIG |
197 export SERIAL_DYNAMIC_SWITCH | 209 export SERIAL_DYNAMIC_SWITCH |
198 | 210 |
199 SUBDIR= | 211 SUBDIR= |
200 LIBS= | 212 LIBS= |
201 SPECIAL_LINK_LIBS= | 213 SPECIAL_LINK_LIBS= |