annotate packages/hal/arm/lpc24xx/ea2468/current/ChangeLog @ 2720:7fec0d64790f

Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
author bartv
date Mon, 26 Jan 2009 18:09:24 +0000
parents 2f250a337a5e
children 74dbf4c3f2e1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2720
7fec0d64790f Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents: 2585
diff changeset
1 2009-01-24 Bart Veer <bartv@ecoscentric.com>
7fec0d64790f Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents: 2585
diff changeset
2
7fec0d64790f Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents: 2585
diff changeset
3 * cdl/hal_arm_lpc24xx_ea2468.cdl: switch from arm-elf-gcc to
7fec0d64790f Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents: 2585
diff changeset
4 arm-eabi-gcc. Remove -mno-short-load-words.
7fec0d64790f Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents: 2585
diff changeset
5
2585
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
6 2008-11-01 Uwe Kindler <uwe_kindler@web.de>
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
7
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
8 * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
9 * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.h: Reserve 1 MB of
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
10 SDRAM for RedBoot.
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
11 * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.ldi: Reserve 1 MB of
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
12 SDRAM for RedBoot
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
13 * src/platform_i2c.c: Compile only if I2C channel 0 is supported
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
14
2561
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
15 2008-09-18 Uwe Kindler <uwe_kindler@web.de>
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
16
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
17 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
18 CYGPKG_HAL_ARM_LPC24XX_EA2468_TESTS for building I2C test
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
19 * include/plf_io.h: Exported I2C devices and bus via macro
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
20 HAL_I2C_EXPORTED_DEVICES, Added I2C related defines, Added
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
21 functions declarations hal_lpc_eeprom_write() and
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
22 hal_lpc_eeprom_read() for I2C EEPROM access
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
23 * src/ea2468_misc.c: Replaced CYGARC_HAL_LPC24XX_SET_PIN_FUN() macro
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
24 calls with hal_set_pin_function() calls
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
25 * src/platform_i2c.c: New file adds I2C bus support for I2C bus 0 and
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
26 adds support for I2C EEPROM
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
27 * tests/i2c_eeprom: Simple I2C EEPROM read/write test case
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
28
2550
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
29 2008-09-11 Uwe Kindler <uwe_kindler@web.de>
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
30
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
31 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
32 CYGHWR_DEVS_ETH_PHY_KSZ8001 if ethernet packages is active
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
33
2510
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
34 2008-07-21 Uwe Kindler <uwe_kindler@web.de>
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
35
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
36 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
37 channels
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
38 * include/plf_io.h: Added HAL_LPC2XXX_INIT_CAN() macro for CAN channel
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
39 initialisation
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
40
2499
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
41 2008-07-06 Uwe Kindler <uwe_kindler@web.de>
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
42
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
43 * Initial release of Embedded Artists LPC2468 OEM board package
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
44 * cdl/hal_arm_lpc2xxx_ea2468.cdl
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
45 * include/plf_io.h
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
46 * include/hal_platform_setup.h
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
47 * src/ea2468_misc
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
48
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
49 # ====================================================================
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
50 #####ECOSGPLCOPYRIGHTBEGIN####
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
51 ## -------------------------------------------
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
52 ## This file is part of eCos, the Embedded Configurable Operating System.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
53 ## Copyright (C) 2008 eCosCentric Ltd.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
54 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
55 ## eCos is free software; you can redistribute it and/or modify it under
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
56 ## the terms of the GNU General Public License as published by the Free
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
57 ## Software Foundation; either version 2 or (at your option) any later version.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
58 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
59 ## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
60 ## WARRANTY; without even the implied warranty of MERCHANTABILITY or
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
61 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
62 ## for more details.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
63 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
64 ## You should have received a copy of the GNU General Public License along
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
65 ## with eCos; if not, write to the Free Software Foundation, Inc.,
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
66 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
67 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
68 ## As a special exception, if other files instantiate templates or use macros
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
69 ## or inline functions from this file, or you compile this file and link it
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
70 ## with other works to produce a work based on this file, this file does not
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
71 ## by itself cause the resulting work to be covered by the GNU General Public
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
72 ## License. However the source code for this file must still be made available
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
73 ## in accordance with section (3) of the GNU General Public License.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
74 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
75 ## This exception does not invalidate any other reasons why a work based on
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
76 ## this file might be covered by the GNU General Public License.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
77 ## -------------------------------------------
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
78 #####ECOSGPLCOPYRIGHTEND####
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
79 # ====================================================================
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
80