view packages/io/i2c/current/ChangeLog @ 3403:8c8767bb9a62 default tip

devs/nand/micron_mt29: Remove defunct references (in comments) to mt29f2g08_oob_ecc.
author Ross Younger <wry@ecoscentric.com>
date Sun, 18 Jan 2015 17:59:01 +1300
parents 3c3317a0eeb2
children
line wrap: on
line source

2013-04-10  Ilija Kocho <ilijak@siva.com.mk

	* include/i2c.h: Add CYGBLD_I2C_DEVICE_CONST. This will allow driver
	to modify cyg_i2c_device streucture. [ Bugzilla 1001816 ]

2009-02-09  Bart Veer  <bartv@ecoscentric.com>

	* cdl/i2c.cdl, src/i2c.cxx, doc/i2c.sgml: I2C buses now initialize
	at a fixed priority CYG_INIT_BUS_I2C, instead of a configurable
	priority with default CYG_INIT_DRIVERS.

	doc/i2c.sgml: remove a spurious & in the bitbang description.
	
2008-12-30  John Dallaway  <john@dallaway.org.uk>

	* cdl/i2c.cdl: Reference per-package documentation.

2005-06-30  Bart Veer  <bartv@ecoscentric.com>

	* src/i2c.cxx (cyg_i2c_init): remove incorrect const

2005-05-11  Bart Veer  <bartv@ecoscentric.com>

	* include/i2c.h: add a CYG_HAL_TABLE_TYPE to the bus data
	structure to allow for architectures with alignments > 4 bytes.

2005-04-28  Peter Korsgaard  <jacmet@sunsite.dk>

	* doc/i2c.sgml: Corrected cyg_i2c_rx, cyg_i2c_transaction_rx and	
	xyzzy_i2c_rx prototype. Removed continuation character in
	CYG_I2C_DEVICE example.

2005-04-28  Peter Korsgaard  <jacmet@sunsite.dk>
 
 	* src/i2c.cxx: Corrected DEBUG macro.
 
2005-04-28  Peter Korsgaard  <jacmet@sunsite.dk>
 
 	* src/i2c.cxx: Renamed cyg_i2c_stop to cyg_i2c_transaction_stop to
 	match header file.	
 
2005-04-21  Andrew Lunn  <andrew.lunn@ascom.ch>

	* doc/i2c.sgml: Replaced a _ with a - to keep jade happy.

2005-03-03  Bart Veer  <bartv@ecoscentric.com>

	* src/i2c.cxx: cope with ports which define HAL_DELAY_US() in
	hal_diag.h instead of hal_intr.h

2004-10-05  Bart Veer  <bartv@ecoscentric.com>

	* Generic I2C package created

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