summaryrefslogtreecommitdiff
path: root/ecos/packages/devs/flash/spi/m25pxx/current/ChangeLog
blob: 37d30de62abbfacaff0d0020e629c7d9f845a5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
2011-05-25  Sergei Gavrikov  <sergei.gavrikov@gmail.com>

	* cdl/flash_m25pxx.cdl: fix active_if goal expression.

2009-02-20  Jonathan Larmour  <jifl@eCosCentric.com>

	* test/m25pxx_test.c (cyg_user_start): Call cyg_flash_init() with
	NULL argument.

2009-02-18  Jonathan Larmour  <jifl@eCosCentric.com>

	* test/m25pxx_test.c (cyg_user_start): Update for minor flash API
	mod to call cyg_flash_set_global_printf() to set printf
	function.

2009-02-05  Chris Holgate  <chris@zynaptic.com>

	* cdl/m25pxx.cdl: 
	* include/m25pxx.h: 
	* src/m25pxx.c: 
	* test/m25pxx_test.c:
	New package - SPI flash driver for M25Pxx devices and compatibles. 
	Driver contributed by Chris Holgate.  Includes a soak test which is
	not part of the default tests as it requires a specific configuration
	to be used - see test/m25pxx_test.c for details.

//===========================================================================
// ####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####                                                  
//===========================================================================