comparison src/cs/layer1/tpu_drivers/source0/tpudrv12.h @ 632:d968a3216ba0

new tangomdm build target TCS211/Magnetite built for target leonardo runs just fine on the Tango-based Caramel board, but a more proper tangomdm build target is preferable in order to better market these Tango modems to prospective commercial customers. The only differences are in GPIO and MCSI config: * MCSI is enabled in the tangomdm build config. * GPIO 1 is loudspeaker amplifier control on Leonardo, but on Tango platforms it can be used for anything. On Caramel boards this GPIO should be configured as an output driving high. * GPIO 2 needs to be configured as Calypso input on Leonardo, but on Tango platforms it can be used for anything. On Caramel boards this GPIO should be configured as an output, either high or low is OK.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 04 Jan 2020 19:27:41 +0000
parents c09a1ca60d57
children 026c98f757a6
comparison
equal deleted inserted replaced
631:597869e59805 632:d968a3216ba0
232 #define RF_SER_OFF 0 232 #define RF_SER_OFF 0
233 233
234 #define TEST_TX_ON 0 234 #define TEST_TX_ON 0
235 #define TEST_RX_ON 0 235 #define TEST_RX_ON 0
236 236
237 #if defined(CONFIG_TARGET_LEONARDO) || defined(CONFIG_TARGET_ESAMPLE) 237 #if defined(CONFIG_TARGET_LEONARDO) || defined(CONFIG_TARGET_ESAMPLE) || \
238 defined(CONFIG_TARGET_TANGO)
238 239
239 // 4-band config (E-sample, P2, Leonardo) 240 // 4-band config (E-sample, P2, Leonardo)
240 #define FEM_7 BIT_2 // act2 241 #define FEM_7 BIT_2 // act2
241 #define FEM_8 BIT_1 // act1 242 #define FEM_8 BIT_1 // act1
242 #define FEM_9 BIT_4 // act4 243 #define FEM_9 BIT_4 // act4