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