FreeCalypso > hg > fc-magnetite
view src/aci2/bmi/mmiCameraTest.h @ 685:3fb7384e820d
tpudrv12.h: FCDEV3B goes back to being itself
A while back we had the idea of a FreeCalypso modem family whereby our
current fcdev3b target would some day morph into fcmodem, with multiple
FC modem family products, potentially either triband or quadband, being
firmware-compatible with each other and with our original FCDEV3B. But
in light of the discovery of Tango modules that earlier idea is now being
withdrawn: instead the already existing Tango hw is being adopted into
our FreeCalypso family.
Tango cannot be firmware-compatible with triband OM/FCDEV3B targets
because the original quadband RFFE on Tango modules is wired in TI's
original Leonardo arrangement. Because this Leonardo/Tango way is now
becoming the official FreeCalypso way of driving quadband RFFEs thanks
to the adoption of Tango into our FC family, our earlier idea of
extending FIC's triband RFFE control signals with TSPACT5 no longer makes
much sense - we will probably never produce any new hardware with that
once-proposed arrangement. Therefore, that triband-or-quadband FCFAM
provision is being removed from the code base, and FCDEV3B goes back to
being treated the same way as CONFIG_TARGET_GTAMODEM for RFFE control
purposes.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 24 Sep 2020 21:03:08 +0000 |
parents | 3c2acfa1a72f |
children |
line wrap: on
line source
#ifndef _MMICAMERATEST_H_ #define _MMICAMERATEST_H_ /******************************************************************************* CONDAT (UK) ******************************************************************************** This software product is the property of Condat (UK) Ltd and may not be disclosed to any third party without the express permission of the owner. ******************************************************************************** $Project name: Basic MMI $Project code: BMI (6349) $Module: CameraTest $File: MmiCameraTest.h $Revision: 1.0 $Author: Texas Instruments France $Date: 16/06/04 ******************************************************************************** Description: This module provides the Camera functionality. ******************************************************************************** $History: MmiCameraTest.h Aug 22 2005, xpradipg - LOCOSTO-ENH-31154 Description: Application to test camera Solution: Implemented the camera application with following functionalities preview, snapshot and image saving. 16/06/04 $End *******************************************************************************/ /******************************************************************************* Include files *******************************************************************************/ /******************************************************************************* Interface constants *******************************************************************************/ /******************************************************************************* Public methods *******************************************************************************/ /* pretty standard initialise, execute and exit methods */ GLOBAL int mmi_camera_test_launch_view_finder (MfwMnu* m, MfwMnuItem* i); T_MFW_HND mmi_camera_test_opt_create(T_MFW_HND parent); GLOBAL int mmi_camera_test_set_quality (MfwMnu* m, MfwMnuItem* i); GLOBAL int mmi_camera_test_set_color (MfwMnu* m, MfwMnuItem* i); T_MFW_HND mmi_camera_test_opt_start(T_MFW_HND parent_window, MfwMnuAttr *menuAttr); int M_exeQuality(MfwMnu* m, MfwMnuItem* i); int M_exeColor(MfwMnu* m, MfwMnuItem* i); static int M_exeZoom(MfwMnu* m, MfwMnuItem* i); GLOBAL int mmi_camera_edit_filename(MfwMnu* m, MfwMnuItem* i); /******************************************************************************* End of File *******************************************************************************/ #endif //_MMICAMERATEST_H_