comparison gsm-fw/cfgmagic/feature.gsm @ 524:11b6ca57a079

gsm-fw/cfgmagic: first rough sketch at L1 configuration
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 14 Jul 2014 07:03:53 +0000
parents
children 0677a6fbb8b6
comparison
equal deleted inserted replaced
523:b92febec14aa 524:11b6ca57a079
1 # My vision is that feature gsm and the CONFIG_GSM symbol it defines will
2 # include everything that is needed for basic GSM functionality: GPF, L1,
3 # SIM driver, G23 stack and ACI.
4 # We'll see how it pans out as the project progresses.
5
6 CONFIG_GPF=1
7 CONFIG_GSM=1
8 export_to_c CONFIG_GPF CONFIG_GSM
9 export_to_mk CONFIG_GPF CONFIG_GSM