OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [io/] [i2c/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-02-09  Bart Veer  
2
 
3
        * cdl/i2c.cdl, src/i2c.cxx, doc/i2c.sgml: I2C buses now initialize
4
        at a fixed priority CYG_INIT_BUS_I2C, instead of a configurable
5
        priority with default CYG_INIT_DRIVERS.
6
 
7
        doc/i2c.sgml: remove a spurious & in the bitbang description.
8
 
9
2008-12-30  John Dallaway  
10
 
11
        * cdl/i2c.cdl: Reference per-package documentation.
12
 
13
2005-06-30  Bart Veer  
14
 
15
        * src/i2c.cxx (cyg_i2c_init): remove incorrect const
16
 
17
2005-05-11  Bart Veer  
18
 
19
        * include/i2c.h: add a CYG_HAL_TABLE_TYPE to the bus data
20
        structure to allow for architectures with alignments > 4 bytes.
21
 
22
2005-04-28  Peter Korsgaard  
23
 
24
        * doc/i2c.sgml: Corrected cyg_i2c_rx, cyg_i2c_transaction_rx and
25
        xyzzy_i2c_rx prototype. Removed continuation character in
26
        CYG_I2C_DEVICE example.
27
 
28
2005-04-28  Peter Korsgaard  
29
 
30
        * src/i2c.cxx: Corrected DEBUG macro.
31
 
32
2005-04-28  Peter Korsgaard  
33
 
34
        * src/i2c.cxx: Renamed cyg_i2c_stop to cyg_i2c_transaction_stop to
35
        match header file.
36
 
37
2005-04-21  Andrew Lunn  
38
 
39
        * doc/i2c.sgml: Replaced a _ with a - to keep jade happy.
40
 
41
2005-03-03  Bart Veer  
42
 
43
        * src/i2c.cxx: cope with ports which define HAL_DELAY_US() in
44
        hal_diag.h instead of hal_intr.h
45
 
46
2004-10-05  Bart Veer  
47
 
48
        * Generic I2C package created
49
 
50
//===========================================================================
51
// ####GPLCOPYRIGHTBEGIN####
52
// -------------------------------------------
53
// This file is part of eCos, the Embedded Configurable Operating System.
54
// Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc.
55
//
56
// This program is free software; you can redistribute it and/or modify
57
// it under the terms of the GNU General Public License as published by
58
// the Free Software Foundation; either version 2 or (at your option) any
59
// later version.
60
//
61
// This program is distributed in the hope that it will be useful, but
62
// WITHOUT ANY WARRANTY; without even the implied warranty of
63
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
64
// General Public License for more details.
65
//
66
// You should have received a copy of the GNU General Public License
67
// along with this program; if not, write to the
68
// Free Software Foundation, Inc., 51 Franklin Street,
69
// Fifth Floor, Boston, MA  02110-1301, USA.
70
// -------------------------------------------
71
// ####GPLCOPYRIGHTEND####
72
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.