FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cfgmagic/target.c139 @ 930:5a826938d005
gsm-fw: experimental support for Compal targets in tpudrv12.[ch]
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 31 Oct 2015 02:09:48 +0000 |
parents | 4cd1dcc167e4 |
children | 631fb20ff8d4 |
comparison
equal
deleted
inserted
replaced
929:ad6f1504465d | 930:5a826938d005 |
---|---|
22 # For the RF PA we have to set TI's voodoo number directly, and we don't | 22 # For the RF PA we have to set TI's voodoo number directly, and we don't |
23 # even have a number for these Skyworks parts. :-( | 23 # even have a number for these Skyworks parts. :-( |
24 # The best we can do for now is lie and pretend to be Leonardo/Openmoko. | 24 # The best we can do for now is lie and pretend to be Leonardo/Openmoko. |
25 RF_PA=2 | 25 RF_PA=2 |
26 | 26 |
27 # To the best of our knowledge, the correct TSPACT signal to assert | |
28 # for GSM low band transmission is TSPACT2 on this target. | |
29 USE_TSPACT2_FOR_TXLOW=1 | |
30 export_to_c USE_TSPACT2_FOR_TXLOW | |
31 | |
27 RVTMUX_UART_port=MODEM | 32 RVTMUX_UART_port=MODEM |