--------------------------------------------------------------------------------
- REVISION HISTORY
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
- Rev.   : 1.2
- Date   : 06/02/07
- Author : NDA
- Notes  : 
	.) V1724: Modifications to comply to new firmware specifications:
		THIS VERSION IS NOT COMPATIBLE WITH PREVIOUS ONES
		..) cvt_V1724_read_buffer is no more available: 
			to read channel's buffers you have to:
			...) call cvt_V1724_read_data once : this will cache the channels' data buffer
				and returns the number of events available
			...) call cvt_V1724_get_buffer_cache: returns the cached channel's data
--------------------------------------------------------------------------------
- Rev.   : 1.1
- Date   : 14/11/06
- Author : NDA
- Notes  : 
	.) cvt_board_commons:
		..) Added MCST_CBLT_board_disabled: board disabled state in MCST CBLT chain
				Added handling in V1724, V1190, V792 boards
	.) V1724:
		..) Added APIs for flash programming (Read, Write, Erase).
		..) Added APIs for flash bank upgrade.
		..) Added many complementary get APIs.
		..) BUG-FIX: renamed CVT_V1724_BROAD_CHCTRL_MEM_RANDOM_ACC_MSK bit into CVT_V1724_BROAD_CHCTRL_MEM_ACC_MODE_MSK
		..) BUG-FIX: cvt_V1724_get_system_info now uses a UINT32 variable to get CVT_V1724_FW_REV register
		..) BUG-FIX: cvt_V1724_get_dither_enable now uses a UINT32 variable to get the channel ADC configuration register
		..) BUG-FIX: updated wrong CVT_V1724_FLASH_BANK values
		..) Added cvt_V1724_get_channel_info: retrives the channel's firmware revision
		..) cvt_V1724_get_adc_conf, cvt_V1724_set_adc_conf: added methods to get/set ADC configuration 
			(i.e. Dithering, output randomize, clock duty stabilization)
		..) cvt_V1724_get_dither_enable, cvt_V1724_set_dither_enable: marked as deprecated. These API are replaced by
				cvt_V1724_get_adc_conf and cvt_V1724_set_adc_conf
	.) Minor fixes on html documentation.
--------------------------------------------------------------------------------
- Rev.   : 1.0
- Date   : 11/10/06
- Author : NDA
- Notes  : First emission
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
- Rev.   : 
- Date   : 
- Author : 
- Notes  : 
--------------------------------------------------------------------------------
