annotate packages/hal/arm/lpc24xx/ea2468/current/ChangeLog @ 2585:2f250a337a5e

* cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.h: Reserve 1 MB of SDRAM for RedBoot. * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.ldi: Reserve 1 MB of SDRAM for RedBoot * src/platform_i2c.c: Compile only if I2C channel 0 is supported
author asl
date Tue, 04 Nov 2008 16:19:07 +0000
parents 55c015cde894
children 7fec0d64790f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2585
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
1 2008-11-01 Uwe Kindler <uwe_kindler@web.de>
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
2
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
3 * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
4 * 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
5 SDRAM for RedBoot.
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
6 * 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
7 SDRAM for RedBoot
2f250a337a5e * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
asl
parents: 2561
diff changeset
8 * 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
9
2561
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
10 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
11
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
12 * 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
13 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
14 * 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
15 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
16 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
17 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
18 * 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
19 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
20 * 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
21 adds support for I2C EEPROM
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
22 * 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
23
2550
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
24 2008-09-11 Uwe Kindler <uwe_kindler@web.de>
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
25
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
26 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
27 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
28
2510
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
29 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
30
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
31 * 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
32 channels
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
33 * 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
34 initialisation
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
35
2499
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
36 2008-07-06 Uwe Kindler <uwe_kindler@web.de>
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
37
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
38 * Initial release of Embedded Artists LPC2468 OEM board package
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
39 * cdl/hal_arm_lpc2xxx_ea2468.cdl
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
40 * include/plf_io.h
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
41 * include/hal_platform_setup.h
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
42 * src/ea2468_misc
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
43
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
44 # ====================================================================
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
45 #####ECOSGPLCOPYRIGHTBEGIN####
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
46 ## -------------------------------------------
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
47 ## 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
48 ## Copyright (C) 2008 eCosCentric Ltd.
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 ## 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
51 ## 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
52 ## 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
53 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
54 ## 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
55 ## WARRANTY; without even the implied warranty of MERCHANTABILITY or
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
56 ## 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
57 ## for more details.
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 ## 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
60 ## 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
61 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
62 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
63 ## 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
64 ## 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
65 ## 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
66 ## 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
67 ## 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
68 ## 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
69 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
70 ## 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
71 ## 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
72 ## -------------------------------------------
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
73 #####ECOSGPLCOPYRIGHTEND####
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