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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [services/] [crc/] [current/] [ChangeLog] - Blame information for rev 856

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-08-26  Simon Kallweit  
2
 
3
        * include/crc.h, src/crc16.c:  Add cyg_crc16_accumulate() to continue
4
        a previous crc calculation.
5
        * tests/crc_test.c: Extend to test cyg_crc16_accumulate().
6
 
7
2005-08-03  Andrew Lunn  
8
 
9
        * tests/crc_test.c: casts to make it gcc 4.0.1 frendly.
10
 
11
2003-11-21  Andrew Lunn  
12
 
13
        * tests/crc_test.c: Made the test text gcc 3.3.2 friendly. It does
14
        not like strings to continue over multiple lines when there are
15
        open " marks.
16
 
17
2003-02-24  Jonathan Larmour  
18
 
19
        * cdl/crc.cdl: Add doc link.
20
 
21
2003-02-20  Bart Veer  
22
 
23
        * cdl/crc.cdl: specify test binaries, not test sources
24
 
25
2002-10-28  Andrew Lunn  
26
 
27
        * */*: Fixed 32-bit reliance.
28
 
29
2002-10-18  Jonathan Larmour  
30
 
31
        * include/crc.h: Add extern definitions.
32
 
33
2002-10-11  Andrew Lunn  
34
 
35
        * src/crc32.c (cyg_ether_crc32):
36
        * src/crc32.c (cyg_ether_crc32_accumulate): New functions for Ethernet
37
          FCS style CRC calculations.
38
        * src/crc32.c (cyg_crc32_accumulate): New function. Continue
39
          an previous CRC calculation into a new buffer.
40
        * tests/crc_test.c: Tests for new functions.
41
 
42
2002-08-07  Andrew Lunn  
43
 
44
        * Created a new package from the CRC routines
45
          embedded in RedBoot.
46
 
47
//===========================================================================
48
// ####GPLCOPYRIGHTBEGIN####
49
// -------------------------------------------
50
// This file is part of eCos, the Embedded Configurable Operating System.
51
// Copyright (C) 2002, 2009 Free Software Foundation, Inc.
52
//
53
// This program is free software; you can redistribute it and/or modify
54
// it under the terms of the GNU General Public License as published by
55
// the Free Software Foundation; either version 2 or (at your option) any
56
// later version.
57
//
58
// This program is distributed in the hope that it will be useful, but
59
// WITHOUT ANY WARRANTY; without even the implied warranty of
60
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
61
// General Public License for more details.
62
//
63
// You should have received a copy of the GNU General Public License
64
// along with this program; if not, write to the
65
// Free Software Foundation, Inc., 51 Franklin Street,
66
// Fifth Floor, Boston, MA  02110-1301, USA.
67
// -------------------------------------------
68
// ####GPLCOPYRIGHTEND####
69
//===========================================================================

powered by: WebSVN 2.1.0

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