FreeCalypso > hg > freecalypso-sw
view gsm-fw/cfgmagic/feature.gsm @ 532:d9fd344d7570
gsm-fw/L1/include/l1_confg.h: FC changes reapplied to LoCosto-based version
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Fri, 01 Aug 2014 18:07:16 +0000 | 
| parents | 11b6ca57a079 | 
| children | 0677a6fbb8b6 | 
line wrap: on
 line source
# My vision is that feature gsm and the CONFIG_GSM symbol it defines will # include everything that is needed for basic GSM functionality: GPF, L1, # SIM driver, G23 stack and ACI. # We'll see how it pans out as the project progresses. CONFIG_GPF=1 CONFIG_GSM=1 export_to_c CONFIG_GPF CONFIG_GSM export_to_mk CONFIG_GPF CONFIG_GSM
