2009-11-17  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_cortexm_stm32_stm3210c_eval.cdl: Add SPI SD support, but
	leave disabled since it has not been seen to work at present.

	* src/stm3210c_eval_spi.c (cyg_spi_mmc_dev0): Add support for SPI
	SD interface.

2009-10-22  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_cortexm_stm32_stm3210c_eval.cdl: Add SPI bus configuration.

	* src/stm3210c_eval_spi.c (cyg_aardvark_at25080): Add support for
	testing with Aardvark board.

2009-10-21  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/hal_cortexm_stm32_stm3210c_eval.cdl: Add i2c configuration
	and m24c64 test.

	* include/plf_io.h (HAL_I2C_EXPORTED_DEVICES): Define these.

	* src/stm3210c_eval_i2c.c: Add file to define EEPROM I2C
	device. This is currently the only I2C device on the board that we
	support and test.

	* tests/m24c64.c: Test for M24C64 I2C EEPROM on board.

2009-08-10  Nick Garnett  <nickg@ecoscentric.com>

	* doc/stm3210c_eval.sgml: Fix some typos.

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

	* include/pkgconf/mlt_cortexm_stm3210c_eval_rom.ldi: 
	* include/pkgconf/mlt_cortexm_stm3210c_eval_jtag.ldi: Fix size of flash.

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

	* cdl/hal_cortexm_stm32_stm3210c_eval.cdl: Add implements for
	CYGINT_KERNEL_TEST_SKIP_DATA_ACCESS_EXCEPTION to stop kernel tests
	trying to provoke memory exceptions, which either don't trigger,
	or hang permanently.

	* include/pkgconf/mlt_cortexm_stm3210c_eval_ram.h (CYGMEM_REGION_ram_SIZE):
	Top of RAM was incorrect and did not match value in .ldi file.

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

	* cdl/hal_cortexm_stm32_stm3210c_eval.cdl: Fix UART to use, and
	add remap configuration.

	* include/pkgconf/mlt_cortexm_stm3210c_eval_ram.ldi:
	* include/pkgconf/mlt_cortexm_stm3210c_eval_ram.h: Adjust top of
	RAM and stack location to allow for stubs stack already present.

	* misc/peedi.stm32c.cfg: 
	* misc/bdi3000.stm32c.cfg: Switch on AFIO clock by default.

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

	* cdl/hal_cortexm_stm32_stm3210c_eval.cdl:
	* include/plf_arch.h:
	* include/plf_intr.h:
	* include/plf_io.h:
	* src/stm3210c_eval_misc.c:
	* src/stm3210c_eval_flash.c:
	* doc/stm3210c_eval.sgml: 
	* misc/redboot_ROM.ecm:
	* misc/redboot_JTAG.ecm:
	* include/pkgconf/mlt_cortexm_stm3210c_eval_rom.ldi:
	* include/pkgconf/mlt_cortexm_stm3210c_eval_rom.h:
	* include/pkgconf/mlt_cortexm_stm3210c_eval_ram.ldi:
	* include/pkgconf/mlt_cortexm_stm3210c_eval_ram.h:
	* include/pkgconf/mlt_cortexm_stm3210c_eval_jtag.ldi:
	* include/pkgconf/mlt_cortexm_stm3210c_eval_jtag.h:
	New package -- ST STM3210C EVAL board HAL.
	
//===========================================================================
// ####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####                                                  
//===========================================================================
