FreeCalypso > hg > freecalypso-sw
comparison nuc-fw/cfgmagic/post-target @ 93:45911ad957fd
nuc-fw: beginning to integrate TI's BSP code
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sat, 31 Aug 2013 23:43:23 +0000 |
| parents | ccde45a06737 |
| children | 3b2e941043d8 |
comparison
equal
deleted
inserted
replaced
| 92:f459043fae0c | 93:45911ad957fd |
|---|---|
| 63 exit 1 | 63 exit 1 |
| 64 fi | 64 fi |
| 65 | 65 |
| 66 case "$ABB_type" in | 66 case "$ABB_type" in |
| 67 Iota*) | 67 Iota*) |
| 68 ANLG_FAM=2 | 68 ANALOG=2 |
| 69 ;; | 69 ;; |
| 70 Syren*) | 70 Syren*) |
| 71 ANLG_FAM=3 | 71 ANALOG=3 |
| 72 ;; | 72 ;; |
| 73 *) | 73 *) |
| 74 echo "Error: unknown ABB_type=$ABB_type" 1>&2 | 74 echo "Error: unknown ABB_type=$ABB_type" 1>&2 |
| 75 exit 1 | 75 exit 1 |
| 76 ;; | 76 ;; |
| 77 esac | 77 esac |
| 78 export_to_c ANLG_FAM | 78 export_to_c ANALOG |
| 79 | 79 |
| 80 # Ensure that device_class is set - various feature configurations | 80 # Ensure that device_class is set - various feature configurations |
| 81 # will certainly depend on it. | 81 # will certainly depend on it. |
| 82 if [ -z "$device_class" ] | 82 if [ -z "$device_class" ] |
| 83 then | 83 then |
