2009-03-05  Simon Kallweit  <simon.kallweit@intefo.ch>

	* src/adc_stm32.c:
	Fixed a bug in setup and usage of the timer.

2009-06-29  Nick Garnett  <nickg@ecoscentric.com>

	* src/adc1.inl: 
	* src/adc3.inl:
	* src/adc_stm32.c (stm32_adc_setup, stm32_adc_init_device): Add
	clock enable definitions to device descriptions.

2009-03-26  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/adc_stm32.cdl: Fix description of
	CYGNUM_DEVS_ADC_CORTEXM_STM32_CLOCK_DIV.

	* src/adc_stm32.c (stm32_adc_init_clock): Fix error in setup of
	clock.

	* doc/stm32_adc.sgml: Add documentation.

2009-03-23  Nick Garnett  <nickg@ecoscentric.com>

	* src/adc_stm32.c (adc_diag): Various diagnostic changes.
	(stm32_adc_set_rate): Add code to disable and re-enable the timer
	across rate changes; otherwise the driver locks up.

2009-02-24  Simon Kallweit  <simon.kallweit@intefo.ch>

	* cdl/adc_stm32.cdl:
	* src/adc_stm32.c:
	* src/adc1.inl:
	* src/adc3.inl:
	STM32 ADC driver package created.

//===========================================================================
// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 2009 Free Software Foundation, Inc.                        
//
// This program is free software; you can redistribute it and/or modify     
// it under the terms of the GNU General Public License as published by     
// the Free Software Foundation; either version 2 or (at your option) any   
// later version.                                                           
//
// This program is distributed in the hope that it will be useful, but      
// WITHOUT ANY WARRANTY; without even the implied warranty of               
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        
// General Public License for more details.                                 
//
// You should have received a copy of the GNU General Public License        
// along with this program; if not, write to the                            
// Free Software Foundation, Inc., 51 Franklin Street,                      
// Fifth Floor, Boston, MA  02110-1301, USA.                                
// -------------------------------------------                              
// ####GPLCOPYRIGHTEND####                                                  
//===========================================================================
