]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/io/i2c/v2_0/ChangeLog
Merge branch 'master' of git+ssh://git.kernelconcepts.de/karo-tx-redboot
[karo-tx-redboot.git] / packages / io / i2c / v2_0 / ChangeLog
1 2005-06-30  Bart Veer  <bartv@ecoscentric.com>
2
3         * src/i2c.cxx (cyg_i2c_init): remove incorrect const
4
5 2005-05-11  Bart Veer  <bartv@ecoscentric.com>
6
7         * include/i2c.h: add a CYG_HAL_TABLE_TYPE to the bus data
8         structure to allow for architectures with alignments > 4 bytes.
9
10 2005-04-28  Peter Korsgaard  <jacmet@sunsite.dk>
11
12         * doc/i2c.sgml: Corrected cyg_i2c_rx, cyg_i2c_transaction_rx and        
13         xyzzy_i2c_rx prototype. Removed continuation character in
14         CYG_I2C_DEVICE example.
15
16 2005-04-28  Peter Korsgaard  <jacmet@sunsite.dk>
17  
18         * src/i2c.cxx: Corrected DEBUG macro.
19  
20 2005-04-28  Peter Korsgaard  <jacmet@sunsite.dk>
21  
22         * src/i2c.cxx: Renamed cyg_i2c_stop to cyg_i2c_transaction_stop to
23         match header file.      
24  
25 2005-04-21  Andrew Lunn  <andrew.lunn@ascom.ch>
26
27         * doc/i2c.sgml: Replaced a _ with a - to keep jade happy.
28
29 2005-03-03  Bart Veer  <bartv@ecoscentric.com>
30
31         * src/i2c.cxx: cope with ports which define HAL_DELAY_US() in
32         hal_diag.h instead of hal_intr.h
33
34 2004-10-05  Bart Veer  <bartv@ecoscentric.com>
35
36         * Generic I2C package created
37
38 //===========================================================================
39 //####ECOSGPLCOPYRIGHTBEGIN####
40 // -------------------------------------------
41 // This file is part of eCos, the Embedded Configurable Operating System.
42 // Copyright (C) 2004, 2005 eCosCentric Limited
43 //
44 // eCos is free software; you can redistribute it and/or modify it under
45 // the terms of the GNU General Public License as published by the Free
46 // Software Foundation; either version 2 or (at your option) any later version.
47 //
48 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
49 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
50 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
51 // for more details.
52 //
53 // You should have received a copy of the GNU General Public License along
54 // with eCos; if not, write to the Free Software Foundation, Inc.,
55 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
56 //
57 // As a special exception, if other files instantiate templates or use macros
58 // or inline functions from this file, or you compile this file and link it
59 // with other works to produce a work based on this file, this file does not
60 // by itself cause the resulting work to be covered by the GNU General Public
61 // License. However the source code for this file must still be made available
62 // in accordance with section (3) of the GNU General Public License.
63 //
64 // This exception does not invalidate any other reasons why a work based on
65 // this file might be covered by the GNU General Public License.
66 // -------------------------------------------
67 //####ECOSGPLCOPYRIGHTEND####
68 //===========================================================================