FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cfgmagic/post-target @ 154:47754cdb6248
abb.c compiles!
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 17 Nov 2013 05:53:10 +0000 |
parents | afceeeb2cba1 |
children | 6f4cadd1fd7f |
comparison
equal
deleted
inserted
replaced
153:65efffcb28dc | 154:47754cdb6248 |
---|---|
85 fi | 85 fi |
86 | 86 |
87 case "$RF_type" in | 87 case "$RF_type" in |
88 Rita*) | 88 Rita*) |
89 RF_FAM=12 | 89 RF_FAM=12 |
90 RF_PG=2 | |
90 ;; | 91 ;; |
91 *) | 92 *) |
92 echo "Error: unknown RF_type=$RF_type" 1>&2 | 93 echo "Error: unknown RF_type=$RF_type" 1>&2 |
93 exit 1 | 94 exit 1 |
94 ;; | 95 ;; |
95 esac | 96 esac |
96 export_to_c RF_FAM | 97 export_to_c RF_FAM |
98 export_to_c RF_PG | |
97 | 99 |
98 # !!! Dirty hack !!! | 100 # !!! Dirty hack !!! |
99 # | 101 # |
100 # All targets which we currently support or have realistic prospects of | 102 # All targets which we currently support or have realistic prospects of |
101 # supporting are derived from TI's D-sample and/or Leonardo reference designs. | 103 # supporting are derived from TI's D-sample and/or Leonardo reference designs. |