FreeCalypso > hg > fc-magnetite
comparison configure.sh @ 451:fd1d9063ad40
config mechanism: added ability to build D-Sample B&W UI configuration
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 13 Mar 2018 18:15:14 +0000 |
parents | 56f5db12a125 |
children | 4d7c2ccb5814 |
comparison
equal
deleted
inserted
replaced
450:395e464e4005 | 451:fd1d9063ad40 |
---|---|
86 exit 1 | 86 exit 1 |
87 esac | 87 esac |
88 | 88 |
89 # configurable feature settings | 89 # configurable feature settings |
90 | 90 |
91 DSAMPLE_FULL_COLOR=1 | |
91 SERIAL_DYNAMIC_SWITCH=0 | 92 SERIAL_DYNAMIC_SWITCH=0 |
92 | 93 |
93 # allow the user to override these defaults | 94 # allow the user to override these defaults |
94 | 95 |
95 shift | 96 shift |
190 export BUILD_DIR TARGET USE_STR2IND | 191 export BUILD_DIR TARGET USE_STR2IND |
191 export CHIPSET DSP RF | 192 export CHIPSET DSP RF |
192 export AMR L1_DYN_DSP_DWNLD L1_VOICE_MEMO_AMR MELODY_E2 SPEECH_RECO | 193 export AMR L1_DYN_DSP_DWNLD L1_VOICE_MEMO_AMR MELODY_E2 SPEECH_RECO |
193 export DISABLE_SLEEP | 194 export DISABLE_SLEEP |
194 export INIT_blob | 195 export INIT_blob |
196 export DSAMPLE_FULL_COLOR | |
195 export SERIAL_DYNAMIC_SWITCH | 197 export SERIAL_DYNAMIC_SWITCH |
196 | 198 |
197 SUBDIR= | 199 SUBDIR= |
198 LIBS= | 200 LIBS= |
199 SPECIAL_LINK_LIBS= | 201 SPECIAL_LINK_LIBS= |