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

	* cdl/ser_cortexm_stm32.cdl:
	* src/stm32_serial.c (stm32_serial_info, stm32_serial_info0)
	(stm32_serial_info1, stm32_serial_info2, stm32_serial_info3)
	(stm32_serial_info4, stm32_serial_init):
	Add configuration options to set serial ISR interrupt priorities.

2009-07-02  Nick Garnett  <nickg@ecoscentric.com>

	* src/stm32_serial.c (stm32_serial_info)
	(stm32_serial_config_port): Add support for UART pin remap.

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

	* src/stm32_serial.c (stm32_serial_info)
	(stm32_serial_config_port): Add support for individual clock
	enable on each UART.

2008-10-07  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/ser_cortexm_stm32.cdl: 
	* src/stm32_serial.h: 
	* src/stm32_serial.c:
	New package: serial driver support for ST STM32
	microcontrollers.

//===========================================================================
// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 2008, 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####                                                  
//===========================================================================
