dev_info(g_dev_ptr,"boson640_pgm_initsensor(): {%d} frame16=%d frame=%ld: Enable EXTIF (Boson UART control from the sequencer)\n",sensor_port,frame16,getThisFrameNumber(sensor_port));
// boson640_par2addr
// read shadows from the sensor, ignore errors
...
...
@@ -1854,11 +1859,10 @@ int boson640_init(struct platform_device *pdev)
*! Adding support for constants like SENSOR_REGS32 (defined constant plus 32 to simplify referencing sensor registers from PHP
*!
*! Revision 1.27 2008/10/29 04:18:28 elphel
*! v.8.0.alpha10 made a separate structure for global parameters (not related to particular frames in a frame queue)
*!
*! Revision 1.26 2008/10/23 08:08:05 elphel
*! corrected histogram window size setup (data written to FPGA is actual window size -2 for both width and height)
*!
*! Revision 1.25 2008/10/22 05:29:03 elphel
*! Rev. 8.0.alpha5 - working on external trigger mode - moved programming away from the sequencer that can only pass 24 data bits
*!
*! Revision 1.24 2008/10/21 04:03:39 elphel
*! bug fix (missing break in switch)
*!
*! Revision 1.23 2008/10/20 18:45:07 elphel
*! just more debug printk
*!
*! Revision 1.22 2008/10/18 06:14:21 elphel
*! 8.0.alpha4 - removed some obsolete parameters, renumbered others, split P_FLIP into P_FLIPH and P_FLIPV (different latencies because of bad frames), pgm_window-> pgm_window, pgm_window_safe
*!
*! Revision 1.21 2008/10/17 05:44:48 elphel
*! fixing latencies
*!
*! Revision 1.20 2008/10/12 06:13:10 elphel
*! snapshot
*!
*! Revision 1.19 2008/10/11 18:46:07 elphel
*! snapshot
*!
*! Revision 1.18 2008/10/08 21:26:25 elphel
*! snapsot 7.2.0.pre4 - first images (actually - second)
*!
*! Revision 1.17 2008/10/06 08:33:03 elphel
*! snapshot, first images
*!
*! Revision 1.15 2008/10/05 05:13:33 elphel
*! snapshot003
*!
*! Revision 1.14 2008/10/04 16:10:12 elphel
*! snapshot
*!
*! Revision 1.13 2008/09/28 00:31:57 elphel
*! snapshot
*!
*! Revision 1.12 2008/09/25 00:58:12 elphel
*! snapshot
*!
*! Revision 1.11 2008/09/22 22:55:49 elphel
*! snapshot
*!
*! Revision 1.10 2008/09/19 04:37:26 elphel
*! snapshot
*!
*! Revision 1.9 2008/09/16 00:49:32 elphel
*! snapshot
*!
*! Revision 1.8 2008/09/12 20:40:13 elphel
*! snapshot
*!
*! Revision 1.7 2008/09/12 00:23:59 elphel
*! removed cc353.c, cc353.h
*!
*! Revision 1.6 2008/09/05 23:21:32 elphel
*! snapshot
*!
*! Revision 1.4 2008/09/04 17:37:13 elphel
*! documenting
*!
*! Revision 1.3 2008/07/29 01:15:06 elphel
*! another snapshot
*!
*! Revision 1.2 2008/07/27 23:25:07 elphel
*! next snapshot
*!
*! Revision 1.1 2008/07/27 04:27:49 elphel
*! next snapshot
*/
// TODO:remove unneeded
//#define DEBUG // should be before linux/module.h - enables dev_dbg at boot in this file (needs "debug" in bootarg)