1 |
27 |
unneback |
2003-02-13 Patrick Doyle
|
2 |
|
|
* src/flexanet_misc.c: Replaced explicit prototype of memset with
|
3 |
|
|
#include .
|
4 |
|
|
|
5 |
|
|
2002-05-14 Jesper Skov
|
6 |
|
|
|
7 |
|
|
* src/flexanet_misc.c: Fixed warning.
|
8 |
|
|
|
9 |
|
|
2002-05-07 Gary Thomas
|
10 |
|
|
|
11 |
|
|
* cdl/hal_arm_sa11x0_flexanet.cdl:
|
12 |
|
|
Standardize CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT usage.
|
13 |
|
|
|
14 |
|
|
|
15 |
|
|
2002-01-28 Jesper Skov
|
16 |
|
|
|
17 |
|
|
* include/plf_io.h: Added.
|
18 |
|
|
|
19 |
|
|
2001-10-30 Jordi Colomer
|
20 |
|
|
|
21 |
|
|
* include/flexanet.h: minor changes to the GPIO usage.
|
22 |
|
|
* include/hal_platform_setup.h: solved some problems with the
|
23 |
|
|
sleep/wakeup procedure.
|
24 |
|
|
|
25 |
|
|
2001-10-04 Jordi Colomer
|
26 |
|
|
|
27 |
|
|
* include/hal_platform_setup.h: Add sleep/resume support.
|
28 |
|
|
|
29 |
|
|
2001-07-27 Jordi Colomer
|
30 |
|
|
|
31 |
|
|
* Initial version of support for BSE Flexanet/SA1110 handheld board.
|
32 |
|
|
|
33 |
|
|
//===========================================================================
|
34 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
35 |
|
|
// -------------------------------------------
|
36 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
37 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
38 |
|
|
//
|
39 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
40 |
|
|
// the terms of the GNU General Public License as published by the Free
|
41 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
42 |
|
|
//
|
43 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
44 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
45 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
46 |
|
|
// for more details.
|
47 |
|
|
//
|
48 |
|
|
// You should have received a copy of the GNU General Public License along
|
49 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
50 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
51 |
|
|
//
|
52 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
53 |
|
|
// or inline functions from this file, or you compile this file and link it
|
54 |
|
|
// with other works to produce a work based on this file, this file does not
|
55 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
56 |
|
|
// License. However the source code for this file must still be made available
|
57 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
58 |
|
|
//
|
59 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
60 |
|
|
// this file might be covered by the GNU General Public License.
|
61 |
|
|
//
|
62 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
63 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
64 |
|
|
// -------------------------------------------
|
65 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
66 |
|
|
//===========================================================================
|