1 |
1254 |
phoenix |
2003-02-14 Jonathan Larmour
|
2 |
|
|
|
3 |
|
|
* current.ect: Update inferred values.
|
4 |
|
|
|
5 |
|
|
2002-08-09 Andrew Lunn
|
6 |
|
|
|
7 |
|
|
* current.ect: Added CYGPKG_CRC
|
8 |
|
|
|
9 |
|
|
2001-11-27 Jonathan Larmour
|
10 |
|
|
|
11 |
|
|
current.ect: Provide default for CYGBLD_ISO_STRING_BSD_FUNCS_HEADER
|
12 |
|
|
|
13 |
|
|
2001-11-26 Jesper Skov
|
14 |
|
|
|
15 |
|
|
* current.ect: Added ZLIB package.
|
16 |
|
|
And removed again. Instead added
|
17 |
|
|
redboot/current/misc/redboot_XXX.ecm files with maximal
|
18 |
|
|
configurations.
|
19 |
|
|
|
20 |
|
|
2001-09-26 Jesper Skov
|
21 |
|
|
|
22 |
|
|
* current.ect: Added DNS package.
|
23 |
|
|
|
24 |
|
|
2001-09-12 Gary Thomas
|
25 |
|
|
|
26 |
|
|
* current.ect: Large stack no longer necessary as 'fconfig' data
|
27 |
|
|
is now associated with the FLASH workspace.
|
28 |
|
|
|
29 |
|
|
2001-09-04 Jonathan Larmour
|
30 |
|
|
|
31 |
|
|
* current.ect: Silence warnings when selecting redboot template.
|
32 |
|
|
|
33 |
|
|
2001-08-22 Gary Thomas
|
34 |
|
|
|
35 |
|
|
* current.ect: Include STDC string functions.
|
36 |
|
|
|
37 |
|
|
2001-06-25 Jonathan Larmour
|
38 |
|
|
|
39 |
|
|
* current.ect: Increase default interrupt stack size up to 6K
|
40 |
|
|
|
41 |
|
|
2001-05-22 Jonathan Larmour
|
42 |
|
|
|
43 |
|
|
* current.ect: Set default interrupt stack size down to 4096
|
44 |
|
|
for RedBoot. It's enough.
|
45 |
|
|
|
46 |
|
|
2001-03-19 Jesper Skov
|
47 |
|
|
|
48 |
|
|
* current.ect: Don't set CYGBLD_BUILD_GDB_STUBS - it should be
|
49 |
|
|
not be present in new platform ports.
|
50 |
|
|
|
51 |
|
|
2000-07-30 Gary Thomas
|
52 |
|
|
|
53 |
|
|
* current.ect: Ensure no mininum context saves - bad for debuggers.
|
54 |
|
|
|
55 |
|
|
2000-07-16 Gary Thomas
|
56 |
|
|
|
57 |
|
|
* current.ect: Remove incorrect dependencies. Also fix description.
|
58 |
|
|
|
59 |
|
|
2000-07-12 Gary Thomas
|
60 |
|
|
|
61 |
|
|
* current.ect: Create new configuration.
|
62 |
|
|
|
63 |
|
|
//===========================================================================
|
64 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
65 |
|
|
// -------------------------------------------
|
66 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
67 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
68 |
|
|
//
|
69 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
70 |
|
|
// the terms of the GNU General Public License as published by the Free
|
71 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
72 |
|
|
//
|
73 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
74 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
75 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
76 |
|
|
// for more details.
|
77 |
|
|
//
|
78 |
|
|
// You should have received a copy of the GNU General Public License along
|
79 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
80 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
81 |
|
|
//
|
82 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
83 |
|
|
// or inline functions from this file, or you compile this file and link it
|
84 |
|
|
// with other works to produce a work based on this file, this file does not
|
85 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
86 |
|
|
// License. However the source code for this file must still be made available
|
87 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
88 |
|
|
//
|
89 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
90 |
|
|
// this file might be covered by the GNU General Public License.
|
91 |
|
|
//
|
92 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
93 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
94 |
|
|
// -------------------------------------------
|
95 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
96 |
|
|
//===========================================================================
|