]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/wallclock/dallas/ds1307/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / wallclock / dallas / ds1307 / v2_0 / ChangeLog
1 2004-10-09  Bart Veer  <bartv@ecoscentric.com>
2
3         * doc/ds1307.sgml: add package documentation
4         
5         * src/ds1307.cxx, cdl/wallclock_ds1307.cdl: use the generic I2C
6         API rather than ad-hoc macros, if supported.
7
8 2003-09-19  Gary Thomas  <gary@mlbassoc.com>
9
10         * src/ds1307.cxx: 
11         * cdl/wallclock_ds1307.cdl: New package - support for DS1307 device,
12         based on DS12887 package.  Note: this is a two-wire device (I2C).
13         
14 //####ECOSGPLCOPYRIGHTBEGIN####
15 // -------------------------------------------
16 // This file is part of eCos, the Embedded Configurable Operating System.
17 // Copyright (C) 2004 eCosCentric Ltd.  
18 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
19 //
20 // eCos is free software; you can redistribute it and/or modify it under
21 // the terms of the GNU General Public License as published by the Free
22 // Software Foundation; either version 2 or (at your option) any later version.
23 //
24 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
25 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
26 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
27 // for more details.
28 //
29 // You should have received a copy of the GNU General Public License along
30 // with eCos; if not, write to the Free Software Foundation, Inc.,
31 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
32 //
33 // As a special exception, if other files instantiate templates or use macros
34 // or inline functions from this file, or you compile this file and link it
35 // with other works to produce a work based on this file, this file does not
36 // by itself cause the resulting work to be covered by the GNU General Public
37 // License. However the source code for this file must still be made available
38 // in accordance with section (3) of the GNU General Public License.
39 //
40 // This exception does not invalidate any other reasons why a work based on
41 // this file might be covered by the GNU General Public License.
42 //
43 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
44 // at http://sources.redhat.com/ecos/ecos-license/
45 // -------------------------------------------
46 //####ECOSGPLCOPYRIGHTEND####
47
48