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

	* src/str7xx_serial.c (str7xx_serial_info)
	(str7xx_serial_config_port, str7xx_serial_set_config): Add DTR
	support.

2008-05-14  Nick Garnett  <nickg@ecoscentric.com>

 	* src/str7xx_serial.c (str7xx_serial_config_port)
	(str7xx_serial_info)
	(str7xx_DCD_ISR, str7xx_DCD_DSR): Add DCD support via a GPIO line,
	similar to that for CTS.
	(str7xx_serial_start_xmit, str7xx_serial_stop_xmit)
	(str7xx_serial_DSR): Switch to using TxHALF as transmit interrupt
	rather than TxEMPTY.
	(str7xx_serial_DSR): Only pass received characters on if the frame
	error bit in the RxBUF register is not set.

2006-10-17  Nick Garnett  <nickg@ecoscentric.com>

	* src/str7xx_serial.c: UART3 TX and RX PIO bits were defined in
	reverse order. This matters since both lines have to be set up in
	different special modes.

2006-06-09  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/ser_arm_str7xx.cdl: Disable testing at 115200 baud.

2006-04-07  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/ser_arm_str7xx.cdl: 
	* src/str7xx_serial.h: 
	* src/str7xx_serial.c:
	New package: serial driver support for ST STR7XX
	microcontrollers.

//===========================================================================
// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
// Copyright (C) 2004, 2005, 2006, 2008 eCosCentric Limited                 
//
// 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####                                                  
//===========================================================================
