1 |
27 |
unneback |
2003-02-24 Jonathan Larmour
|
2 |
|
|
|
3 |
|
|
* cdl/crc.cdl: Add doc link.
|
4 |
|
|
|
5 |
|
|
2003-02-20 Bart Veer
|
6 |
|
|
|
7 |
|
|
* cdl/crc.cdl: specify test binaries, not test sources
|
8 |
|
|
|
9 |
|
|
2002-10-28 Andrew Lunn
|
10 |
|
|
|
11 |
|
|
* */*: Fixed 32-bit reliance.
|
12 |
|
|
|
13 |
|
|
2002-10-18 Jonathan Larmour
|
14 |
|
|
|
15 |
|
|
* include/crc.h: Add extern definitions.
|
16 |
|
|
|
17 |
|
|
2002-10-11 Andrew Lunn
|
18 |
|
|
|
19 |
|
|
* src/crc32.c (cyg_ether_crc32):
|
20 |
|
|
* src/crc32.c (cyg_ether_crc32_accumulate): New functions for Ethernet
|
21 |
|
|
FCS style CRC calculations.
|
22 |
|
|
* src/crc32.c (cyg_crc32_accumulate): New function. Continue
|
23 |
|
|
an previous CRC calculation into a new buffer.
|
24 |
|
|
* tests/crc_test.c: Tests for new functions.
|
25 |
|
|
|
26 |
|
|
2002-08-07 Andrew Lunn
|
27 |
|
|
|
28 |
|
|
* Created a new package from the CRC routines
|
29 |
|
|
embedded in RedBoot.
|
30 |
|
|
|
31 |
|
|
//===========================================================================
|
32 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
33 |
|
|
// -------------------------------------------
|
34 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
35 |
|
|
// Copyright (C) 2002 Andrew Lunn
|
36 |
|
|
//
|
37 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
38 |
|
|
// the terms of the GNU General Public License as published by the Free
|
39 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
40 |
|
|
//
|
41 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
42 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
43 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
44 |
|
|
// for more details.
|
45 |
|
|
//
|
46 |
|
|
// You should have received a copy of the GNU General Public License along
|
47 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
48 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
49 |
|
|
//
|
50 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
51 |
|
|
// or inline functions from this file, or you compile this file and link it
|
52 |
|
|
// with other works to produce a work based on this file, this file does not
|
53 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
54 |
|
|
// License. However the source code for this file must still be made available
|
55 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
56 |
|
|
//
|
57 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
58 |
|
|
// this file might be covered by the GNU General Public License.
|
59 |
|
|
//
|
60 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
61 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
62 |
|
|
// -------------------------------------------
|
63 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
64 |
|
|
//===========================================================================
|