comparison doc/Config-vars @ 541:5019764a0e9f

doc/Config-vars: RVTMUX_ON_MODEM documented
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Nov 2018 05:20:02 +0000
parents 569c3d522e5c
children a1da09e02973
comparison
equal deleted inserted replaced
540:f551ffdfe938 541:5019764a0e9f
53 This setting enables or disables support in L1 and in the RiViera Audio 53 This setting enables or disables support in L1 and in the RiViera Audio
54 Service for playing E2-format melodies. The default is MELODY_E2=1 54 Service for playing E2-format melodies. The default is MELODY_E2=1
55 like in TI's original TCS211 fw. Note that Melody E1 support is always 55 like in TI's original TCS211 fw. Note that Melody E1 support is always
56 enabled; setting MELODY_E2=0 disables only Melody E2, but not E1. 56 enabled; setting MELODY_E2=0 disables only Melody E2, but not E1.
57 57
58 RVTMUX_ON_MODEM
59
60 This setting configures the usage of Calypso UARTs. RVTMUX_ON_MODEM=0
61 puts the AT command interface on the MODEM UART and RVTMUX on the IrDA
62 UART (TI's intended config and the default on sensible hw targets);
63 RVTMUX_ON_MODEM=1 (default on the crippled C1xx targets) puts RVTMUX on
64 the MODEM UART, sacrificing the standard AT command interface.
65
58 SERIAL_DYNAMIC_SWITCH 66 SERIAL_DYNAMIC_SWITCH
59 67
60 TI's TCS211 fw includes a provision (only for Bluetooth-enabled fw in 68 TI's TCS211 fw includes a provision (only for Bluetooth-enabled fw in
61 TI's original) to switch one UART between the AT command interface and 69 TI's original) to switch one UART between the AT command interface and
62 RVTMUX while the other UART is fixed for Bluetooth. In FreeCalypso we 70 RVTMUX while the other UART is fixed for Bluetooth. In FreeCalypso we
102 110
103 UI_CONFIG 111 UI_CONFIG
104 112
105 The 3 allowed values for this setting are bigcolor, bigbw and 84x48, 113 The 3 allowed values for this setting are bigcolor, bigbw and 84x48,
106 selecting one of the 3 UI configurations supported by TI's code. The 114 selecting one of the 3 UI configurations supported by TI's code. The
107 default is 84x48 when the firmware is built for target c11x or c139, 115 default is 84x48 when the firmware is built for target c11x or c139 or
108 and bigcolor otherwise. 116 c155, and bigcolor otherwise.
109 117
110 USE_STR2IND 118 USE_STR2IND
111 119
112 Unlike TI's original firmwares, we build without str2ind by default. 120 Unlike TI's original firmwares, we build without str2ind by default.
113 You can enable str2ind with USE_STR2IND=1, but the time to build the fw 121 You can enable str2ind with USE_STR2IND=1, but the time to build the fw