1 |
786 |
skrzyp |
2009-01-31 Bart Veer
|
2 |
|
|
|
3 |
|
|
* cdl/hal_arm_lpc2xxx_p2106.cdl: update compiler flags for gcc 4.x
|
4 |
|
|
|
5 |
|
|
2009-01-24 Bart Veer
|
6 |
|
|
|
7 |
|
|
* cdl/hal_arm_lpc2xxx_p2106.cdl: switch from arm-elf-gcc to
|
8 |
|
|
arm-eabi-gcc. Remove -mno-short-load-words.
|
9 |
|
|
|
10 |
|
|
2004-11-19 Jani Monoses
|
11 |
|
|
|
12 |
|
|
* cdl/hal_arm_lpc2xxx_p2106.cdl:
|
13 |
|
|
* include/hal_platform_setup.h:
|
14 |
|
|
Make PLL multiplier value configurable.
|
15 |
|
|
|
16 |
|
|
2004-11-15 Jani Monoses
|
17 |
|
|
|
18 |
|
|
* include/hal_platform_setup.h:
|
19 |
|
|
Use ldr instead of mov so it builds in THUMB mode.
|
20 |
|
|
* include/pkgconf/mlt_arm_lpc2xxx_p2106_ram.ldi:
|
21 |
|
|
Fix RAM startup.
|
22 |
|
|
* cdl/hal_arm_lpc2xxx_p2106.cdl:
|
23 |
|
|
* src/p2106_misc.c:
|
24 |
|
|
s/Keil/Olimex/
|
25 |
|
|
|
26 |
|
|
|
27 |
|
|
2004-10-8 Jani Monoses
|
28 |
|
|
|
29 |
|
|
* cdl/hal_arm_lpc2xxx_p2106.cdl:
|
30 |
|
|
* include/plf_io.h:
|
31 |
|
|
* include/hal_platform_setup.h:
|
32 |
|
|
* include/pkgconf/mlt_arm_lpc2xxx_p2106_rom.ldi:
|
33 |
|
|
* include/pkgconf/mlt_arm_lpc2xxx_p2106_rom.h:
|
34 |
|
|
* include/pkgconf/mlt_arm_lpc2xxx_p2106_ram.ldi:
|
35 |
|
|
* include/pkgconf/mlt_arm_lpc2xxx_p2106_ram.h:
|
36 |
|
|
* src/p2106_misc.c:
|
37 |
|
|
New HAL platform added to support the Olimex LPC-P2106 board.
|
38 |
|
|
|
39 |
|
|
//===========================================================================
|
40 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
41 |
|
|
// -------------------------------------------
|
42 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
43 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
44 |
|
|
//
|
45 |
|
|
// This program is free software; you can redistribute it and/or modify
|
46 |
|
|
// it under the terms of the GNU General Public License as published by
|
47 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
48 |
|
|
// later version.
|
49 |
|
|
//
|
50 |
|
|
// This program is distributed in the hope that it will be useful, but
|
51 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
52 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
53 |
|
|
// General Public License for more details.
|
54 |
|
|
//
|
55 |
|
|
// You should have received a copy of the GNU General Public License
|
56 |
|
|
// along with this program; if not, write to the
|
57 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
58 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
59 |
|
|
// -------------------------------------------
|
60 |
|
|
// ####GPLCOPYRIGHTEND####
|
61 |
|
|
//===========================================================================
|